Forum : why html heading from h1 to h6
Brief description  about Online courses   join in Online courses
View  's Profile

why html heading from h1 to h6

why always html headings from h1 to h6.. can't we change..
why it so, is it inbuilt?
Asked by | May 4, 2010 |  Reply now
Replies (4)
View saumyajit chakraborty 's Profile
<img src="url" /> and specify the width and height of the image as per your requirement with in the image tag......
E.g,
<img src="image/Winter.jpg" width="250px" height="200px"/>

NOTE: The path of the image that i have given here is just an example.





May 5, 2010
View himanshu pandey 's Profile
I think

<img src="images/seal.jpg" width="u need">
<img src="images/seal.jpg" height="u need">
<img src="image.jpg" width="U need" height="u need">

May 5, 2010
View  's Profile
ok thank you..:) now i cleared with heading concept...
in HTML, how to reduce the size of image...,in my page its displyng ful length of page..i want reduce it to small size, how can I do ?
May 5, 2010
View saumyajit chakraborty 's Profile
Headers are usually used for headings. They range in size from 1-6, with 1 being largest and 6 being smallest....we can't change it as because the default range is in between h1 to h6.
**note:- You cannot have two different header sizes on one line.

May 4, 2010