Basic HTML element

CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Saurabh Pandey 4 years, 11 months ago
- 1 answers
Related Questions
Posted by Jatin Jaat 1 year, 3 months ago
- 0 answers
Posted by Sakshi Pradhan 1 year, 4 months ago
- 0 answers
Posted by Ayushi Singh 1 year, 3 months ago
- 0 answers
Posted by Chandan Kedia 1 year, 3 months ago
- 0 answers
Posted by Account Deleted 1 year, 3 months ago
- 0 answers
Posted by Sudharshini Kanthasamy 2 months, 3 weeks ago
- 1 answers
Posted by Pavi S 1 year, 3 months ago
- 0 answers
Posted by Swastik Mishra 1 year, 4 months ago
- 0 answers
Posted by Manyata Mishra 1 year, 3 months ago
- 0 answers

myCBSEguide
Trusted by 1 Crore+ Students

Test Generator
Create papers online. It's FREE.

CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
myCBSEguide
Yogita Ingle 4 years, 11 months ago
Following four basic structure elements are always present in every HTML document:
(i) The <HTML> tag tells the browser that this is an HTML document. You must begin your html files with this tag and must end your html file with matching closing tag.
(ii) The <HEAD> tag is used for text and tags that do not appear directly on the page. It acts as a header of file and contains some information like setting the title of the Web page.
(iii) The <TITLE> tag contains the document title. This tag lies between <HEAD> and </HEAD> tags. The title specified inside this tag appears on the browser’s title bar.
(iv) The <BODY> tag is used for text and tags that appears directly on the Web page. It helps us to create a look and feel of the Web page. It holds all your content words, pictures and other stuff. The most basic structure needed for creation of any Web page are as follows:
0Thank You