Create a Scrolling Marquee on Your Webpage
Using HTML in Notepad, create your home page. type the html tag at the top of the page. Then type the head tag and title tag. Type the title for your page and then type the closing title tag and the closing head tag.
Type the body tag and the marquee tag. Type your message for the scrolling marquee. Type the closing marquee tag, the closing body tag, and the closing html tag. Continue adding information to your web page. More lessons soon.....
SEE EXAMPLE BELOW:
<html>
<head><title> My Home Page</title>
</head>
<body><marquee> Welcome to my Home Page</marquee>
</body>
</html>
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.