0% found this document useful (1 vote)
822 views

AS - Worksheet 1 - VII - ICT - HTML - Advanced Features

This document discusses advanced HTML features including forms, lists, images, links and the marquee tag. It provides examples of HTML code for inserting an image, creating a nested unordered list, and using internal links. It also describes the direction attribute of the marquee tag and the name attribute of the <a> tag. Multiple choice questions are included to test knowledge of form elements, nested lists, and unordered list bullet styles.

Uploaded by

Shubh Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
822 views

AS - Worksheet 1 - VII - ICT - HTML - Advanced Features

This document discusses advanced HTML features including forms, lists, images, links and the marquee tag. It provides examples of HTML code for inserting an image, creating a nested unordered list, and using internal links. It also describes the direction attribute of the marquee tag and the name attribute of the <a> tag. Multiple choice questions are included to test knowledge of form elements, nested lists, and unordered list bullet styles.

Uploaded by

Shubh Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Ch.

7 HTML – Advanced Features

Q.I Select the correct option.


1) Which of the following are the elements of a form that can be added to
a webpage?
(a) text fields (b) checkboxes

(c) radio buttons (d) all of these

2) A list that can be placed inside another list is called a .


(a) definition list (b) nested list

(c) both a and b (d) none of these

3) Every item in an unordered list is displayed with the style of


bullet by default.
(a) disc (b) square

(c) circle (d) none of these

Q. II Answer the following questions.


1. Write HTML code to insert an image with the following attributes in a
web page.
URL of the image - sunset.gif
Alternate Text - Sunset
Width of the image - 32
height of the image - 32
width of the border = 4

Ans: <html>
<body>
<img src="sunset.gif " alt="Sunset" width="32" height="32"
border=”4”>
</body>
</html>

2. Write the HTML code to display the following on a web page.


iii. Ice-cream
 I like to have vanilla ice-cream

CI/ Ch.7 HTML – Advanced Page 1 of


Ch. 7 HTML – Advanced Features

CI/ Ch.7 HTML – Advanced Page 2 of


Ch. 7 HTML – Advanced Features

iv. Dark Chocolate


Ans: <OL TYPE = ‘i‘ START= 3>
<LI> Ice-cream
<UL>
<LI> I like to have vanilla ice-cream
</UL>
<LI> Dark chocolate
</OL>

3. What is the use of a marquee tag in HTML? Explain its attribute.


Ans: A marquee tag is used to make the text or image roll across a
small section of a browser window.
The direction attribute of the <marquee> tag specifies the rolling
direction of the marquee.

4. You have created the following link in HTML.


<a href= “#Section 1”> India is my country!!!</a>
Identify the type of the link. Explain the name attribute of the <a> tag.
Ans: Internal link.
The ’name’ attribute is used to name the section of the document
to be linked.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

CI/ Ch.7 HTML – Advanced Page 3 of

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