HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Professional Development

40 Qs

quiz-placeholder

Similar activities

Pemrograman Dasar Kelas X TKJ

Pemrograman Dasar Kelas X TKJ

KG - Professional Development

40 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

Professional Development

40 Qs

HTML quiz

HTML quiz

University - Professional Development

39 Qs

Quiz de HTML, CSS e JS

Quiz de HTML, CSS e JS

Professional Development

37 Qs

Siema

Siema

Professional Development

40 Qs

Technical MCQs

Technical MCQs

Professional Development

35 Qs

Intro to Python class open book quiz.

Intro to Python class open book quiz.

Professional Development

45 Qs

Programming Logic and Design - Chapter 4 - Making Decisions

Programming Logic and Design - Chapter 4 - Making Decisions

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