Program :
<html>
<head><title> HTML Headings</title></head>
<Body>
<h1> HTML Heading 1</h1>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
<h2> HTML Heading 2</h2>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
<h3> HTML Heading 3</h3>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
<h4> HTML Heading 4</h4>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
<h5> HTML Heading 5</h5>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
<h6> HTML Heading 2</h6>
At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.
</Body>
</html>
0 comments:
Post a Comment