HTML-Elements
Home | About UOU | About CEMCA | Contact Us
| ||||||||||||||||||||
|
3.3.3.1 HTML elements
HTML tag Tag is a keyword enclosed in angle brackets. Normally tags have one start tag/ opening tag(<tag>) and one end tag/ closing tag(</tag>) are called container tags. There can be elements which is not having any end/closing tag they are called empty tags. 3.3.3.2 HTML Document structure
3.3.3.3 HTML attributesHTML attributes are additional information about an HTML element. Attributes are always declared in the start tag/opening tag. <tag attribute= “Value”> Content </tag> Attribute values are enclosed in quotes.
|
|