|
|
|
| Online tutorial for webpage authoring
This page was written using basic html code with structure tables to control layout. (Each of the sections with different backgrounds is it's own table nested within a larger table.)
Definitions: Basic HTML
Hyper Text Markup Language. It is the language in which all pages on the web are written. Webpages are text files made up of text and HTML instructions, which the browser interprets and displays.
<HTML> </HTML>
The html tags. These MUST be included at the beginning and end of ALL webpages. These tags inform the browser the type of document.
<HEAD> </HEAD>
Encloses code that provides information about the document.
<BODY> </BODY>
Encloses all text, images, and other elements that will be viewable on the document.
<TABLE> </TABLE>
The table tags. These tags are used to create tables, using <TR> </TR> for the table rows and <TD> (NO CLOSING TD) for the table cells.
home ¦ javascripts ¦ frames ¦ dynamic html ¦ links and resouces ¦ email webmaster
|