CS202 MID TERM SOLVED MCQs || PAST PAPERS || GROUP-2 || FUNDAMENTALS OF FRONT END DEVELOPMENT || VuTech
Visit Website For More Solutions
www.vutechofficial.blogspot.com
CS202
Fundamentals of Front End Development
Solved Mid Term Past Papers
______________________________
MCQs
______________________________
Group-2
Question No: 1
What does HTML stand for?
a) Hyper Text Markup Language
b) Hyperlinks and Text Markup Language
c) Home Tool Markup Language
d) None
Correct Answer:
The correct answer is 'a'.
Question No: 2
Who is making the Web standards?
a) Microsoft
b) The World Wide Web Consortium
c) Google
d) Mozilla
Correct Answer:
The correct answer is 'b'.
Question No: 3
Choose the correct HTML element for the largest heading:
a) <h1>
b) <h6>
c) <head>
d) <heading>
Correct Answer:
The correct answer is 'a'.
Visit Website For More Solutions
www.vutechofficial.blogspot.com
Question No: 4
What is the correct HTML element for inserting a line break?
a) <lb>
b) <br>
c) <break>
d) None
Correct Answer:
The correct answer is 'b'.
Question No: 5
What is the correct HTML for adding a background color?
a) <background>yellow</background>
b) <body style="background-color:yellow;">
c) <body bg="yellow">
d) None
Correct Answer:
The correct answer is 'b'.
Visit Website For More Solutions
www.vutechofficial.blogspot.com
Question No: 6
Choose the correct HTML element to define important text.
a) <strong>
b) <important>
c) <b>
d) <i>
Correct Answer:
The correct answer is 'a'.
Question No: 7
Choose the correct HTML element to define emphasized text.
a) <i>
b) <em>
c) <italic>
d) None
Correct Answer:
The correct answer is 'b'.
Question No: 8
What is the correct HTML for creating a hyperlink?
a) <a name="http:// www.vutechofficial.blogspot.com">VuTech Official</a>
b) <a>http:// www.vutechofficial.blogspot.com </a>
c) <a url="http://www.vutechofficial.blogspot.com">VuTech Official</a>
d) <a href="http:// www.vutechofficial.blogspot.com ">VuTech Official</a>
Correct Answer:
The correct answer is 'd'.
Visit Website For More Solutions
www.vutechofficial.blogspot.com
Question No: 9
Which character is used to indicate an end tag?
a) ^
b) /
c) <
d) *
Correct Answer:
The correct answer is 'b'.
Question No: 10
How can you open a link in a new tab/browser window?
a) <a href="url" target="new">
b) <a href="url" new>
c) <a href="url" target="_blank">
d) None
Correct Answer: