NEW
Font size
WorksheetsHTML+CSS Champ
Total questions: 20
Worksheet time: 10mins
HTML is what type of language ?
Scripting Language
Markup Language
Programming Language
Network Protocol
HTML uses
User defined tags
Pre-specified tags
Fixed tags defined by the language
Tags only for linking
The year in which HTML was first proposed _______.
1990
1980
2000
1995
Fundamental HTML Block is known as ___________.
HTML Body
HTML Tag
HTML Attribute
HTML Element
Apart from <b> tag, what other tag makes text bold ?
<fat>
<strong>
<black>
<emp>
What is the full form of HTML?
Hyper Text Markup Language
Hyper Teach Markup Language
Hyper Tech Markup Language
None of these
Who is Known as the father of World Wide Web (WWW)?
Robert Cailliau
Tim Thompson
Charles Darwin
Tim Berners-Lee
How can you make a bulleted list with numbers?
<dl>
<ol>
<list>
<ul>
What tag is used to display a picture in a HTML page?
picture
image
img
src
HTML web pages can be read and rendered by _________.
Compiler
Server
Web Browser
Interpreter
CSS stands for
Cascading style sheet
Cyber style sheet
Cassandra style sheet
None of the above
What are the three types of style sheet
Internal, external, inline
Inline, internal, extreme
Insidious, internal, external
None of the above
<link type="stylsheet" href="exx.css"> belongs to
External
Internal
Inline
None of the above
Stye tag will come inside body for
External
Inline
Internal
All of the above
Style will come inside head for
External
Inline
Internal
All of the above
When CSS is written inside HTML it will be saved as
css
Jsp
html
php
External css file will be saved as
.css
.html
.php
None of the above
When you use class selector
What should present infront of classname
#
&
@
.
When you use id selector
What should present infront of idname
?
@
#
.
Is CSS
Used in client side scripting
Used in server side scripting
Both server and client side scripting
None of the above
