Search Header Logo

Web development 1

Authored by Pelumi Aceall

Other

Professional Development

Used 1+ times

Web development 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?