 |
| HTML Introduction |
| HTML stands for Hyper Text Markup Language. HTML was developed by scientist Tim Berners-Lee in 1990. An HTML file i...more » |
|
 |
| |
|
 |
|
 |
| |
|
 |
| HTML Elements |
| HTML elements are constructed with a start tag marking the beginning of an element, any number of attributes, some amount of content and an end tag ...more » |
|
 |
| |
|
 |
| Basic Tags |
| There are probably hundreds of HTML Tags like Tables, frames, images, lists, forms, and many more but the most important tags in HTML are tags that de...more » |
|
 |
| |
|
 |
| TAG Attributes |
| HTML Tags have attributes that are used within the start tag of HTML elements. Attributes provide additional information to the elements. Attributes have na...more » |
|
 |
| |
|
 |
| Formatting |
| In HTML there are so many tags for formatting. You can use these tags to format your html document output. Some of These tags are here...more » |
|
 |
| |
|
 |
| Character Entities |
| Character entities are used to insert characters that cannot be easily inserted in html document from keyboard directly. Character entities have three parts....more » |
|
 |
| |
|
 |
| HTML Links |
| In html hyperlinks are used to link HTML pages to documents on web. Anchor tag is used to create links to other web documents. To add a link you will us...more » |
|
 |
| |
|
 |
| Lists |
| In HTML there are three types of listsUnordered ListOrd...more » |
|
 |
| |
|
 |
| HTML Images |
| You can use tag to display images in your html document. tag contain attributes and it has no closing tag. The src attrib...more » |
|
 |
| |
|
 |
| Tables |
| Tables consist of rows and columns. In HTML you can create tables by using tag. is used to define a row in table and in each ...more » |
|
 |
| |
|
 |
| HTML Frames |
| Frames allow multiple html documents to be displayed in a single browser window at a time. Normally frames are us...more » |
|
 |
| |
|
 |
| BGColor |
| The bgcolor attribute is used to control the background of an HTML elmement, specifically page and table backgrounds. Bgcolor can be placed within several of t...more » |
|
 |
| |
|