My Third Webpage
Copy and paste the example and give it a try.

<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8 /">
<meta name="author" content="your name goes here" />
<title>My Third Webpage</title>
</head>

<body>
<div style="background-color:yellow; border: 2px black solid">
<marquee scrolldelay="10" behavior="scroll" scrollamount="1" direction="left"
truespeed="true" loop="infinite">
Your scrolling text goes here
</marquee>
</div>
 <center><h1>My Third Webpage</h1></center>
<p>My first paragraph.</p>
<p>My second paragraph.</p>
</body>

</html>