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

Web Development Quizz

The document contains a quiz about HTML5 and CSS with multiple choice questions. It tests knowledge of topics like HTML tags, attributes, CSS properties and values. It contains questions about HTML elements, links, CSS syntax and selectors, positioning, and more. The quiz is divided into two sections for HTML and CSS with 12 questions each and has spaces to fill in name, date and marks for each section.

Uploaded by

azmatraza.ddc
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 (0 votes)
40 views3 pages

Web Development Quizz

The document contains a quiz about HTML5 and CSS with multiple choice questions. It tests knowledge of topics like HTML tags, attributes, CSS properties and values. It contains questions about HTML elements, links, CSS syntax and selectors, positioning, and more. The quiz is divided into two sections for HTML and CSS with 12 questions each and has spaces to fill in name, date and marks for each section.

Uploaded by

azmatraza.ddc
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

HiSkyTech Total marks

40:
WEB DEVELOPMENT
Quiz Test

Name______________: Date______________:
HTML5 marks (12)
1) Which of the following tag represents a section of the document intended for navigation in
HTML5?
A - footer B -nav C - section D - dialog
2) Which of the following attribute triggers event when media can start play, but might has to
stop for buffering?
A - onbeforeplay B - onplay C - oncanplay D - oncanplaythrough
3) Opening Tag of HTML Tag is called as ________.

A -Closed Tag B -Starting Tag C -Forward Tag D -Enging

4) TagHTML stands for ________.

A -Hyper Text Markup Language B -Hyper Text Makeup Language C -Hyper Tech Markup
Language
5) Which of the following attributes comes in handy when borders have to be put between
groups of columns instead of every column?

A -Col B -Colgroup C -Rowspan D -Row


6) The href attribute in the link tag specifies the:

A -Destination of a link. B -Link C -Hypertext D -None of the above


7) <meta> tag cannot be defined in the <head> tag.

A -False B -True

8) Which of the following are attributes of Font Tag ?

A -Face B -Size C -Color D -All of above


9) Name an element which doesn't have a closing tag.
A -<img> B -<head> C -<body> D -<p>

10) What is the correct HTML element for inserting a line break?
A -<break> B -<br> C -<b> D -<bl>
11) Choose the correct HTML element to define emphasized text
A -<i> B -<em> C -<itallic> D -<emplasic>
12) How can you open a link in a new tab/browser window?

AAAADDDFDFFDFDG AAAAA -AAAAA 窗体顶端


A -< a href="url" target="new"> B - <a href="url" new> C -<a href="url" target="_blank">

CSS PART marks(12)

1) What does CSS stand for?

A -Cascading Style Sheets B -Creative Style Sheets C -Computer Style Sheets

2) What is the correct HTML for referring to an external style sheet?

AA 窗体顶端
A -<link rel="stylesheet" type="text/css" href="mystyle.css"> B -<style src="mystyle.css">
333 窗体底端
3) which of the following property is used to align the text of a document?
A - text-indent B - text-align C - text-decoration D - text-transform
4) Which of the following property allows you to control the shape or appearance of the marker
of a list?
A - list-style-type B - list-style-position C - list-style-image D - list-style

5) The ____________ property specifies the stack order of an element.


A- d-index B- s-index C- x-index D- z-index
6) Block elements can be aligned by setting the left and right margins to "align”
A- True B- False
7) Which of the below is the correct way to set a background image?
A - body {background-image:url(paper.gif);}
B - body {background-image:url('paper.gif')};
C - body {background-image:url('paper.gif')}
D - body {background-image:url('paper.gif');}
8) Which of the below is the correct way to set a font size?
A - h2 {font-size:200%;} B - h2 {font-size:200px;} C - both a and b D - h2 {font-size:200;}
9) In CSS, it is not possible to specify different padding for different sides
A - True B - False
10) Identify the CSS property defining bottom-left corner shape of the border?
A- border-radius B -border-corner-radius C -border-bottom-left-radius D -border-left-radius
11) CSS, what is the default value of the position property?

A -relative B -static C -fixed D -absolute

12) What does the CSS property display: none; do?


A -Hides the element B -Shows the element C -Makes the element semi-transparent
D -Displays an error

WRITE HTML AND CSS CODE OF THIS FORM. Marks(16)

You might also like