Q1_Web Systems

Q1_Web Systems

University

21 Qs

quiz-placeholder

Similar activities

JavaScript Lesson 1

JavaScript Lesson 1

11th Grade - University

20 Qs

Quiz Pra UAS Web Desain

Quiz Pra UAS Web Desain

University

20 Qs

Базовые основы HTML, CSS, JS, Web APIs

Базовые основы HTML, CSS, JS, Web APIs

University

17 Qs

css quiz

css quiz

University

16 Qs

Викторина по HTML, CSS и JavaScript

Викторина по HTML, CSS и JavaScript

University

20 Qs

QUIZ 3: MIDTERM

QUIZ 3: MIDTERM

University

20 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th Grade - University

19 Qs

Quiz HTML dan CSS Bootstrap Kelas XI RPL

Quiz HTML dan CSS Bootstrap Kelas XI RPL

11th Grade - University

25 Qs

Q1_Web Systems

Q1_Web Systems

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Joana Reyes

Used 2+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which technology is responsible for the structure of a webpage?
CSS
HTML
JavaScript
HTTP

Answer explanation

HTML defines the structure of a webpage.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the house analogy for web development, JavaScript is compared to:
The walls and roof
The paint and furniture
The electricity and plumbing
The foundation

Answer explanation

JavaScript is like the electricity and plumbing—it makes things work and respond.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which HTML tag is used to create a hyperlink?
<link>
<a>
<p>
<h1>

Answer explanation

<a> tag defines a hyperlink.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS selector is used to style a single, unique element on a page?
Class selector
Element selector
ID selector
Universal selector

Answer explanation

The ID selector targets one unique element using #idname.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct syntax for selecting all <p> elements in CSS?
p[] {}
p: {}
p {}
.p {}

Answer explanation

p {} selects all paragraph elements.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which JavaScript function is used to find an element by its ID?
findById()
querySelector()
getElementById()
getById()

Answer explanation

getElementById() is used to find an element by its ID.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which part of the box model comes directly after content?
Border
Margin
Padding
Outline

Answer explanation

Padding is the space between content and border.

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?