answersLogoWhite

0

Differentiate HTML tag from an HTML documents?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

HTML tags are used to delimit HTML elements inside an HTML document.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Differentiate HTML tag from an HTML documents?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Tag enables Web designers to link HTML documents to each other?

Anchor tag is the tag talked about in here. This tag helps documents to link with each other.


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 a link of documents images and sounds?

Anchor tag can be used to link different elements in HTML. Documents, sounds and images all can be linked using the anchor tag.


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and <p> elements require a start and end tag to delimit the element's content. The <br> tag is an example of an empty element (there is no </br> tag). However, an empty element can also be closed by the start tag, such that <br /> is acceptable (<br /> is a requirement of XHTML but not HTML).


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes


What is the purpose of the tag in HTML file?

tags are used to differentiate the text like headings, normal text


Differentiate between javascript and HTML?

Differentiate a pilot and a plane!


Is the body tag required for all HTML documents?

Technically it should be included, but many browsers assume its existence if it isn't there. (if i recall correctly) If you want to stay compliant with the W3C specifications, however, you must have a body tag. It must be the only body tag in the page, it must be a direct child of the HTML tag, and it must be preceded by 1 and only 1 HEAD tag.


What is used to meta tag in HTML?

html


The tag that appears after the HTML tag is?

<head>


On HTML When a tag is no longer used or is becoming obsolete it is a?

"Deprecated" tag. Deprecation is a process that allows the continued use of a tag, especially in legacy documents, while also signaling to developers that the tag may eventually be superseded. A superseded tag is a tag that has been removed entirely from the standard. The tag no long has to function for a browser to be standards compliant, and using the tag will absolutely cause a fault in validation. Sometimes a deprecated tag is rescued in the next version. This happens when the standards body (the W3C for HTML) decides that removing the tag wasn't the best decision, or finds a use for the tag it hadn't previously considered. In the case of HTML, XHTML 1.0 deprecated the italic <i> and bold face <b> tags, but HTML 5 restored them to standards compliance.