NEW
Font size
WorksheetsBOOLEAN CLUB QUIZ 1
Total questions: 10
Worksheet time: 5mins
Which element is used to get highlighted text in HTML5?
<u>
<mark>
<markque>
<b>
Which of the following is not a HTML5 tag?
<track>
<video>
<slider>
<source>
Which of the following is not the element associated with the HTML table layout?
alignment
color
size
spanning
HTML is a subset of ___________
SGMT
SGML
SGME
XHTML
Which HTML element is used for short quote?
<em>
<abbr>
<q>
<blockquote>
Which of the following makes the button appear pressed?
.btn-link
.disabled
.active
.btn-block
How to add a background color in HTML?
<marquee bg color: "red">
<marquee bg-color = "red">
<marquee bgcolor = "red">
<marquee color = "red">
Which of the following HTML tag is used to display the text with scrolling effect?
<marquee>
<scroll>
<div>
None of the above
What is the correct way in which we can start an ordered list that has the numeric value count of 5?
<ol type = “1” start = “5”>
<ol type = “1” num = “5”>
<ol type = “1” begin = “5”>
<ol type = “1” initial = “5”>
Which one is the HTML document’s root tag?
<head>
<body>
<title>
<html>
