This guide covers only the very basics. It is intended for a beginner who needs help
and a place to start.
Many tags and attributes are not covered in this tutorial to avoid complicating things
for a beginner with no prior html experience.
Tags make up the 'words' of the html language. Attributes define the properties of the tags used.
Html tags are typically used in pairs and each is surrounded by < and > characters.
|
<TAG ATTRIBUTE="value"> ... </TAG>
|
|
The TAG text starts the tag, /TAG ends
it. Attributes are located inside the opening html tag.
Again, this guide/tutorial is provided for those new to html who need help
and a place to get started. It is not intended for more advanced users.