Thursday, November 30, 2017
html
html
<html>
<head><title> Mei website </title>
</head>
<body bgcolor ="white">
<center><h1>Tech vindows solutions </h1></center>
<h2> <div id="navigation">
<a href="#">About</a>
<a href="#">Reports</a>
<a href="#">Documents</a>
<a href="#">Checklists</a>
<a href="#">License Tools</a>
<a href="#">Presentations</a>
<a href="#">Software</a>
</div>
</div></h2>
</body>
<head>
<script type="text/javascript">
<!--
var image1=new Image()
image1.src="a.jpg"
var image2=new Image()
image2.src="b.jpg"
var image3=new Image()
image3.src="c.jpg"
//-->
</script>
</head>
<img src="a.jpg" name="slide" width="1340" height="500" />
<script>
<!--
//variable that will increment through the images
var step=1
function slideit(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<3)
step++
else
step=1
//call function "slideit()" every 2.5 seconds
setTimeout("slideit()",2500)
}
slideit()
//-->
</script>
<h2><ul>
<li><a href="#">Link one</a></li>
<li><a href="#">Link two</a></li>
<li><a href="#">Link three</a></li>
<li><a href="#">Link four</a></li>
</ul>
</h2>
<head>
<style>
a {
float: left;
width: 6em;
text-decoration: none;
color: white;
background-color: purple;
padding: 0.2em 0.6em;
border-right: 1px solid white;
}
a:hover {
background-color: fuchsia;
}
li {
display: inline;
}
</style>
</head>
<body>
</br><h1>
<marquee>Economic Times: Microsoft cloud service gaining pace in eastern India, says Embee Software</marquee>
</h1><br/>
its soo good
<div id="images_hz">
<img src="a.jpg" alt="ram" width="150" height="100" />
<img src="b.jpg" alt="raj" width="150" height="100" />
<img src="c.jpg" alt="ragu" width="150" height="100" />
<img src="a.jpg" alt="vij" width="150" height="100" />
</div>
<hr/>
<b>© 2015 designed by mei and produced by KSR IET </b>
</html>
Labels:
html