You are on page 1of 3

Chapter Name

HTML

Assignment No.1
Std-12.
Date:-13/07/2020
*************************************************************************************
Note:-1)This assignment is compulsory for all CS STD 12 students. 2)Use fullscape paper. 3)
students have to submit this assignment within 15 days. 4) Send this assignment on
jaishankar.swami@gmail.com (for All CS-students)(Marks are given to all assignments)
*************************************************************************************
Q 1) Select the correct alternatives

1) The -----------------------tag contains general information, or meta-information, about the document.


a) <HEAD> b) <MAROUEE> c) <TTLE> d) <BODY>
2) The block-level elements contain -----------------------tag.
a) <PRE> b) <BODY> c) <MARQUEE> d) <HTML>
3) -------------------------Attribute is used for setting color for visited hyperlinks
a) VLINK b) LINK c) HLINK
4) ---------------------specifies the distance between the left and right edges of the table and any surrounding
content.
a) CELLSPACING b) CELLPADDING c) HSPACE d) VSPACE
5) A------------------tag, specifies the title for the table
a) CAPTION b) TTTLE c) HEAD
6) In -------------------type of list, list items are marked with bullets.
a) ORDERED b) DEFINITION c) NESTED d) UNORDERED
7) -------------------attribute in the body tag specify an image file to use as a background.
a) BGCOLOR b) BACKGROUND c) BGIMAGAE d) BACKGROUNDIMG
8) <a> tag has attribute -----------------which defines URL of the document to be linked.
a) SRC b) HREF c) VREF d) REF
9) URL stands for -----------------------
a) Uniform Resource Locator b) Unified Resource Location c) Uniform Resource Link
10) HREF attribute in <A>tag stands for --------------------
a) Horizontal reference b) Hypertext reference
c) Hyperlink reference d) Hypermedia reference
11) To place the image into an HTML file---------------------- attribute is used in IMG tag.
i) < URL >, i) < ALT >,ii), < SRC>, iv) < HREF>(March 2007)
12) --------------------- tag is used to put a line break in HTML code. (March 2003, 2017)
a)<HIR> b) <BR> c) <P> d)<TR>
13) BORDER is attribute used in ---------------------tag of HTML.
i)<PRE >, ii) < ADDRESS >, i), < TABLE >, iv) < CAPTION>
(A) What is HTML? State advantages and disadvantages of HTML. (Oct.2003)

(B) What is ALT attribute? Why it is used?

(C) Explain cellspacing , cellpadding , colspan and rowspan attributes. How can you include image as an
background and as an hyperlink? Explain giving examples?

(D) With syntax diagram explain the structure of html webpage. (March 2017 )

(E) What are comments in HTML? Why they are required?

(F) How can you have a link to a image by having image as a link?

(G) Explain with example Nested lists in HTML

(H) Explain the following HTML tags with one example of each:

i) <PRE>, i) <SUP>, ii) <MARQUEE>

(I) Explain the use of following HTML tags with example:

i) <OL> ii) <TR> ili) <B>

(J) Explain the following HTML tags with one example of each: (Mar.2007)

i) <Ll> ii)<P> iii) <UL>

(K) Explain the following HTML tags with one example of each: (Mar.2008)

i) <SUP> ii) <SUB> iii)<I>

(L) What are types of list? Explain with the example

(M)What is script? Why it is required?

Q 3) Write HTML code for the following tables

(I)

Student Mark Sheet

Name Maths Science English

xyz 77 67 87

abc 56 69 67
(II)

Sr no Full Name Company Name Income Type

1 Bill Gates Microsoft $990000M Company


Founder
2 Steve Jobs Apple $880000M

3 Larry Page Google $770000M

4 Mrk Zukeberg Facebook $600000M

Total

(III)

Cricket Analysis
Country Played Won Lose

INDIA 30 27 03

PAKISTAN 30 03 27

Q4) write HTML code to display following output


A)
1. Chapter One

a. Section One

b. Section Two

c. Section Three

2. Chapter Two

3. Chapter Three

B)

You might also like