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

Quiz Session 2

The document contains a series of multiple-choice questions related to web development, specifically focusing on HTML and its elements. Key topics include the installation of Browser Sync, document type initialization in HTML5, HTML elements for text formatting, and attributes for linking. It also addresses the structure of HTML tags and the characteristics of the markup language used on the World Wide Web.

Uploaded by

Bharani ISE
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)
35 views2 pages

Quiz Session 2

The document contains a series of multiple-choice questions related to web development, specifically focusing on HTML and its elements. Key topics include the installation of Browser Sync, document type initialization in HTML5, HTML elements for text formatting, and attributes for linking. It also addresses the structure of HTML tags and the characteristics of the markup language used on the World Wide Web.

Uploaded by

Bharani ISE
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/ 2

1) In order to install Browser sync, what must be installed first?

a)javascript b) Google chrome Developer Tools c)Ruby d)Nodejs e)java

2) How is document type initialized in HTML5.?


a) </DOCTYPE HTML> b) </DOCTYPE> c) <!DOCTYPE HTML> d) </DOCTYPE
html>
3) Which of the following HTML Elements is used for making any text bold ?
a)<p> b)<bold> c)<bd> d)<b>
4) Which of the following characters indicate closing of a tag?
a) !
b) /
c)\
d)=
e) .
5) How many heading tags are there in HTML5?
a) 1 b) 4 c) 5 d) 6 e) 3
6) Which of the following attributes is used to add link to any element?
a)<link>
b)href
c) src
d)hlink
7) What should values always be enclosed in?
A.
Quotation marks
B.
Commas
C.
Parenthesis
8) All elements are identified by their __________ and are marked up using either start tags
and end tags or self-closing tags.
a) attribute name
b) tag name
c) class name
d) none of the mentioned
9) A ____________ element must have a start tag but must not have an end tag.
a) details
b) command
c) code
d) both details and command
10) The World Wide Web’s markup language has always been HTML.
a) True
b) False

You might also like