Home Top Ad

Responsive Ads Here

Write a Program To Heading Tag In H1 to H6

Share:

 <!DOCTYPE html>

<html>

<head>

<title>Heading Pagee</title>

</head>

<body bgcolor="pink" align = "center">  

<b>Heading tags, also known as header tags,<br> in HTML are used to differentiate headings and subheadings from the rest of the content on a page. <br>There are six heading levels, from H1 to H6, <br>with H1 being the most important and H6 being the least important.</b>

<h1>This is Heading 1</h1>

<h2>This is Heading 2</h2>

<h3>This is Heading 3</h3>

<h4>This is Heading 4</h4>

<h5>This is Heading 5</h5>

<h6>This is Heading 6</h6>

</body>

</html>



Post a Comment

No comments

Welcome to saveracom.blogspot.com

Data Science using Spreadsheet Software Assignment 3

Printing Workbooks select the cells you want to print and then set that area as the print area   Steps to set a print area: Select the cells...