Computer Science
Class-VIII
Chapter-1 More on HTML
A. Tick the correct answer.
1.________ list is also known as the numbered list.
a. ordered b. unordered c. definition d. none of these
Answer: Ordered
2. HTML supports insertion of _____ into an electronic document.
a.audio b. video c. animation d. all of these
Answer: All of these
3. _______ is a computer language.
a. HTML b. STML c. GML d. SGML
Answer: HTML
4.A definition list starts with a __________ tag.
a.<DD> b. <DT> c. <DL> d. <DB>
Answer: <DL>
5. </HTML> shows the ______.
a. starting tag b. ending tag c. creating tag d. deleting tag
Answer: Ending tag
6. Empty elements contain only ________ tag.
a. ON b. OFF c. both of them d. none of them
Answer: On
7.________ element indicates that the enclosed text should be displayed in an italic typeface.
a. Bold b. Italic c. Underline d. Font
Answer: Italic
B. Write T for true and F for false statements.
1. The valid value ranges from 1 to 7 and by default the size of the font is 3.
Answer: True
2. HTML stands for Hyper Text Markup Language.
Answer: True
3. Ordered list is also known as unnumbered list and starts with bullets.
Answer: False
4. <HTML> shows the ending tag.
Answer: False
5. HTML is difficut to use and understand.
Answer: False
6. HTML markup tags are usually called HTML tags.
Answer: True
7. The bold tag is used, when you want to emphasise the text.
Answer: True
C.Fill in the blanks.
1. ________ attribute sets the text colour.
Answer: Color
2. ______ executes commands in very less time.
Answer: HTML
3. Many types of software like HTML and ______ are available for designing websites.
Answer: FrontPage
4. HTML tags normally come in pairs, comprising ______ and end tags.
Answer: Start
5. _______ elements are called void elements.
Answer: Empty
6. A ________ may contain numerous terms and descriptions, one after the other.
Answer: Definition list
7. <H1> is the highest level and <H6> is the _____ level.
Answer: Lowest
D. Answer the following questions in short.
1. What is HTML tag?
Answer: The instructions given in HTML in the form of text characters are called tags.
2. What is the full forms of HTML?
Answer: Full form of HTML: Hyper Text Markup Language
3. How many types of lists are there in HTML? Name them.
Answer: There are three lists in HTML.
1. Ordered list 2. Unordered list 3. Definition list
4. Which tag is used to change the text colour?
Answer: Colour attribute is used to change the text colour.
5. What is the extension of HTML document?
Answer: Extension of HTML is .html/.htm
E. Answer the following questions in detail.
1. Explain heading element.
Answer: Heading element is used to show heading and sub headings of the site and contents headlines in web pages. Heading elements are six, represented with H1, H2, H3, H4, H5, H6. <H1> is the highest level and <H6> is the lowest level.
2. How do you create a definition list in HTML?
Answer: A definition list starts with a <DL> tag(definition list)
Each term starts with a <DT> tag(definition term)
Each description starts with a <DD> tag(definition description)
3. What are the advantages of HTML?
Answer: Advantages of HTML:
HTML is easy to use and understand.
HTML allows linking of different web pages.
HTML is free
HTML is easy to learn and code.
HTML also provides forms and frames.
4.How do you create a document in HTML?
Answer: Steps to create a document in HTML:
1. Open Notepad by clicking on Start->All programs->Accessories->Notepad.
2. Type a HTML document.
3. Click on File>Save menu option.
4. Mention the file name with a extension .html.
5. Click on Save button.
5. What are container and empty elements in HTML? Explain with examples.
Answer: Container is the area enclosed by the beginning and ending tags. For example: <HTML> .....</HTML>
Empty elements contains only start tag. It does not contain end tag.
For example: <BR> tag.
6. Explain the font elements with an example.
Answer: The font element is used to change the size, font type or color of the text in the web page. the syntax of the font element is:
<FONT> ...........</FONT>
No comments:
Post a Comment