<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.
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 ?
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.