WEBDEV101

WEBDEV101

University

10 Qs

quiz-placeholder

Similar activities

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

css

css

University

12 Qs

Website Design

Website Design

KG - University

10 Qs

CSS - 19 Januari 2021

CSS - 19 Januari 2021

12th Grade - University

15 Qs

HTML CSS BOOTCAMP

HTML CSS BOOTCAMP

University

15 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 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?