Quiz Competition




Basic Quiz Module
▩HTML stands for❓

hyper tags markup language
hyper text makeup language
hyper text markup language
hyper text markup langauge


▩CSS stands for❓

Cascadind style sheets
Casecading style sheets
Cascading style sheets
Cascading style sheet


▩JS stands for❓

Java script
Jvaa script
Java sciript
Java scrip


▩Which tag is used for heading❓

<p>
<hr>
<h1>
<b>


▩Who is making the Web standards❓

Google
World wide web
Microsoft
Mozilla


Medium Quiz Module
◈What is the correct HTML element for inserting a line break❓

<b>
<u>
<hr>
<br>


◈What is the correct HTML for adding a image❓

<img src="" alt="" >
<img href="" alt="">
< image src="" alt="">
< img src="" alternate="">


◈What is the correct HTML for adding a hyperlink❓

< a src="" >
< a href="" alt="" >
< a href="" >
< a href="" src="" >


◈What is the correct HTML element for the largest heading❓

< h5 >
< h3 >
< h1 >
< None of these >


◈What is the correct HTML element for background color❓

< background color: example >
background:example
<background > example <background >
bgcolor:example


Hard Quiz Module
◍Which element is used for inline style❓

< style="" >
style=""
< style > example < style >
inline style=""


◍Which element is used for email❓

< input type="email" >
email=""
< email > @example < email >


◍Which element is define underline❓

< ul >
underline=""
< underline > example < underline >
< u >


◍Which element is define emphased❓

< i>
<u >
< li >
< em >


◍Which element is creat long table❓

< table>
<tbody >
< td >
< t >


Sumbit Button