HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Professional Development

40 Qs

quiz-placeholder

Similar activities

python quiz 2.0

python quiz 2.0

Professional Development

35 Qs

algoritmo 10

algoritmo 10

University - Professional Development

41 Qs

Top 400 Test 4-MAY-2024 slot 2

Top 400 Test 4-MAY-2024 slot 2

Professional Development

40 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

Professional Development

40 Qs

Technical MCQs

Technical MCQs

Professional Development

35 Qs

Programming Logic and Design - Chapter 4 - Making Decisions

Programming Logic and Design - Chapter 4 - Making Decisions

University - Professional Development

35 Qs

JavaScript 3 (Taller Empleo Ayerbe)

JavaScript 3 (Taller Empleo Ayerbe)

Professional Development

40 Qs

What you already know

What you already know

KG - Professional Development

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