answersLogoWhite

0


Best Answer

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

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

Wiki User

11y ago

All HTML documents must start with the opening tag of the HTML elements itself. Namely:

<html>

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

<!DOCTYPE html> is the tag that marks the top of an HTML page. The minimum required first like is <html>, which starts the definition of the page content.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The first tag you use when developing an HTML document is the <html> tag. The first tag you use for the main content of your page is the <body> tag.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What HTML tag is used to mark the top of the page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


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.


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

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


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

&lt;a href="(whatever the name of the next page is)"&gt;(link text)&lt;/a&gt;


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

The frontslash tag. For example, here it is used in the bold tag. &lt;b&gt;Bold text&lt;/b&gt;

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: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


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 &lt;frame&gt; 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?

&lt;p&gt; 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 &lt;title&gt; tag is probably the most useful. But you may be thinking about the &lt;meta name="description" content="About Your Page" /&gt; tag.


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

&lt;a href="(whatever the name of the next page is)"&gt;(link text)&lt;/a&gt;


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

The frontslash tag. For example, here it is used in the bold tag. &lt;b&gt;Bold text&lt;/b&gt;


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?

&lt;style&gt; tag is used to style the elements on a page. The position: absolute positions where they are on that page.


What is the difference between HTML head tag and body tag?

The &lt;HEAD&gt; tag is used to display the heading information like company name, page title etc in the web page The &lt;BODY&gt; tag is used to display the body of the web page - which contains all the contents you want to display