Computer Pen&paper Set A
Computer Pen&paper Set A
Name _________________ Class / Sec. ________ Admn. No. / Roll No. ____________
1. Answer the following : (2)
a. What type organisation use .com suffix in their website URL_____________
b. _______________ the file means transferring files from client computer to
Internet.
c. _____________are the documents that use HTTP.
d. Computer where Web sites ‘live’______________.
2. Name the protocol responsible for sending ,receiving data packet______ . (1)
3. Answer the following in one word: (1)
a. Secret code used to create Webpage ___________________.
b. Computer Program that reads the HTML file and translate the text into visible
form for you. ____________________.
4. How Attributes differ from tags? (1)
_____________________________________________________________________
_____________________________________________________________________
5. Fill ups: (1)
a. The contents of ___________tag are not visible to visitor of the webpage.
b. Notepad is a ______ editor used for creating Html documents.
6. Are Hn and hr tags same? Justify your answer. (1)
____________________________________________________________________
____________________________________________________________________
7. Name the tag/attribute for the following: (2)
a. To change the style of numbers or bullets in the list. ______________
b. To describe the term in definition list. _______________
c. To hold the address of a document or image with anchor tag ____________
d. Insert a comment ______________
8. Write a tag to draw a horizontal rule covering 50% of the browser width , in colour
red and aligned to the centre of browser under the heading “Learning HTML”. (2)
_____________________________________________________________________
_____________________________________________________________________
9. Find errors and rewrite the code: (2)
a. < a name=”#t1” > Topic 1</a>__________________________________
b. <ul type =”i” start =”iii”>______________________________________
c. <font bgcolor=”red”>__________________________________________
d. <body background=”pic1”>_____________________________________
10. Write the tags to create the following list: (2)
11. Write the code to make image “mypic.jpg” of width and height 100 pixels act as
hyperlink to index.html and the link should open in new window. (3)
<ul>
<li>Chapter 1
<ul>
<li>Section 1</li>
<li>Section 2 </li>
</ul>
</li>
<li>Chapter 2</li>
<li>Chapter 3</li>
</ul>