HTML/CSS SC- 2

HTML/CSS SC- 2

8th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Evaluasi Javascript 1

Evaluasi Javascript 1

10th Grade

10 Qs

10 -Quiz#3: JavaScript Introduction

10 -Quiz#3: JavaScript Introduction

10th Grade

14 Qs

Evaluasi Pembelajaran

Evaluasi Pembelajaran

10th - 12th Grade

15 Qs

Web программирование, повторение

Web программирование, повторение

10th Grade

10 Qs

HTML vs CSS

HTML vs CSS

9th - 12th Grade

8 Qs

JavaScript Practices #5

JavaScript Practices #5

12th Grade

12 Qs

Introducción Arreglos JS II

Introducción Arreglos JS II

10th Grade

10 Qs

Estructuras de Control en JavaScript

Estructuras de Control en JavaScript

10th Grade

10 Qs

HTML/CSS SC- 2

HTML/CSS SC- 2

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

SHAZIA AFREEN

Used 315+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ___________ element defines a drop-down list

<value>

<input>

<select>

<form>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the most appropriate CSS declaration(s) to set an element to absolute positioning in the top right corner.

position: top right;

position: absolute; top: 0; right: 0;

position: absolute; top: 0; left: 0;

None of the above.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using CSS property flex-wrap?

define the direction of how elements are positioned based on either row or column

define how elements will wrap when the browser width is changed

define how to position elements vertically

defines how position elements horizontally

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<scripting>

<javascript>

<js>

<script>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct JavaScript syntax to change the content of the following HTML code: <p id="example">This is an example!</p>

document.getElement(“example”).innerHTML=”Lets code!”;

document.getElementById(“example”).innerHTML=”Lets code!”;

document.getId(“example”)=”Lets code!”;

document.getElementById(“example”).innerHTML=Lets code!;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for referring to an external script called “script.js”?

<script src=”script.js”>

<script href=”script.js”>

<script ref=”script.js”>

<script name=”script.js”>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for creating a function in JavaScript named as Example? 

function = Example(){

//body of function

}

function Example(){

//body of function

}

function := Example(){

//body of function

}

function : Example(){

//body of function

}

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?