Search Header Logo

Q1_Web Systems

Authored by Joana Reyes

Information Technology (IT)

University

Used 2+ times

Q1_Web Systems
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

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?