SQL PHP HTML JavaScript articles and free code
 

Header tags H1 to H6 style by using CSS in a webpage

Read the basic CSS tutorial

As we have seen various html tags can be managed by using style properties , same way we can manage header tags <H1> or any other tag in the same way.

You can read more on type of header tag and its uses here

Header tag style can be managed locally or from a common style sheet file for the whole website. We will discuss some of the styles we can use along with header tags but you can add any other types of properties.

By using style properties we can manage how our header tags will be displayed. We can control font size, font weight, colour, margin, background and many other properties from the style properties.

Here is the code used in external style sheet to manage headers for this site.

h1,h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0.0em;
margin-bottom: 0.5em;
color: #0000c0;
FONT-SIZE: 13pt;
font-weight: bold; color: #4c4c4c
}
h4{
background: #e8f2d7;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: center;
}


As you can see we have defined H1 and H3 as same style property but H4 is different with a background color
Discuss this tutorial at forum

List of HTML Tutorials

CSS: Cascading Style Sheets
Advantage of using CSS
Cascading Style Sheets
Types of Cascading Style Sheets and their priority distribution
Removing Underline from links by CSS
Fonts style control using Cascading Style Sheets
Body tag style properties in external style sheet
Header tag style properties in external style sheet
Mouse over effects of links using CSS
Links using CSS
Mouse Cursor shape or style control by Cascading Style Sheets
 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.