NEW
Font size
WorksheetsXI C- Quiz - Lesson 10 - 14
Total questions: 20
Worksheet time: 10mins
The coded HTML keywords that indicates how web browser should format and display the content is called ______
Tags
Attributes
Headings
Body
HTML tags should be specified within
[ ]
{ }
( )
< >
Which section of the browser window displays the main contents?
Head
Body
Title
Heading
Which of the following symbol is used to define a closing tag?
< >
%
/
\
How many levels of heading tags available in HTML ?
6
4
8
3
The tag used to insert a line break
<h1>
<br>
<HTML>
<p>
The tag used to define a paragraph in HTML
<para>
<p>
<q>
<br>
In HTML, colours are represented as,
Binary Values
Octal Values
Decimal Values
Hexadecimal values
Which of the following tags are called as physical style tags ?
<html>, <b> <br>
<b>, <br>, <u>
<A>, <b>, <i>
<b>,<i>, <u>
Pick odd one from the list
<tr>
<th>
<dh>
<td>
Which feature is said to call attention to the reader ?
Highlight
Bold
Italics
Underline
Definition list has how many parts?
5
4
3
2
A list block can be defined inside another list is
Inner List
Nested List
Outer List
Listing List
A named set of certain style of character and number is
Style
Character
Font
List
Inline sound can be inserted using which of the following tag?
<inline>
<backgroundsound>
<bgsound>
<sound>
The tag is used to create dropdown list box in HTML is
<dropdown>
<select>
<listbox>
<input>
The declaration should be terminated by
:
;
.
,
The file reload into the browser use the shortcut key is
F2
F3
F5
F4
In the below snippet, value of x is var x = 300 + 5 - 150
150
200
155
160
A Data value for variable that appears directly in a program by using a
literal
statement
text
loop
