HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Professional Development

40 Qs

quiz-placeholder

Similar activities

Examen de Periodo #1

Examen de Periodo #1

Professional Development

40 Qs

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

Professional Development

45 Qs

Pensamiento computacional

Pensamiento computacional

Professional Development

43 Qs

HTML 5

HTML 5

Professional Development

40 Qs

1 Parcial D. WEB

1 Parcial D. WEB

Professional Development

36 Qs

Uf1889_ERP_CRM

Uf1889_ERP_CRM

Professional Development

40 Qs

Examen M6 - Parte Test

Examen M6 - Parte Test

Professional Development

35 Qs

C Language Test

C Language Test

Professional Development

35 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?