ITI MCQ
Home
DESIGNING STATIC WEB PAGES - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
Practice Mode
1) What is the first tag in html document
<html>
<head>
<title>
</html>
Show Answer
Show Explanation
Report Question
What's wrong with this question?
Report
Correct Answer: <html>
Explanation:
.
Question Details
1) What is the first tag in html document
<html>
<head>
<title>
</html>
Explanation:
.
2) The
tag makes the enclosed text bold, which other html tag is used to make text bold?
<dark>
<bold>
<th>
<strong>
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: <strong>
Question Details
2) The <b> tag makes the enclosed text bold, which other html tag is used to make text bold?
<dark>
<bold>
<th>
<strong>
3) Which html tag is used to display a picture in a web page?
<src>
<img>
<img src>
<image>
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: <img src>
Question Details
3) Which html tag is used to display a picture in a web page?
<src>
<img>
<img src>
<image>
4) what is the full form of HTTP?
Hyper text testing protocol
Hyper text transfer protocol
Hyper test transfer protocol
Hyper text transfer program
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Hyper text transfer protocol
Question Details
4) what is the full form of HTTP?
Hyper text testing protocol
Hyper text transfer protocol
Hyper test transfer protocol
Hyper text transfer program
5) Which html tag inserts a line horizontally in a page?
<lr>
<l>
<hr>
<line>
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: <hr>
Question Details
5) Which html tag inserts a line horizontally in a page?
<lr>
<l>
<hr>
<line>
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz