[go: up one dir, main page]

0% found this document useful (0 votes)
43 views3 pages

An Introduction To HTML

The document provides an introduction to HTML, including fill-in-the-blank exercises and short answer questions about its features, structure, and related tools. It covers key concepts such as the full form of HTML, the components of an HTML document, and types of HTML editors. Additionally, it lists examples of web browsers and tools used for HTML development.

Uploaded by

Indumathy prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views3 pages

An Introduction To HTML

The document provides an introduction to HTML, including fill-in-the-blank exercises and short answer questions about its features, structure, and related tools. It covers key concepts such as the full form of HTML, the components of an HTML document, and types of HTML editors. Additionally, it lists examples of web browsers and tools used for HTML development.

Uploaded by

Indumathy prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

An Introduction to HTML

I. Fill in the blanks:


1. Full form of www is _________________.
2. Online documents present on the www can be viewed on a software called ________________.
3. A ____________ is a collection of related web pages that are connected in various ways.
4. The full form of HTML is _________________.
5. ____________________ refers to any computer based system that uses links to reach a particular web
page.
6. HTML is a _________ language and not a ___________ language.
7. HTML is purely a _______________________ solution and not a word processing tool.
8. A collection of HTML __________ are used to design the page layout and hyperlinks.
9. HTML tags contain keywords that are enclosed within the _______________brackets.
10. An HTML __________ has a Start tag, an element content and an End tag.
11. An HTML documents is also known as a ___________.
12. The HEAD section consists of <HTML>, <HEAD> and <TITLE> tags.
13. The BODY section consists of <BODY>, <h1> and <p> tags.
14. The two types of HTML editors are ________ and _________________.
15. The file extension of an html document is _________.
16. .JPEG stands for __________________________.
16. .GIF stands for ________________.
17. ________________ are the tags that are used within a container tag
18. the properties associated with a given tag is called the _______ of an element.
19. The <SUP> appears slightly _______ the usual level of the text.
20. The <SUB> appears slightly _______ the usual level of the text.

II. Answer the following in 1-2 sentences:


1.Write 3 important feature of HTML.
2. Name 2 web browsers.
3. What are documents displayed on web browsers called?
4. What are the two main parts of an HTML document?
5. What are the two basic tools used while working with HTML?
6. Give one example of WYSIWYG editor and 1 example of a text editor.
ANSWERS
I. Fill in the blanks:
1. Full form of www is World Wide Web.
2. Online documents present on the www can be viewed on a software called web browsers.
3. A website is a collection of related web pages that are connected in various ways.
4. The full form of HTML is Hyper Text Markup Language.
5. Hyper Links refers to any computer based system that uses links to reach a particular web page.
6. HTML is a markup language and not a programming language.
7. HTML is purely a desktop publishing solution and not a word processing tool.
8. A collection of HTML tags are used to design the page layout and hyperlinks.
9. HTML tags contain keywords that are enclosed within the angular brackets.
10. An HTML element has a Start tag, an element content and an End tag.
11. An HTML documents is also known as a web page.
12. The HEAD section consists of <HTML>, <HEAD> and <TITLE> tags.
13. The BODY section consists of <BODY>, <h1> and <p> tags.
14. The two types of HTML editors are WYSIWYG and TEXT EDITOR.
15. The file extension of an html document is _________. (.html)
16. .JPEG stands for __________________________. (Joint Photographic Experts Group)
16. .GIF stands for ________________. (Graphics Interchange Format)
17. ________________ are the tags that are used within a container tag.(Parameters)
18. the properties associated with a given tag is called the _______ of an element. (Attributes)
19. The <SUP> appears slightly _______ the usual level of the text. (higher)
20. The <SUB> appears slightly _______ the usual level of the text.(lower)

II. Answer the following in 1-2 sentences:


1.Write 3 important feature of HTML. ( not case sensitive , it is a markup language, consists of a set of
markup tags)
2. Name 2 web browsers. (Google Chrome, Mozilla Firefox)
3. What are documents displayed on web browsers called? (web pages)
4. What are the two main parts of an HTML document? (Head and Body)
5. What are the two basic tools used while working with HTML? (HTML editor and text editor)
6. Give one example of WYSIWYG editor and 1 example of a text editor. (Adobe Dreamweaver, Notepad)

You might also like