NEW
Font size
WorksheetsWeb Dev Quiz-1
Total questions: 20
Worksheet time: 10mins
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
What does this tag stand for? <b>
bright
big
beautiful
bold
Web development classified into ?
Front end development
Back end development
web application
Both Front and Back end developement
HTML is used to__________
develop websites
develop mobile apps
develop laptops
none
What is the correct HTML element for inserting a line break?
<break>
<br>
<lb>
<linebreaking>
Which character is used to indicate an end tag?
<
^
/
*
