wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

WebTechnology-18CS63-6B-2022

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

The function of the link to connect between 1 file with other file in web pages. What is the correct HTML for creating a hyperlink in .html format?

a)

<a url="http://www.w3schools.com">W3Schools.com</a>

b)

<a name="http://www.w3schools.com">W3Schools.com</a>

c)

<a href="http://www.w3schools.com">W3Schools</a>

d)

<href a>http://www.w3schools.com</a>

e)

<a href=http://www.w3schools.com>W3Schools</a>

2.

In css format, we can give a color consisting of a combination of red, green and blue. If we want to give white, then the correct writing (correct declaration) of value rgb in the program code is ..

a)

rgb (0,0,0)

b)

rgb (255;255;255)

c)

rgb (“0”,”0”,”0”)

d)

rgb (255,255,255)

e)

rgb (255,0,255)

3.

What is the correct HTML element for inserting a line break?

a)

<lb>

b)

<br>

c)

<break>

4.

Which of these elements are all <table> elements?

a)

<table><tt><td>

b)

<tbl><tr><td>

c)

<table><tr><td>

d)

<tbl><tt><td>

5.

Which of the following are the correct ways to implement CSS?

a)

Inline

b)

Internal

c)

External

d)

All of the above

6.

What attribute is used to change the text color of a <label>?

a)

background-color

b)

color

c)

col

d)

None of all above

7.

Where in an HTML document is the correct place to refer to an external CSS?

a)

In the <head> section

b)

At the top of the document

c)

At the end of the document

d)

In the <body> section

8.

Which HTML tag is used to define an internal style sheet?

a)

<script>

b)

<css>

c)

<style>

9.

Which is the correct CSS syntax?

a)

body {color: black;}

b)

{body; color: black}

c)

{body:color=black;}

d)

body:color=black;

10.

Collection of pages in a domain that contains various information that internet users can read and view via a search engine is the meaning of ...

a)

Website

b)

HTML

c)

Web Browser

d)

Semantic Element

11.

What does the website use to be more beautiful?

a)

HTML

b)

CSS

c)

Javascript

d)

Semantic Element

12.

a website that has a fixed appearance and does not change much

a)

Interactive Website

b)

Dynamic Website

c)

Static Website

d)

E-Commerce Website

13.

The following are examples of elements that are usually in the content of the <head>, except

a)

<title>

b)

<meta>

c)

<style>

d)

<footer>

14.

How many elements are there in this code ?

a)

2

b)

3

c)

4

d)

5

15.

The code below represents which html element

<li> </li> ...

a)

list item

b)

definition list

c)

ordered list

d)

unordered list

16.

Attibute to combine multiple columns into one ...

a)

border

b)

colspan

c)

rowspan

d)

cellpadding

17.

The set of letters that identifies the address of a specific resource on the Web.

a)

URL

b)

HTML

c)

ISP

d)

HTTP

18.

Which of the following programming languages provides the functionality of a web page?

a)

HTML

b)

CSS

c)

Javascript

d)

C++

19.

An HTML element is comprises of which of the following?

a)

Beginning Tag

b)

Ending Tag

c)

Semicolon

d)

Content

e)

Colon

20.

Every web document must begin with which of the following?

a)

<!Doctype HTML>

b)

<html>

c)

<title>

d)

<body>

21.

What attribute do we need to use in case a web page cannot render an image?

a)

href

b)

src

c)

alt

d)

style

22.
CSS stands for
a)
cascading  software selection
b)
cascading style sheets
c)
child selection software
d)
cold soft slides
23.

What does Uniform Resource Locator Mean?

a)

a location or address identifying where documents can be found on the Internet.

b)

Locates Resources on a Uniform

24.
What interprets the HTML tags within the page in order to display the page on your screen?
a)
Web browser
b)
Web server
c)
Internet service provider
d)
Web host
25.

1. Which of the following selector selects all elements of E that have the attribute attr that end with the given value?

a)

a. E[attr^=value]

b)

b. E[attr$=value]

c)

c. E[attr*=value]

d)

d. none of the mentioned

26.

These are tags that come in pairs which have an opening tag that appears before the text and closing tag that appears after.

a)

a. Tag lines

b)

b. Full Tags

c)

c. Empty Tags

d)

d. Container Tags

27.

What is Dynamic HTML (DHTML)?

a)

Cascading Style Sheets (CSS)

b)

A markup language that describes document content instead of adding structure or formatting to document content

c)

A markup language that defines page layouts, hyperlinks, fonts, graphics and more to enable pages to render in Web browsers

d)

A combination of HTML, script, styles and the Document Object Model (DOM) that provides Webpage interactivity

28.

In programming, which term describes a line of code that allows a language to respond to a specific event or user input?

a)

ActiveX control

b)

Animator

c)

Responder

d)

Event handler

29.

Which of the following statements is true of Dynamic HTML (DHTML)?

a)

DHTML increases the burden on the server.

b)

DHTML reacts to user actions by contacting the server.

c)

DHTML decreases the burden on the server.

d)

The popularity of DHTML is diminishing.

30.

This is the system that translates Internet domain names into IP numbers.

a)

SSL (Secure Sockets Layer)

b)

(SCM) Software Configuration Management

c)

DNS (Domain Name System)

d)

HTML (Hypertext Markup Language)