Basic HTML Tags
HTML web pages build-up via tags (< >) every tags must have only one element (<head>), and most of the tags have opening tags (<title>) and closing tags (</title>).
Heading Tag
Heading tag used to display heading on browser. Heading tag has a several types. (<h1>.... <h6>) Opening tags to (</h1>......</h6>) closing tags.
<H1> means heading one. This tag make a heading bigger than other heading tags (<h2>,<h3>,<h4>,<h5>,<h6>). <h2> means heading two. This tag make a heading smaller than <h1> tag. likewise <h3>,<h4>,<h5> and <h6>.
Heading attribute
We use attribute to change element formation. In here heading tag has a one attribute; that align attribute we use for change text position (left/right/centre/justify)
No comments:
Post a Comment