NEW
Font size
WorksheetsHTML5 TAGS
Total questions: 10
Worksheet time: 5mins
Which among these is a container tag?
<IMG>
<BR>
<HR>
<NAV>
_______ tag defines some content loosely related to the page content.
<article>
<aside>
<source>
<section>
<OL> tag by default helps us to create list with :
1,2,3....
A,B,C,....
small filled black circle
small filled black square
Shortcut key for H1
Ctrl+H
Ctrl+Alt+H
Ctrl+1
Ctrl+Alt+1
______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.
Element
Attribute
custom
canvas
The ______ attribute of <IMG> tag helps in displaying alternate name for the image when the cursor is hovered or the image is not loaded properly.
alternate
source
alt
alt text
Which of the following audio format is supported by HTML5?
.ogg
.wav
.mp3
All of the above
______ tag represents self-contained content such as illustrations, photos, diagrams.
<figure>
<figcaption>
<canvas>
<nav>
_______ represents a widget from which the user can obtain additional information.
<keygen>
<datalist>
<details>
<summary>
<body text="color"> allows us to:
change the background color in HTML.
change the entire text color in HTML
change the color for selected text in HTML
Both b) and c)
