(M2-R5) Web Designing & Publishing January 2021 [Solved]

1. Each question below gives multiple choices of answers. Choose the most appropriate one. (1×10)

1.1 ………. tags is used to mark a beginning of paragraph.
(a)
<TD>
(b) <Br>
(c) <P>
(d) <TR>

1.2 Correct HTML tag for largest heading is:
(a)
<head>
(b) <h6>
(c) <heading>
(d) <h1>

1.3 Which of the following is container ?
(a)
<SELECT>
(b) <BODY>
(c) <INPUT>
(d) Both (A) and (B)

1.4 The attribute, which define the relationship between current document and HREF’ed URL is:
(a)
REL
(b) URL
(c) REV
(d) All of these

1.5 <DT> tags designed to fit a single line of our web page but <DD> tag will accept a:
(a) line of text
(b) full paragraph
(c) word
(d) request

1.6 Character encoding is:
(a) method used to represent numbers in a character
(b) method used to represent character in a number
(c) a system that consist of a code which pairs each character with a pattern, sequence of natural numbers or electrical pulse in order to transmit the data
(d) none of these

1.7 What is the full form of HTML?
(a)
Hyphenation text markup language
(b) Hyper text markup language
(c) Hyper text marking language
(d) hyphenation test markup language

1.8 A much better approach to establish the base URL is to use:
(a) BASE element
(b) HEAD element
(c) Both (A) and (B)
(d) None of these

1.9 The tag used to create a new list item and also include a hyperlink is:
(a)
<LI>
(b) <DL>
(c) <DD>
(d) <UL>

1.10 Any part of the graphic that is not included in another hot zone is considered to part:
(a) rect
(b) point
(c) default
(d) polygon

2) State which of the following is True or False:- 1×10=10

No.QuestinsT/F
2.1CSS stands for Cascading Style Sheets.T
2.2CSS can also be used with any kind of XML documents.T
2.3A CSS rule set contains a selector and a declaration block.T
2.4CSS Element Selector is types of selectors in CSS.T
2.5The universal selector is never used as a wildcard character.F
2.6The grouping selector is used to select all the elements with the different style definitionsT
2.7Id selector selects the id attribute of an HTML element to select a specific element.T
2.8Inline CSS is used to apply CSS on multiple line or elements.T
2.9The internal style sheet is used to add multiple styles for more than one document.F
2.10The external style sheet facilitates one to change the look of the entire web site by changing just one file.T

3) Match the following:- 1×10=10

No.XY
3.1H1…H6 (B)A. .js extension
3.2external JavaScript file (A)B. Heading
3.3HTTP (D)C. double forward slashes
3.4JavaScript Single line Comment (C)D. Hyper Text Transfer Protocol
3.5CSS (E)E. Cascading Style Sheet
3.6JavaScript variable (G)F. dynamic type language
3.7JavaScript global Variable (I)G. local type and global variable
3.8XML (J)H. to execute one code from multiple expressions
3.9JavaScript (F)I. declared outside the function
3.10JavaScript switch statement (H)J. Extensible Markup Language
K. HTML
L. XML

4) Fill in the blanks:- 1×10=10

a) <PRE> formatted textb) <TABLE>c) <HEAD>
d) Interfacese) out does typef) <OL>
g) HTML extensionh) sixi) Header
j) <CAPTION>k) Fivel) <Body>
m) <Input>

4.1 __f___ Tag creates a number/order list.
4.2 Main container for <TR>, <TD> and <TH> is __b___
4.3 The text inside the <TEXT AREA> tag works like __a___
4.4 <Base> tag is designed to appear only between __c__.
4.5 The HTML we have __h__ heading Tags for writing heading.
4.6 Any part of the graphic that is not included in another hot zone is consider to be part of _____
4.7 The tag which allows you to rest other HTML tags within the description is __j___.
4.8 The word document Node, Nodelist, Element node etc. are __d___.
4.9 DTD’s are Ways to create templates for __e___
4.10 The MIME text file is saved with __g___.

PART TWO (Answer any FOUR Questions)

Q5.
a. What is HTML ? What do you mean by tags?
b. What are applets ?
c. What is a well formed XML Document ? Why XML has been used for development ?

Q6.
a. What do you understand by JavaScript ? Give some applications of JavaScript.
b. What do you understand by JavaScript object ? Explain the ways of creating JavaScript object ?
c. What are nested elements in XML ? What is XQuery?

Q7.
a. Define the following financial terms
b. What is a CSS Selector ? Explain any three types.

Q8.
a. What are HTML Phrase tags ? Explain.
b. Explain 5 CSS background Properties that affect the HTML elements.

Q9.
a. What is Inline CSS? What are the disadvantages ?
b. What is Marquee? How many tags can be used to separate a section of texts ? what is the use of span tag?