Quize Competition
Basic Quize Module:
♦ HTML Stands For ?
Hyper Tags Markup Language
Hyper Text Makeup Language
Hyper Text Markup Language
2. Which tag is used to define the title of a document?
head
body
title
>meta
3. Which tag is used to create a hyperlink?
link
a
href
url
4./ Which tag is used to create a hyperlink?
link
a
href
url
5: How do you insert a comment in an HTML document?
#This is a comment #
!--This is a comment--
/* This is a comment */
6:Which HTML element is used to specify a header for a section or an article?
h1 head
header
section
7: Which attribute is used to define inline styles directly on an element?
Class
Id
Css
8:which html tage is used to define iamge
img
src
image
9:which tag is used to creat a checkbox in html form
checkbox
cb
10:which of the following in an empty in html
p
u
i
img
Standard Module:
1:Which attribute is used to define the type of an input element in an HTML form?
type
input
name
value
2:Which tag is used to define a table in HTML?
td
th
table
3:Which tag is used to define an HTML paragraph?
p
para
paragraph
4::Which character is used to indicte an end ( closing)tag in html
/
*
5:Which HTML element is used to insert a line break?
break
br
ib
6:. Which HTML5 element defines navigation links?
navigation
nav
navigate
7:Which tag is used to create a dropdown list in HTML?
select
dropdown
option
list
8: What does the tag do in HTML?
Defines metadata about the document
Defines a section of the document
Defines a link to an external resource
9: Which tag is used to define a form in HTML?
form
input
fieldset
submit>
10:Which tag is used to define a clickable button in HTML?
button
input
select
Hard Module
1:What is the correct way to add a background color in HTML?
body style="background-color:yellow;"
body bgcolor="yellow"
background color="yellow"
2:What is the purpose of the tiitle tag in HTML?
To define the title of the document
To define a heading in the document
To define a paragraph in the document
3: Explain the purpose of "!DOCTYPE html" declaration?
Defines the versiom of HTML used in the documnet
It has no purpose
Creates a hyperlink
draw a line
4. Which attriute shows an alternative text when the image is not availale?
cite
src
alt
title
5. Which attriute shows an alternative text when the image is not availale?
cite
src
alt
6: How do you create a hyperlink to an email address using an tag?
using mailto attribute
adding email url
mail box shortcut
with url attriute
7:Which of the following extension is used to save an HTML file?
html
.hl
.ht
html5
8:Which attribute specifies a unique alphanumeric identifier to be associated with an element?
type
article
id
class
9:Which of the following is not the element associated with the HTML table layout
alignment
color
size
spanning
10:Who is the founder of HTML?
Guido Van Russom
Tim Berners-Lee
Dennis Ritchie
James Gosling