Q1_Web Systems

Q1_Web Systems

University

21 Qs

quiz-placeholder

Similar activities

Kuis 1 Pemrograman 2025

Kuis 1 Pemrograman 2025

University

20 Qs

องค์ประกอบและหลักการออกแบบเว็บ

องค์ประกอบและหลักการออกแบบเว็บ

University

20 Qs

Introducción Django

Introducción Django

University

19 Qs

RINGKASAN MATERI JARKOM II

RINGKASAN MATERI JARKOM II

University

20 Qs

IntroductionDatabases

IntroductionDatabases

University

20 Qs

Keterampilan Informatika dan Komputer

Keterampilan Informatika dan Komputer

11th Grade - University

18 Qs

CB  - CD

CB - CD

University

20 Qs

Uji Pemahaman Microsoft Word Kelas 8

Uji Pemahaman Microsoft Word Kelas 8

8th Grade - University

20 Qs

Q1_Web Systems

Q1_Web Systems

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

Joana Reyes

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?