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

Revision 1 HTML

The document outlines a Term-2 Examination revision for HTML, including fill-in-the-blank questions, true or false statements, code completion tasks, error identification in HTML code, and application-based questions. It covers various HTML concepts such as links, lists, and tables, along with syntax and expected outputs. Additionally, it asks for explanations of HTML tags and differentiation between link types.
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)
11 views3 pages

Revision 1 HTML

The document outlines a Term-2 Examination revision for HTML, including fill-in-the-blank questions, true or false statements, code completion tasks, error identification in HTML code, and application-based questions. It covers various HTML concepts such as links, lists, and tables, along with syntax and expected outputs. Additionally, it asks for explanations of HTML tags and differentiation between link types.
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

Term-2 Examination (2024-25)

Revision-1-HTML

Fill in the Blanks

1. An __________ is used to display a web page within a web page.


2. ___________________opens the link in a new window or tab.
3. In an ordered list ____________attribute is used to change the scheme of
numbering.
4. In HTML, links are created using ______________ tag.
5. An _____________ is useful to surf many web pages on a website.
6. __________ is the attribute of iframe tag.

State True or False

1. HTML links are Hyperlinks


2. The content inside the <title> element will be shown in the browser's
page tab
3. The html tag ends with a backward slash .
4. <br>tag draws a horizontal line.
5. <dl>tag defines the list

Complete the missing code .

1. Use the correct HTML tag to make the text below into a link to
"Library.html" and open the link in a new tab
< = >School Library< >

2. Set the body background colour to red

<body = >

Identify the error in the code and rewrite the corrected code.
1. The following code is intended to create an ordered list, but it is not
displaying as expected. Find the error and fix it.
<ol>
<li>First item
<li>Second item</li>
<li>Third item</li>
</ol>

2. The following HTML code is intended to create a table, but it is not


displaying as expected. Identify the error and write the correct code
<body>
<tr>
<th> Name </th>
<th> Age </td>
<tr>
<td> John </td>
<td> 12 </th>
</tr>
</table>
</body>
Application Based Question

• Kanishk wants to add an address to a webpage, and he want each part of


the address to appear on a new line instead in one long paragraph. Which
HTML tag should you use?

Answer the Following


1. Explain List in HTML with Syntax and Output
2. Explain any 3 tags in HTML
3. Differentiate Between External Absolute and External Relative link
4. Create an HTML document to create the below table with the first
row background color as red.
Sl.No Name Author
1. Harry Potter J.K. Rowling
2. The Very Hungry Caterpillar Eric Carle

You might also like