WorksheetsHTML PROGRAMMING
Total questions: 10
Worksheet time: 6mins
HTML stands for?
Hyper Text Markup Language
High Text Markup Language
Hyper Tabular Markup Language
None of these
Which of the following tag is used to mark a begining of paragraph ?
<TD>
<br>
<P>
<TR>
From which tag descriptive list starts ?
<LL>
<DD>
<DL>
<DS>
Correct HTML tag for the smallest heading is
<head>
<h6>
<heading>
<h1>
Web pages starts with which of the following tag?
<Title>
<HTML>
<Body>
<Form>
A CSS consists of
selector
html coding
declaration blocks
web pages
The attribute, which define the relationship between current document and HREF URL is
REL
URL
REV
all of these
A declaration box consists of
Property
Value
Selector
paragraph tags
Can the element <First> be replaced with <first>
Yes, because HTML is case sensitive
No, because HTML is not case sensitive
Tag <First> is only correct
Tag <first> is only correct
None of these
What's the correct syntax for inserting an hyperlink in html?
<a src = "..........."> Link Text </a>
<a href = "..........."> Link Text </a>
<a href = "..........."> Link Text </src>
<a href = "..........."> Link Text <a>
