answersLogoWhite

0

What tags are necessary for a webpage?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

Title of the page (Displayed in title bar)

Your content goes here.

The only necessary tags are DOCTYPE and TITLE.

All HTML pages have a HEAD element and a BODY element after the doctype, but the tags are optional in HTML (but required in XHTML).

Mostly an HTML page has the following structure:

Title of the page (Displayed in title bar)

Your content goes here.

But the truth is that actually not a single tag is mandatory since the browser will correct faults when the webpage is being interpreted.

However, there is no guarantee that all browsers will correct the page in the same way if the page is not valid HTML.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What tags are necessary for a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


What tags to specify keywords within a webpage document?

gwsyhdsjhdjh


A webpage is a text file of tags and embedded text?

HTML


How do you get auto refresh on a webpage?

The easiest way to make auto refresh on a webpage is using of meta refresh:"5" is a refresh interval in seconds.Put it in between and tags.


How do markup tags work in HTML?

HTML markup tags provide formatting instructions to a browser. An HTML document tells the browser how to display the content on a webpage.


Between which set of tags does most of the content of your webpage need to be placed?

In most cases, everything except the DOCTYPE declaration will be between <html> tags. The visible content of your page will usually be between <body> tags.


Where can a person find tips on how to use HTML meta tags?

The best place to find tips on using meta tags can be found in an article on the 'site wizard' webpage. There is a run through of what meta tags are and how to use them.


Why does your browser display some HTML tags on the webpages?

If you entered them wrong then it will display on the webpage. Or if you use word then it will.


What are meta tags used for within business?

Meta tags are information about a webpage that can be used by companies such as Google and Bing to build their indices. It contains information such as keywords, owner and when it was last updated.


What tags define the layout of webpage content?

There are numerous (X)HTML tags. w3schools.com is a good reference for more information. As you've stated layout be sure to read up on CSS while you're there.