answersLogoWhite

0

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag.
is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: <HTML> <head> <title>This Page Title</title> </head> </HTML>


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


Need of frame in HTML?

Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What are the alignments for Ptag in HTML?

<p> tag is used to define paragraph in HTML. It could be aligned anywhere in the page.


Which tag is used to display the title of the web page?

Your <title> tag is probably the most useful. But you may be thinking about the <meta name="description" content="About Your Page" /> tag.


Which tag is used in HTML to jumb to next page?

<a href="(whatever the name of the next page is)">(link text)</a>


What character is used to indicate an end tag in HTML?

The frontslash tag. For example, here it is used in the bold tag. <b>Bold text</b>


What is the definition of B tag in HTML?

It stands for Bold. It is used to bold text in a web page.


How are absolutely positioned elements positioned on an html page?

<style> tag is used to style the elements on a page. The position: absolute positions where they are on that page.


What is body tag in HTML?

A body tag defines the content of the web page. It defines what goes into the body of the page.