Information and Communication Technology
Information and Communication Technology
1. Which is the second largest country that used maximum internet as per
2021?
2. Differentiate between empty tag and container tag
3. What is Nested tag? Give one example.
4. Write the purpose of the following tags
i <b>
ii. <body>
iii. <p>
iv. <basefont>
v. <img>
vi. <li>
vii.<ol>
viii. <align>
5. What was the password for the computer controls of nuclear missiles
of the US for total 8 years?
6. Write the necessary steps to create Email ID.
7. What are the basic requirements to connect internet?
a. Head
b. Body
c. Title
3
d. Html
a. Paragraph
b. Bold
c. Break
d. HTML
4. Which of the following is the best text editor for creating HTML document?
a. WordPad
b. Notepad
c. MS Word
d. d) Paint
a. link
b. ref
c. href
d. newref
a. Tags
b. Sets
c. Attributes
d. None
a) .html
b).htm
c) .htnl
d) None
a. Empty tag
b. Closed tag
4
c. All
d. None
a. Background colour
b. Bgcolour
c. Bcolour
d. None
10. One tag can also contain other tags. Such tags are known as
a. Nested tag
b. Blocked tag
c. Closing tag
d. All
4. Align attribute aligns the text to the left, center or the right side of the
web page.
5. <br> tag is used to make a single line break in html file.
6. <middle> tag is used to make a center alignment if any text in html
file.
7. <list> tag is used to write an item in a definition list in html file.
8. <link> tag is used to define the relationship between a document and
any resource of html file.
9. <td> tag is used to define a cell in a table in html file.
10. <row> tag is used to make row in a table in html file.