answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the HTML code for creating a level 4 heading that displays the text Heading 4?

&lt;h4&gt;Heading 4&lt;/h4&gt;


What is the basic code for creating a webpage?

HTML?


When creating an HTML file you should separate sections of HTML code with what?

spaces


What is the HTML code for Heading 3?

&lt;h3&gt;Heading Text&lt;/h3&gt; There are six headings in HTML. They start with &lt;h1&gt; and end with &lt;h6&gt;. They all follow the patter &lt;h#&gt;Text&lt;/h#&gt;


Can you centrally align the heading of the HTML document you created?

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: &lt;center&gt;&lt;h1&gt;Page Heading&lt;/h1&gt;&lt;/center&gt;.


What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. &lt;html&gt; &lt;body&gt; &lt;h1&gt; HOME &lt;/h1&gt; &lt;/body&gt; &lt;/html&gt;


What is the HTML code for a forum on a website?

For creating a forum, only HTML is not enough. JavaScript, CSS etc also has to be included within.


What does h2 stand for in HTML?

in HTML &lt;h2&gt; stands for heading 2


What is the expansion for HREF code?

HTML- HyperTextMarkup Language..... HTML is used for creating web pages for example...


Different heading levels of an HTML document?

&lt;html&gt; &lt;head&gt; &lt;title&gt; &lt;body&gt;


What is HTML code?

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


What is the use of h1 tag in an HTML document?

It's used for heading, h1 stands for heading 1.