answersLogoWhite

0

What are the basic elements of HTML document?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

HTML

head

title

/title

meta

style

/style

/head

body

/body

/HTML

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the basic elements of HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


Differentiate HTML tag from an HTML documents?

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


Why is HTML necessary?

HTML is the basic building blocks for web pages on the Internet. It is a markup language which allows you to markup the different components of a document which tells the browser what each of those elements means and what they should do with that content. HTML stands for HyperText Markup Language.


BASIC element of dynamic HTML?

Dynamic HTML is a combination of HTML tags and interactive web pages. Its basic elements include: an object-oriented view of web elements, cascading style sheets and dynamic fonts.


Which elements are mandatory in an XHTML document?

doctype, html,head, body, and title


Why is a documents style important in HTML?

A document's style is important in HTML very much. It makes it differ from other elements in the page.


How is DOM used in JavaScript?

DOM stands for document Object Model that is used to get, change, add or delete HTML elements.


What are the last two tags of an HTML document?

The last two tags of an HTML document are the and tags. These tags mark the end of the body and the entire HTML document, respectively. Here's a breakdown of the structure: HTML Use code with caution. Learn more The tag indicates the end of the body content, which is where the visible elements of the web page are placed. It tells the browser that the structural elements of the page have been defined. The tag marks the end of the entire HTML document. It signals to the browser that it has reached the final element of the document and can start rendering the page. Together, these two tags enclose all the HTML content and provide a clear structure for the web page.


Enumerate the basic HTML structure's and describe each briefly?

The page starts with the HTML start tag Followed by the tags, and goes here Followed by the Tag. The followin HTML will be the content of you web page Followed by closing the Tag, and tags. Here is a sample of a Basic HTML document: the name of the page This is a basic HTML structure. This is where the content goes that will display on your page.


What is the basic structure of an HTML?

The basic structure of HTML includes tags, attributes and elements. According to the W3C, all X/HTML documents must contain:A doctype declaration, to tell the browser what version of HTML is being used.An HTML element, which will contain all other elements. HEAD and BODY are the legal children for the HTML element.A HEAD element, used to hold meta data. There must be one and only one HEAD element, and it must be the first child of the HTML element.A TITLE element, which is a child of the HEAD element, and describes the content of the page for browsers and search engines.A BODY element, which holds all the page data. There must be one and only one BODY element, and it must be the second child of the HTML element.Give below is an example of the most basic HTML 5 document structure:A Basic HTML 5 PageWelcome to Answers.comGiven below is the example of the basic structure of an XHTML document (this language is in the process of being replaced by HTML 5):Page Title for Browser and Search EnginesWelcome to Answers.com


What is well formed HTML document?

This is the basic (and correct) formatting of a simple HTML document:Then of course there are LOTS of other tags, but that's just the beginning format.


What are the HTML documents?

An HTML form is a section of a document containing normal content, markup, special elements called controls (checkboxes, radio buttons, menus, etc.) ...