answersLogoWhite

0


Best Answer

in HTML <h2> stands for heading 2

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does h2 stand for in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does HTML stand for and the definition?

HTML stands for "hyper-text markup language".


What is h1 in HTML stand for?

H1 is a heading tag in HTML and is the most important heading tag. In a single HTML document there should only be one H1 heading tag. There are a total of six heading tags in HTML, h1, h2, h3, h4, h5, and h6. H1 is the most important and h6 is the least important. These are useful at organizing your content on a web page.


What does hr stand for in HTML?

Horizontal Rule


What is HTML stand for?

Hypertext Markup Language


What does p stand fro in HTML?

Paragraph.


What does m stand for in HTML?

It stands for markup.


What do the letters ''HTML'' stand for?

HTML stands for HyperText Markup Language.


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 does the abbreviation HTML stand for?

HyperText Markup Language.


What does the abbreviation for HTML stand for?

HyperText Markup Language.


When was the start of HTML and what does it stand for?

HTML stands for Hyper Text Mark-up Language and was created in 1991.


What is the HTML code for creating a heading?

&lt;h1&gt; This is a heading!! &lt;/hl&gt; also &lt;h2&gt; This is a heading!! &lt;/h2&gt; &lt;h3&gt; This is a heading!! &lt;/h3&gt; &lt;h4&gt; This is a heading!! &lt;/h4&gt; It goes up to eight. The larger the number the smaller text size.