answersLogoWhite

0


Best Answer

<h1>...</h1>

Kinda.

The specification does not stipulate that this heading is to be any larger or smaller than any of the other headings. But the browsers default to making this on the largest of the 6.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

HTML headings are a group of tags, all starting with H and being preceded by a number that indicates their relative relationship within a document.

While most browsers display the

tag as the largest, boldest of the group, there is nothing stopping the browsers from changing this, or the coder from entirely changing it in CSS.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

<h1> H1 is the largest heading. Use it as <h1>text</h1>

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Basically it would be <h1>, but you can override font sizes and styling via CSS, so <h1> is the most significant but doesn't necessarily have to be the biggest text in a webpage.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

As in size, h1. You can change these is CSS.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The HTML designs sizes for headings in 6 categories. H1 is the largest heading while H6 is the smallest.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

<h1>Heading</h1>

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

<h1>

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

H6

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which HTML tag creates the largest heading on a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many heading sizes does HTML support?

It supports 6 heading sizes using the &lt;h1&gt; to &lt;h6&gt; tags. The &lt;h1&gt; is the largest heading.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


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


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


What is basic HTML code?

Below is an example of a very basic webpage: &lt;html&gt; &lt;head&gt; &lt;title&gt;My First Webpage&lt;/title&gt; &lt;/head&gt; &lt;body bgcolor="yellow"&gt; &lt;p&gt;This is a yellow webpage&lt;/p&gt; &lt;/body&gt; &lt;/html&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;


How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


Where does webpage save?

it is saved as a html


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


How do you upload html webpage to domain?

To upload HTML webpage to domain , you have to purchase a server. Purchasing it will give you the authority to make it live.