<h1> This is a heading!! </hl>
also
<h2> This is a heading!! </h2>
<h3> This is a heading!! </h3>
<h4> This is a heading!! </h4>
It goes up to eight. The larger the number the smaller text size.
<h4>Heading 4</h4>
HTML?
spaces
<h3>Heading Text</h3> There are six headings in HTML. They start with <h1> and end with <h6>. They all follow the patter <h#>Text</h#>
When you create an HTML document, you can include a heading on the page. Here is an example of how you can use HTML to center the heading: <center><h1>Page Heading</h1></center>.
Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>
For creating a forum, only HTML is not enough. JavaScript, CSS etc also has to be included within.
in HTML <h2> stands for heading 2
HTML- HyperTextMarkup Language..... HTML is used for creating web pages for example...
<html> <head> <title> <body>
AN HTML code is a code used to manipulate the web and tell it to do things.e.g when you are making a website you might want to add a link to an other website by saying
It's used for heading, h1 stands for heading 1.