The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.

Web page development through the HTML

Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by anjana.thavarajah, 2020-04-15 04:23:35

Web page development part 2

Web page development through the HTML

Keywords: HTML,Heading tag

Part 2
By Anjana Kirushanth







HTML Headings Tag

The HTML heading tags
<h1>–<h6> elements represent six levels of section headings.
<h1> is the highest section level and <h6> is the lowest.
<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
<h4>Heading level 4</h4>
<h5>Heading level 5</h5>
<h6>Heading level 6</h6>

Start of heading tag H1
End of heading tag H1







HTML Text Formatting

There are four tags you can use for bold and italic:

<strong> and <b> for bold
<em> and <i> for italic

<strong> bold text </strong>
<b> bold text </b>

<em> italic text </em>
<i> italic text </i>







HTML Paragraphs and break Tag

<p> element defines as a paragraph
<p> This is 1st paragraph </p>
<p> This is 2nd paragraph </p>
<p> This is 3rd paragraph </p>

The <br> tag is insert a single line break
<strong> bold text </strong> <br>
<b> bold text </b><br>
<em> italic text </em><br>
<i> italic text </i><br>









Continue… Part 3

By Anjana Kirushanth


Click to View FlipBook Version