
<HTML> Html content here</HTML>
<P ALIGN=”center”> <html>
<head>
<title>Sample "Hello, World" Application</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<img src="images/CFL.png">
</td>
<td>
<h1>Sample "Hello, World" Application</h1>
</td>
</tr>
</table>
<p>This is the home page</p>
<ul>
<li>To a <a href="test.com">Page one</a>
<li>To a <a href="test.com">Page two</a>
</ul>
</body>
</html>
<TITLE> Page title</TITLE>
<META NAME="Description" CONTENT="Type a description of your site here.">
<P> </P>
<DIV> </DIV>
<BR>
First name: <input type="text" name="fname"> Example:
<button type="button">Click Me!</button>
<H1>Level 1 heading</H1>
<UL>
<LI> Item 1
<LI> Item 2
<LI> Item 3
</UL>
<OL TYPE=A>
<LI> Item 1
<LI> Item 2
<LI> Item 3
</OL> 
H1 {color: red}
#button .active { color: red}
.elementClass p {color:blue}
<html><body><div id = "DivOne"><p> This text will be red. </p></div></body></html>#DivOne {color:red}
<LINK REL=STYLESHEET TYPE="text/css" HREF="style.css">
<STYLE TYPE="text/css"><!--
...style code goes here...
-->
</STYLE>
<STYLE TYPE="text/css">@import url(style.css);
... rest of style code goes here
</STYLE>
<P STYLE="color:red">This paragraph will have text color red.</P>body { color:red; }
h1 { color:#00ff00;}
p { color:rgb(0,0,255);}
p { height:100px;width:100px;}
margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:50px;
p { float:left }
p { cursor:pointer}
h1 {visibility:hidden;};
p {visibility:visible;}