Web development 1

Web development 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python Flow Control

Python Flow Control

Professional Development

8 Qs

MLB - Tech Quiz

MLB - Tech Quiz

Professional Development

14 Qs

Test Your Knowledge 2.0

Test Your Knowledge 2.0

Professional Development

12 Qs

GOOGLE CHROME

GOOGLE CHROME

Professional Development

10 Qs

Time and Work

Time and Work

Professional Development

10 Qs

Python

Python

Professional Development

6 Qs

SIMULASI PROKTOR

SIMULASI PROKTOR

Professional Development

10 Qs

Quiz PMM

Quiz PMM

Professional Development

14 Qs

Web development 1

Web development 1

Assessment

Quiz

Other

Professional Development

Easy

Created by

Pelumi Aceall

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. When you type a URL in a browser and hit Enter, what is the first thing the browser does?

Makes a DNS request to resolve the domain

  1. Sends an HTTP request to the server

  1. Fetches the JavaScript files from the server

Starts rendering the page

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What happens if you use an invalid HTML tag, like <txt>?

  1. The browser throws an error

  1. The tag is ignored, and the rest of the page renders normally

  1. The browser displays the tag as text

The browser automatically fixes the tag

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which CSS rule has the highest precedence in this list?

  1. Inline styles

  1. Class selectors

  1. ID selectors

External stylesheets

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What will be the output of the following JavaScript code?
    console.log(2 + 2 + '4')

  1. 8

  1. 44

  1. 6

Error

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What HTML element is used to define a navigation menu?

  1. <nav>

  1. <menu>

  1. <ul>

<section>

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What will happen if you try to print a variable that has not been declared in JavaScript?

  1. The code will throw a reference error

  1. The value will be undefined

  1. The browser will automatically declare the variable

The value will be null

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. If an element has a width of 200px and a padding of 20px, how wide will the element be?

  1. 200px

  1. 240px

  1. 180px

220px

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?