Front-End Development Beginner Knowledge Test

Front-End Development Beginner Knowledge Test

Professional Development

10 Qs

quiz-placeholder

Similar activities

Web Programming Essentials

Web Programming Essentials

Professional Development

15 Qs

Quiz Dasar-dasar CSS

Quiz Dasar-dasar CSS

Professional Development

10 Qs

Quiz Tutorial HTML: Menambahkan Gambar dan Tabel

Quiz Tutorial HTML: Menambahkan Gambar dan Tabel

Professional Development

8 Qs

Web Dizajn i HTML Pitanja

Web Dizajn i HTML Pitanja

Professional Development

10 Qs

[FE] Ice Breaking - JavaScript Control Flow

[FE] Ice Breaking - JavaScript Control Flow

Professional Development

10 Qs

React Intro

React Intro

Professional Development

8 Qs

SQL com Supabase

SQL com Supabase

Professional Development

15 Qs

Day 02 - HTML Introduction

Day 02 - HTML Introduction

Professional Development

11 Qs

Front-End Development Beginner Knowledge Test

Front-End Development Beginner Knowledge Test

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Mohammad Allam

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup Language

Hyperlink Text Marketer

High Tech Markup Language

HyperTexting Machine Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a heading in HTML?

(a) <heading>Your Text Here</heading>`

(b) <h1>Your Text Here</h1>`

(c) <b>Your Text Here</b>`

(d) <u>Your Text Here</u>`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of CSS in web development?

To define the structure of a webpage

To add styling and layout to a webpage

To make the webpage interactive

To connect the webpage to a database

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a background color to an element in CSS?

(a) <style>background-color: blue;</style>

(b) background-color: "blue";

(c) <color>blue</color>

(d) color: blue;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following CSS selector target: #main-content?

All elements with the class "main-content"

The first element with the class "main-content"

An element with the ID "main-content"

All paragraphs within the element with the ID "main-content"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does JavaScript allow you to do in web development?

Define the structure and content of a webpage

Add interactivity and dynamic behavior

Create visual designs for the webpage

Connect the webpage to a server

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you declare a variable in JavaScript?

  • (a) var name = "John";

  • (b) <var>name = "John";</var>

  • (c) let name = "John";

(d) define name = "John";

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?