0% found this document useful (0 votes)
60 views4 pages

Sample Paper - (2013-2014) Answer Key: Subject: Computer Science Grade: VII

This document provides a sample answer key for a 7th grade computer science exam. It includes questions testing knowledge of basic HTML tags and their purposes. The key also provides explanations distinguishing things like container and empty tags, titles and headings, and defines terms like hypertext and hypermedia. One question asks students to write HTML code to create a simple web page with a title, heading, horizontal rule, and bulleted list meeting given specifications.

Uploaded by

lock_jaw30
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views4 pages

Sample Paper - (2013-2014) Answer Key: Subject: Computer Science Grade: VII

This document provides a sample answer key for a 7th grade computer science exam. It includes questions testing knowledge of basic HTML tags and their purposes. The key also provides explanations distinguishing things like container and empty tags, titles and headings, and defines terms like hypertext and hypermedia. One question asks students to write HTML code to create a simple web page with a title, heading, horizontal rule, and bulleted list meeting given specifications.

Uploaded by

lock_jaw30
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Sample Paper (2013-2014)answer key

Subject: Computer Science Grade: VII


Q1. 1. 2. 3. 4. 5. Q2. 1. 2. 3. 4. Q4 1. 2. 3. Fill in the blanks: <LI> stands for LIST ITEMS The <HR> tag inserts a Horizontal Rule. on a web page. The commands in HTML are called Tags. Windows Notepad and Macintosh Simple Text Editor are two popular editors to create HTML web pages. Clicking on Hyperlink takes the surfer to a new web page. State whether True or False: The <p> tag leaves a blank line above the text line. True The <ul> tag is used to underline text on a web page. False There are six level of headings in HTML. True The <title> tag is always given inside the <body> tag. False Give single line codes To display the formula a2+b2 a<sup>2</sup>+b<sup>2</sup> The colour of the background is yellow and the text should be red. <BODY BGCOLOR=YELLOW TEXT = RED> To display an ordered list numbered using Lowercase letters a,b,c.. and starting from d <OL TYPE=a START=4> The font of the text should be in largest possible size and red in colour. <FONT SIZE=7 COLOR=RED> The text on the web page has to be indented 90 pixels from the top. <BODY TOPMARGIN= 90> To moving the text to the next line without inserting a blank line. <p>

4. 5. 6.

Q5. 1.

Answer the following questions. Write a short note on HTMlL.

HTML stands for Hypertext Markup Language. It is a versatile language which can be used on any platform to create a web page. It
Page 1 of 4

contains commands or tags which are used for organizing, formatting and linking pages of text, graphics and other information.
2. Distinguish between container and Empty tags.

Container tags have both the on tag and the off tag. These tags are used with blocks of text in the HTML code. Empty tags are those tags which have only the on tag. These tags are used singly to introduce a special tag at a particular spot, or do some specialized function there.
3. Differentiate between a title and a heading on a web page.

The <TITLE> tag is used to give a title to the web page - it is not displayed on the page but on the title bar of the browser window. The heading tags display the text on the page with visual emphasis. There can be only one <TITLE> tag in each HTML document, whereas there can be a number of headings in various sizes in a web page.
4. What is the purpose of <HR> tag.

The <HR> tag is used to create a horizontal rule or a straight line to separate major sections of text and thus, improve the appearance of a web page.
5. Explain Hypertext and Hpermedia.

Hypertext is a tool for presenting information on the Web. A hypertext document contains hyperlinks that connect to other documents. Hypermedia is higher version of hypertext that contains links not only to text but also to other forms of information such as sound, movies, pictures etc.
Q6 Create a web page using appropriate HTML codes with the following specifications.
Page 2 of 4

a. b. c. d.

e.

Title- City Library Heading (biggest, centered) Catalogue Give a horizontal line after the heading Give the following bulleted list under the Catalogue heading. General Books Computer Books Science Books Encyclopedia Give the background color blue. <HTML> <HEAD> <TITLE> city Library</TITLE> </HEAD> <BODY bgcolor="blue"> <h1 align = "center">catalogue</h1> <hr> <ul> <li> General Books <li>Computer Books <li>Science Books <li>Encyclopedia </ul> </body> </html>

Page 3 of 4

Page 4 of 4

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy