BASIC HTML TAGS ********* PAGE -1- ********* This is the most simple web page. It would be typed into a basic HTML editor (such as Notepad): Title

Heading(largest)


Paragraph

bold italic underline ********* PAGE -2- ********* This code demonstrates how tables are made with HTML:
cell 1 cell 2 cell 3
********* PAGE -3- ********* This code shows how HTML tags can be formatted using CSS (cascading style sheets): Here are some attributes and their properties: color:blue; background:orange; font:15px arial; border: 10px solid red; ********* END *********