html for beginners in hindi | html html for beginners in hindi | image tag | WEB Development




code
------------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
<head>
<title>Kameshwar sah</title>
<link rel="stylesheet" type="text/css" href="css/mycss.css">
</head>
<body>
<a href="home.php">Home</a>
<a href="about.php">About</a><br>
<!----------image ---------------->
<img src="img/pic1.jpg" height="300px">
<img src="img/pic1.jpg" height="300px" width="400px"><br>

<!-- marquee ---------------------->

<marquee direction="right">Welcome</marquee>
<marquee direction="left">Welcome</marquee>
<marquee direction="up">Welcome</marquee><br>


<!------- select -------------------->
<select>
<option>One</option>
<option>two</option>
<option>three</option>
<option>four</option>
<option>five</option>

</select>
</html>
---------------------------------------------------------------------------------

Comments