Q1_Web Systems

Q1_Web Systems

University

21 Qs

quiz-placeholder

Similar activities

Basic HTML

Basic HTML

University

20 Qs

Quiz tentang App Inventor

Quiz tentang App Inventor

11th Grade - University

21 Qs

Advanced Java UNIT-2(J2EE)-Quiz-4

Advanced Java UNIT-2(J2EE)-Quiz-4

University

20 Qs

Python

Python

University

20 Qs

Database 1

Database 1

University

20 Qs

Quiz tentang Personal Branding dan AI

Quiz tentang Personal Branding dan AI

University

20 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

MGT334_OS Basics Questions

MGT334_OS Basics Questions

University

20 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

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?