0% found this document useful (0 votes)
33 views2 pages

04 HTML - Dmca 25-03-2023

The document contains information about an HTML/DHTML course, including multiple choice questions, true/false questions, and questions requiring matching or filling in blanks. The questions cover topics like HTML tags, CSS properties, and more. There are four parts to the module which contains different types of questions testing knowledge of HTML and CSS.

Uploaded by

Pawan Kumar
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)
33 views2 pages

04 HTML - Dmca 25-03-2023

The document contains information about an HTML/DHTML course, including multiple choice questions, true/false questions, and questions requiring matching or filling in blanks. The questions cover topics like HTML tags, CSS properties, and more. There are four parts to the module which contains different types of questions testing knowledge of HTML and CSS.

Uploaded by

Pawan Kumar
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/ 2

MAR 2023

HTML/DHTML
Course Code: DMCA
NOTE:
1. There are four parts in this module/paper. This module contains mcq, true/false & fills in the blanks or match
making questions.
2. All questions are compulsory
3. Don’t use whitener/correction pen.
4. No number will be given for overwriting or cutting

1. Multiple Choice. (1X20)

1) Which of the following is the correct syntax to apply a Which of the following CSS units is based on the font size
CSS rule to an element with id="main"? of an element?
a) .main { } b) main { } a) em b) px
c) #main { } d) element main { } c) cm d) %

2) Which property tells how many rows a cell should span?


12) To start a list at the count of 3, use
A) colspan=n A) <ol begin=”3”> B) <ol list=”3”>
B) rowspan=n C) <ol start=”3”> D) <ol num=”3”>
C) Both (A) and (B)
D) None of the above
3) Web pages are uniquely defined using ? 13) What will happen in this case :h1 {color: "green";}?
A)IP address B) URL A) heading becomes green B) heading becomes dark-green
C) Domain D) Filename
C) error occors D) nothings happen
4) How can we add more importance to a property/value 14) To create a combo box which tag will you use?
than normal?? A) <select>
A) !important B)Important B) <list>
C) italic D) bold C) <input type=”dropdown”>
D) None of the above
5) Which of the following CSS properties is used to set the 15) Which CSS property is used to change the text color
spacing between letters? of an element?
a) line-height b) text-decoration
c) letter-spacing d) word-spacing a) font-size b) background-color
c) color d) text-align
6) Which CSS property defines the radius of an element's 16) Which CSS property used for text weight?
corners? A) font-weight B) weight-font
A) border-corner B) radius
C) corner D) border-radius C) weight D) none of above

7) In a RGBA color value, what does A stand for? 17) Which is not a value for font weight property?
A) opacity for a color B)Aqua color A) bold B) bolder
C) opacity Azure color D) All of the above C) light D) thin

18) Which of the following display property value is


described by treats the element as inline?
8) Which tag makes the text mark A) inline-block B) list-item
A)< clear> B) <marquee> C) block D) inline
C) <mark> D) <del> 19) Which of the following is not a attribute of the audio
element?
9) The ID selectors can be defined as
A) src B) controls
A).NameofSelector B) #NameofSelector C) loop D)check
C)$NameofSelector D)None

10) What are the different types of websites?


A) Hyper & Cascading website 20) How can you open a link in a new browser window?
B) Static & Dynamic website
C) Single & Multiple website A) <a href=”url target=”_blank”> B) <a href=”url
d) All of the above target=”new”> C) <a href=”url” blank>
D) None of the above

Page | 1
MAR 2023

2. TRUE OR FALSE (1 X 10)

1) HTML stands for "Hyper Text Markup Language”.


2) HTML is a programming language.
3) HTML tags are enclosed in angle brackets.
4) The <img> tag is used to insert an image in an HTML document.
5) The <ol> tag is used to create an unordered list in HTML.
6) The <table> tag is used to create a form in HTML.
7) The <a> tag is used to create a link in HTML.
8) HTML documents must always start with a <html> tag.
9) HTML attributes are always enclosed in quotation marks.
10) The <head> tag is used to define the visible content of a web page.

3. Match words and phrases in column X with the closest related meaning/words(s) phrases(s) in column Y.: (1X10)
X Y
1 override the current text direction A Short quotation
2 Add abbreviation B positioning and formatting
content
3 <q> C Cascading stylesheets
4 <br> D <bdo>
5 <style> E paragraph
6 CSS stands for F Stack order of element
7 <img> G break
8 float H Internal css
9 <p> I Inserting image
10 z-index property J <abbr>

4. Fill in the Blanks (1 X 10)

1) The ____ tag is used to define a hyperlink in HTML.

2) The ____ tag is used to insert an image in HTML.

3) The ____ attribute is used to define the alternative text for an image in HTML.

4) The ____ tag is used to create a table in HTML.

5) The ____ tag is used to define a section in HTML.

6) _____HTML tag is used to define emphasized text.

7) The ____ property is used to change the background color of an element in CSS.

8) The ____ property is used to change the font size of an element in CSS.

9) The ____ property is used to change the text color of an element in CSS.

10) The ____ property is used to set the height of an element in CSS.

Page | 2

You might also like