Saturday, 18 August 2012

PUT MARQUE CONTENT IN THE WEB PAGE


HI FRIENDS...

Here is the code to Put Marquee content on your web page.

  • Open a Notepad and type the following code

<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MY FIRST WEB PAGE</title>
</head>

<body>
<p>WELCOME ALL</p>
<p><marquee>THIS IS THE FIRST MARQUEE CONTENT I PUT ON MY WEB PAGE </marquee></p>
</body>
</html>

  • Save the Notepad in the "pagemarquee.html" format on the Desktop.
  • Open the pagemarquee.html you will view the content "THIS IS THE FIRST MARQUEE CONTENT I PUT ON MY WEB PAGE" scrolling on your web page.
Have fun
See  You soon with new article.

No comments:

Post a Comment