HTML + CSS + JS

HTML + CSS + JS

University

10 Qs

quiz-placeholder

Similar activities

Adding Interactive Elements in HTML

Adding Interactive Elements in HTML

12th Grade - University

15 Qs

Programación Web

Programación Web

University

10 Qs

1ª atividade avaliativa 3ºtri / HTML e CSS

1ª atividade avaliativa 3ºtri / HTML e CSS

11th Grade - University

14 Qs

GUI PHP

GUI PHP

University

15 Qs

Quiz sur Tailwind CSS

Quiz sur Tailwind CSS

University

11 Qs

Repaso Clase 21

Repaso Clase 21

University

12 Qs

Club Coding Quiz - BCA

Club Coding Quiz - BCA

University

10 Qs

Module 5: Creating Dynamic Web Pages with Scripting

Module 5: Creating Dynamic Web Pages with Scripting

University

15 Qs

HTML + CSS + JS

HTML + CSS + JS

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Mihai Pop

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What are the main properties of the box-model

top, left, bottom, right

padding, margin, border

color, background-color, font-size

display: flex, justify-content, flex-direction

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these is a valid html element

<page>

<aside>

<image>

<paragraph>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

var x; console.log(x);

undefined

null

0

type error

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you apply a CSS style to a specific HTML element by its ID?

.elementID {}

elementID {}

#elementID {}

*elementID {}

5.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which keyword is NOT used to declare a variable in JavaScript?

var

int

const

let

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

let x = 5 + "5"; console.log(x);

10

55

undefined

NaN

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a correct function declaration?

function myFunc[] {}

function myFunc() {}

def myFunc() {}

function:myFunc() {}

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?