HTML H1 tag
Table of Contents
In my previous article I have teach you html head section with examples. Now in the tutorial we will a brief discuss about html heading tag. The first html heading tag is H1.
The H1 tag is use for big heading in html document. This tag is mostly used for web page document title.
And we will discus it with CSS style. In HTML tags the built-in CSS classes are used for tags formatting. In the H1 styling we will cover the following .
Click here to download Sublime Text Editor
HTML H1 TAG
HTML H1 TAG COLOR
HTML H1 CENTER
HTML H1 FONT SIZE
HTML H1 ELEMENT
HTML H1 TAG FONT SIZE
HTML H1 BACKGROUND COLOR
HTML H1 MEANING
HTML H1 CENTER OF PAGE
HTML H1 BOLD
HTML H1 WITH LINK
HTML H1 TAG
Example:
HTML H1 TAG
<h1>HTML H1 TAG</h1>
Output is:
HTML H1 TAG
HTML Tag Color:
To assign the color in html tag wee need add styling in start tag.
Example:
HTML H1 TAG
<H1 style =”color:blue;”>HTML H1 TAG WITH BLUE COLOR</H1>
Output is:
HTML H1 TAG
HTML Tag Alignment:
To format the h1 tag alignment you should select the text-align property from the the css class.
Example;
<h1 style="color:blue; text-align: center;">HTML H1 TAG</h1>
HTML H1 Font Size:
After the adding text-align property you can add the font size of h1 tag. And add the font value with px.
Example:
<h1 style="color:blue; text-align: center; font-size: 20px;">HTML H1 TAG</h1>
Adding Background Color In H1 Tag
To change the background color of h1 tag you must select the background-color property from the clas;
Example:
<h1 style="background-color: yellow;">HTML H1 TAG</h1>
HTML H1 Tag Bold
Example:
<h1 style="font-style: bold;">HTML H1 TAG Background Color</h1>
HTML H1 Tag link
Add the internal and external link in h1 tag we use the <a> tag in start point and href “” for building link.
Example:
<h1 style="font-style: bold;">
<a href="https://gss-technology.com/">
HTML h1 tag link ! click here
</a>
Pingback: HTML Paragraph Tag | Tag With Example | GSS TECHNOLOGY
I know this web page presents quality dependent articles
or reviews and
additional information,
is there any other web page which offers these kinds of
stuff in quality?
I am developing another blog site coming soon “www.progscript.com”
Pingback: HTML H1 Heading Style Example | GSS TECHNOLOGY