wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Basic Web Development

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

HTML stands for

a)

      Hyper Text Modul Language

b)

Hyper Text Markup Language

c)

Hyper Test Markup Language

d)

Hyperlink Markup Language

2.

Which tag is used to create a hyperlink?

a)

  <a>

b)

<img>

c)

<dl>

d)

<link>

3.

How you can open the link in a new window?

a)

target="_new"

b)

target="_window"

c)

     target="_blank"

4.

How to write an HTML Comment ?

a)

// This is an HTML comment

b)

/* This is an HTML comment */

c)

<!-- This is an HTML comment -->

5.

How to make a text italic?

a)

<em>Some text.</em>

b)

<italic>Some text.</italic>

c)

<i>Some text.</i>

d)

<strong>Some text.</strong>

6.

Which is the correct HTML tag for a new paragraph?

a)

<paragraph>

b)

<p>

c)

<pre>

7.

Which tag indicates a form field where the user can enter large amounts of text?

a)

<textarea>

b)

<button>

c)

<a>

d)

<label>

8.

What is JavaScript used for in web development?

a)

To make skeleton of the website

b)

To make a website look good

c)

To write logics of a website

9.

Bootstrap is a framework of which of the following?

a)

HTML

b)

CSS

c)

JavaScript

d)

All of them

10.

ReactJs is a library developed by which company?

a)

Google

b)

Microsoft

c)

Facebook

11.

Which among the following developed AngularJs?

a)

Google

b)

Facebook

c)

Microsoft

d)

Apple

12.

Which among the two is a Version Control System?

a)

Git

b)

GitHub