Web development 1

Web development 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python Operator Precedence

Python Operator Precedence

Professional Development

9 Qs

Python Functions

Python Functions

Professional Development

9 Qs

Control Panel Hosting

Control Panel Hosting

University - Professional Development

10 Qs

REV CODE

REV CODE

Professional Development

15 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

Printers

Printers

Professional Development

15 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

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