HTML Fundamentals © Banumathy sridharan

Practice questions for HTML Fundamentals
Chapter:1: What is an HTML File?

R- html1-1 What does HTML stands for?

R- html1-2 What type of file is an HTML file (text, audio, image)?

R- html1-2 What does an HTML file contain that makes it special?

R- html1-3 What is the purpose of markup tags?

R- html1-4 What type of file extension must an HTML file have?

R- html1-5 Can an HTML file be created using a text editor?

R- html1-6 What are the two essential parts of any HTML file?

R- html1-7 What is the name of the first part of all HTML files?

R- html1-8 What is the name of the second part of all HTML files?

R- html1-9 What does the head part of an HTML file contain?

R- html1-10 What does the body part of an HTML file contain?

R- html1-11 What devices are used to mark-up an HTML file?

R- html1-12 How does a browser recognize that an HTML file containes tags?

R- html1-12.1 What characters surround each and every tags of an HTML file?

R- html1-13 Are HTML tags normally each on its own or paired with another tag?

R- html1-13.1 Are all HTML tags paired with another tag?

R- html1-14 What does the first tag of a pair of HTML tags indicate?

R- html1-14 What does the first tag of a pair of HTML tags indicate?

R- html1-14 What does the second tag of a pair of HTML tags indicate?

R- html1-15 What is the name given to the text located between a pair of HTML tags?

R- html1-16 Are HTML tags case sensitive?

R- html1-17 Do current HTML standards recommend using lower or upper case characters when writing HTML tags?

R- html1-18 What is the first tag of an HTML document?

R- html1-19 What does the tag <html> tell a browser?

R- html1-19.1 What do the tags <html> qnd <!html> mean?

R- html1-20 What must be the last tag of an HTML document?

R- html1-21 What is the purpose of the </html> tag?

R- html1-22 What are the tags used for header information?

R- html1-23 Is the header information displayed by the browser?

R- html1-24 What is the <title> tag used for?

R- html1-25 Where is the text located between title tags displayed in the browser?

R- html1-27 What does the <body> tag mean?

R- html1-26 What is the tag <b> used for?

[Your opinion is important to us. If you have a comment, correction or question pertaining to this chapter please send it to appropriate person listed in contact information or visit forums for this course.]

Return to Chapter 1: What is an HTML File?