Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

 VIRAG NIMESHKUMAR DOSA…

 Dashboard / Data Formats ( XML & JSON ) / XML AND JSON / Pre-Quiz

Started on Monday, 26 April 2021, 7:32 PM


State Finished
Completed on Monday, 26 April 2021, 7:32 PM
Time taken 28 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00
Feedback Congratulations!! You have passed by securing more than 80%

Question What is the correct syntax in HTML for creating a link on a webpage?
1
Select one:
Correct
<a href="mcqsets.html"> 
Mark 1.00 out of
1.00
<link src="mcqsets.html">

<body link="mcqsets.html">

<a src="mcqsets.html">

Your answer is correct.

The correct answer is: <a href="mcqsets.html">

Question What are the new features in HTML5?


2
Select one:
Correct
New form controls like calendar, date, time, email, URL, search
Mark 1.00 out of
1.00
Video and audio elements are available for media playbacK

All of these 

Better support for local storage

Canvas element is provided for 2D drawing

Your answer is correct.

The correct answer is: All of these

Question ____________ is the HTML5 attribute that speci es a regular expression against which the eld should be validated.
3
Select one:
Correct
validate
Mark 1.00 out of
1.00
control

form

pattern 

Your answer is correct.

The correct answer is: pattern


Question ___________ is an HTML5 element, which is used to specify multiple media resources for media elements like audio
 VIRAG and video. DOSA…
NIMESHKUMAR
4
Select one:
Correct
multimedia
Mark 1.00 out of
1.00
resource

media

source 

Your answer is correct.

The correct answer is: source

Question Within a table cell <td>:


5
Select one:
Correct
<p></p> tags cannot be used
Mark 1.00 out of
1.00
<table></table> tags cannot be used

<ol></ol> tags cannot be used

All tags could be used 

<form></form> tags cannot be used

Your answer is correct.

The correct answer is: All tags could be used

You might also like