|
HTML (HyperText Markup Language) HTML uses a variety of predefined tags to layout text, images, forms, links e.t.c on a web page. Within the document tags are differentiated from text by placing them in brackets <>. Most tags come in pairs: a 'begin' tag and an 'end' tag. By enclosing a section of the page within a pair of tags, what ever is positioned between them will have the tags applied to it. The simplest example of this is the <HTML> (begin tag) and </HTML> (end tag):
<HTML> These are positioned at the top and bottom of every HTML page, denoting that everything in between is HTML. A selection of the more commonly used tags are listed below:
Below is an example of an HTML page. Modify the code and click preview to view the changes:
|
|||||||||||||||||
![]() |