!DOCTYPE html> The web site of Rome Negron <!-- The style.css file allows you to change the look of your web pages. If you include the next line in all your web pages, they will all share the same look. This makes it easier to make new pages for your site. --> <link href="/style.css" rel="stylesheet" type="text/css" media="all"> </head> <body> <h1>Welcome to my Website!</h1> <p>The American revolution was caused between Great Britain and the 13th of North America's colonies his is a paragraph! In your opinion, what the cause the American Reovlution?Here's how you make a link: <a href="http://neocities.org">Neocities</a>.</p> <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p> <p>Here's how you can add an image add three for the causes and three for the effects:</p> <img src="/neocities.png"> <p>Here's how to make a list causes of the revolution:</p> <ul> <li>First thing</li> <li>Second thing</li> <li>Third thing</li> </ul> <p>Here's how to make a list effects of the revolution:</p> <ul> <li>First thing</li> <li>Second thing</li> <li>Third thing</li> </ul> <p>To learn more HTML/CSS, check out these <a href="http://neocities.org/tutorials">tutorials</a>!</p> </body> </html>