NEW
Font size
WorksheetsBasic Web Development
Total questions: 12
Worksheet time: 6mins
HTML stands for
Hyper Text Modul Language
Hyper Text Markup Language
Hyper Test Markup Language
Hyperlink Markup Language
Which tag is used to create a hyperlink?
<a>
<img>
<dl>
<link>
How you can open the link in a new window?
target="_new"
target="_window"
target="_blank"
How to write an HTML Comment ?
// This is an HTML comment
/* This is an HTML comment */
<!-- This is an HTML comment -->
How to make a text italic?
<em>Some text.</em>
<italic>Some text.</italic>
<i>Some text.</i>
<strong>Some text.</strong>
Which is the correct HTML tag for a new paragraph?
<paragraph>
<p>
<pre>
Which tag indicates a form field where the user can enter large amounts of text?
<textarea>
<button>
<a>
<label>
What is JavaScript used for in web development?
To make skeleton of the website
To make a website look good
To write logics of a website
Bootstrap is a framework of which of the following?
HTML
CSS
JavaScript
All of them
ReactJs is a library developed by which company?
Microsoft
Which among the following developed AngularJs?
Microsoft
Apple
Which among the two is a Version Control System?
Git
GitHub
