HTML TAGS
- HTML tags are used to mark-up HTML elements
- HTML tags are surrounded by the two characters < and >
- The Surrounding Characters are called angel brackets
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- The text between the start and end tags is the element content
- HTML tags are not case sensitive, <b> means the same as <B>
Headings
Heading are defined with the <h1>to<h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.<h1> This is Heading <h1>This is Heading
<h2> This is Heading <h2>This is Heading
<h3> This is Heading <h3>This is Heading
<h4> This is Heading <h4>This is Heading
<h5> This is Heading <h5>This is Heading
<h6> This is Heading <h6>This is Heading
Paragraphs
Paragraphs are degfined with the <p> tags..<p> This is a paragraph </p><p> This is another paragraph </p>
HTML automatically adds on extra blank line before and after a paragraph
To be Continued Next Post......

9:48 PM
Lahiru Dilranga Silva




