HTML <tag> Syntax </ > Tag Name Content End Tag Name Example < h1 > Welcome to my site < /h1 >
HTML <tag> Syntax Examples < li > content < /li > < h1 > content < /h1 > < p > content < /p >
HTML <tag> Syntax Examples < name of tag > content < /end tag >
HTML <tag> Syntax Examples < h1 > Welcome to my Site < /h1 > <p> Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. </p>
HTML <tag> Syntax All content resides within the <body> tags <body> < h1 > Welcome to my Site < /h1 > <p> Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. </p> </body>