HTML or Hypertext Markup Language, is the code or language that is used to create Web pages. HTML documents, also known as "Web pages", are used by browsers such as the Internet Explorer or Mozilla Firefox to present text and graphics.
XHTML, or Extensible Hypertext Markup Language, is a cleaner and stricter code of Html.
Both HTML and XHTML use "tags" to markup the HTML document, These tags tell the browser to change the HTML document into a multimedia Web page.
This section explains how to create a Web page by using the folowing tags.
Whats the World Wide Web or "Web" so effective is the ability to define and add links from one page to another, and to follow links at the click of a button. A single click can take you right across the world!
Images can be used to make your Web pages look better and greatly help get your message across. The Simple way to add an image is using "img src"tag.
What is diffucult is telling the computer where the image is located. You have to tell the computer the "path".
Insert a image by doing the following steps.
Title for Images: Red Devils |
|||
Image for Cars | |||
Image of Mickey and Minnie Mouse | |||
Introduction text goes here | Image 1 | Image 2 |
Creating and intresting tables is an effective method of laying out your Web page. It allows you to organize information on the page and you can place objects or information anywhere you want to on the page.
Table Tags and Attributes | ||
Tag | Attributes | function |
"table" | Align | Controls table alignment: Left, Center, Right. |
Bgcolor | Backgroung color for table. | |
Border | Defines width of table border. | |
Cellspacing | Defines space within cells | |
Cellpadding | Defines space between cells | |
Cols | Defines number of columns | |
Width | Sets table width relative to window width. | Table row:"tr" |
Align | horisontally aligns row; Left,Center,Right. | |
Bgcolor | Background color for row | |
Valign | Vertically aligns row :Left,Center,Right. |