Download presentation
Presentation is loading. Please wait.
1
HTML <tag> Syntax
</ > Tag Name Content End Tag Name Example < h1 > Welcome to my site < /h1 >
2
HTML <tag> Syntax
Examples < li > content < /li > < h1 > content < /h1 > < p > content < /p >
3
HTML <tag> Syntax
Examples < name of tag > content < /end tag >
4
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>
5
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>
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.