By Jack G. Zheng, CIS@Georgia State University
last updated 9/12/2006
<html>
<head>
<title> … </title>
</head>
<body>
…
</body>
</html>
<h1>Heading 1</h1>
<!-- Some comments here; you don't see them in browser
|
Heading 1Heading 2Heading 3Heading 4Heading 5 |
||||||||
<p>Font with different size and color</p> <p> <font size="2">Font</font> <font size="4">Font</font> <font color="red" size="6">Font</font> </p> <p>Font with different face</p> <font size="7" face="Courier New">Font</font></p> |
Font with different size and color Font Font Font Font with different face Font Font
|
||||||||
<p>A paragraph with <strong>bold</strong> and <em>italic</em> words</p>
|
A paragraph with bold and italic words A parapgrah aligned to the center using breaks ...
|
||||||||
<p><strong>Number list / ordered list </strong></p> <ol>
<p><strong>A complex hierarchical list</strong></p> <li>unordered list 1
</li> <li>unordered list 2</li> </ul> |
Number list / ordered list
Bullet list / unordered list
A complex hierarchical list
|
||||||||
<p><a href="http://yahoo.com">A link to yahoo.com</a> (opened in the same window)</p>
<p>3. <img src="http://www.gsu.edu/images/GlobalElements/head_logo.gif" alt="GSU" /> An image</p>
<img src="http://www.gsu.edu/images/GlobalElements/head_logo.gif" alt="GSU" /> </a> An
image with a link</p> |
A link to yahoo.com (opened in the same window) 2. A link to yahoo.com (opened in a new window) 3.
|
||||||||
|
<table width="150" > <tr><td>cell 1,1</td> <td>cell 1,2</td></tr> <tr><td>cell 2,1</td> <td>cell 2,2</td></tr> </table>
<table width="150" border="1">
|
For more examples on table properties, cell merging and layout, see table1.htm and table2.htm
|
||||||||
Why to use a WYSIWYG HTML editor?
Why can’t we depend on HTML editor?
W3 schools HTML tutorial
HTML history