EN
HTML element description, Tag breakdown explanation
13
points
In HTML each element consist of tag, attribute (name and value) and content. In this post element has been described in simple way.
1. HTML Tag Breakdown explanation
Where:
a
- tag namehref
- attribute namemy-page.htm
- attribute value placed in double apostropheMy page
- this text can be replaced with other tags</a>
-a
tag ashould be closedNote: for event attribute looks following way:
onclick="myJavaScriptFunction();"
.