answersLogoWhite

0

Which tag is not required for an HTML page?

Updated: 8/21/2019
User Avatar

Wiki User

9y ago

Best Answer

The only tags needed are the HTML, HEAD, TITLE and BODY tags, with their corresponding closing tags. All other tags can said to be not required, though obviously many of them will be used, as otherwise your page would be very plain.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which tag is not required for an HTML page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What HTML tag is used to mark the top of the page?

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.


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>


Why you use body tag?

You need to use a <body> tag because it defines the main body section of an HTML document. Here are the minimum tags required to create a web page: <html> <head><title>My Page</title></head> <body> Hello World! </body> </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 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.


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


How do you make a HTML tag?

You type a less than sign, then the name of the tag and then a greater than symbol. There are lots of HTML tags, for different purposes. The tag that starts a page is this one: <html>


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag <HTML> and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


Why is linking required in HTML?

Linking is not required in HTML. Linking allows you to connect to different locations. If you do not want any external links you can still create a Web page. However, not including links on a Web page reduces the practicality of a Web site and makes it less likely the page will show up in any major search engines.


What is the function of i HTML tag?

<i> is for italics the HTML tag itself <html> is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


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.


What two tags are required to create an image map in HTML?

The MAP tag and the AREA tag.