WEBDEV101

WEBDEV101

University

10 Qs

quiz-placeholder

Similar activities

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Css

Css

University

10 Qs

Quis CSS W3Schools

Quis CSS W3Schools

University

10 Qs

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

PC7 - PLATFORM BASED WEB DEVELOPMENT - PRELIM EXAM

University

12 Qs

Master Arabe S2 HTML/CSS

Master Arabe S2 HTML/CSS

University

13 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Ucertify Introduction to Cascade Style Sheet Technology

Ucertify Introduction to Cascade Style Sheet Technology

7th Grade - University

10 Qs

WEBDEV101

WEBDEV101

Assessment

Quiz

Computers

University

Medium

Created by

Cartagena, 1-1

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the purpose of the <!DOCTYPE html> declaration in an HTML document?

It defines the structure of the document

It links to an external stylesheet

It tells the browser the document type and HTML version

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tags mark the beginning and the end of an HTML document?

<body> </body>

<html> </html>

<p> </p>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define a paragraph in HTML?

<p>

<body>

<html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS is applied directly within HTML elements using the style attribute?

External CSS

Inline CSS

Embedded CSS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of a CSS rule defines the style you want to apply to an element, such as "color" or "font-size"?

Selector

Declaration block

Property

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for linking an external CSS file in an HTML document?

<style src="style.css">

<css link="style.css">

<link rel="stylesheet" href="style.css">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new database in MySQL?

CREATE DATABASE database_name;

NEW DATABASE database_name;

MAKE DATABASE database_name;

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?