<html>
<head>
<title>my
first web page</title>
</head>
<body>
<h1>
this is my first web page</p>
<p>the
function of this tag is paragraph</p>
<marquee>I love this page</marquee>
<marquee>I love this page</marquee>
</body>
</html>
where h1 is the our heading and p is our paragraph.
copy this code to any text editor either notepad, sublime, or notepad++.
save the file name with html extension e.g web.html.
marquee in a moving text or image. once you add marquee your text will start moving.
marquee in a moving text or image. once you add marquee your text will start moving.
Post a Comment