HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Professional Development

40 Qs

quiz-placeholder

Similar activities

UF1306 Repaso

UF1306 Repaso

Professional Development

43 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

Professional Development

40 Qs

HTML

HTML

9th Grade - Professional Development

35 Qs

HTML quiz

HTML quiz

University - Professional Development

39 Qs

ITE123

ITE123

Professional Development

40 Qs

Test z EE.09 cz.1

Test z EE.09 cz.1

1st Grade - Professional Development

40 Qs

Web Designing

Web Designing

Professional Development

41 Qs

IT Test 11 May Slot2

IT Test 11 May Slot2

Professional Development

40 Qs

HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Manisha Vashisth

Used 25+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

URL for link is specified using ___ attribute.

src

href

link

rel

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For defining internal links in a page we use -

class

target

src

id

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for writing ‘doctype’ in HTML5?

<!DOCTYPE HTML>

<!doctype html>

<!DOCTYPE html>

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To start a list at the count of 3, use -

<ol begin="3">

<ol start="3">

<ol num = "3">

<ol list="3">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to open documents in a new window?

<a target="_self">Link</a>

<a target="_top">Link</a>

<a target="_parent">Link</a>

<a target="_blank">Link</a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page?

<img src="pic.img">

<img src="../pic.img">

<img src="../image/pic.img">

<img src="image/pic.img">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The element <DIV> has which of the following property?

provides some properties to some elements inside it

define content to be block-level

define content to be inline

none of the above

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?