WEB PROGRAMMING-2

WEB PROGRAMMING-2

University

10 Qs

quiz-placeholder

Similar activities

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

University

12 Qs

Master Arabe S2 HTML/CSS

Master Arabe S2 HTML/CSS

University

13 Qs

Evaluación de Javascript

Evaluación de Javascript

University

15 Qs

JSP

JSP

University

10 Qs

REACTOR

REACTOR

University

15 Qs

HTML BASICS 1

HTML BASICS 1

University

15 Qs

web design

web design

University

11 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

WEB PROGRAMMING-2

WEB PROGRAMMING-2

Assessment

Quiz

Computers

University

Hard

Created by

PRABAKARAN K

Used 30+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

HTML is what type of language ?

Scripting Language

Markup Language

Programming Language

Network Protocol

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How can you make a bulleted list with numbers?

<dl>

<ol>

<list>

<ul>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What tag is used to display a picture in a HTML page?

picture

image

img

src

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is not a browser ?

Microsofts Bing

Netscape Navigator

Mozilla Firefox

Opera

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

colspan=n can be added to only what tag?

<table>

<td>

<tr>

<thead>

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The elements <DIV> and <SPAN> have the following characteristics

Element <DIV> inherits properties defined for <SPAN> in a stylesheet

Elements <SPAN> and <DIV> define content to be inline or block-level

<DIV> and <SPAN> are used as alternatives for the element <P>

<DIV> is used inside element <P>.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The following is a web-page:


<html>

<head> <title>JavaScript </head>

<body bgcolor=""#0000ff"">

<script language=""JavaScript"">

<!-- document.write(""<h1> hello world </h1>""); //-->

</script>

</body>

</html>


When the above web page is loaded into a browser, what will happen?

The body of the web page will not contain any text

The body of the web page will contain the text "hello world" as an H1 heading

The background color of the web page will be green

document.write("<h1> hello world </h1 >"); is a comment.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?