HTML-Style

HTML-Style

9th Grade

7 Qs

quiz-placeholder

Similar activities

CSS-розмітка тексту

CSS-розмітка тексту

9th - 11th Grade

12 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

ICS Unit 2 Lesson 7 Review - RGB & CSS Classes CSD

ICS Unit 2 Lesson 7 Review - RGB & CSS Classes CSD

7th - 12th Grade

10 Qs

HTML Formatting

HTML Formatting

9th Grade

10 Qs

HTML Headings and Images

HTML Headings and Images

8th - 10th Grade

8 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

Unit 4 Quiz

Unit 4 Quiz

9th - 12th Grade

11 Qs

HTML-Style

HTML-Style

Assessment

Quiz

Education, Computers

9th Grade

Medium

Created by

Shinebayar Erdenebileg

Used 1+ times

FREE Resource

AI

Enhance your content

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

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an internal style sheet?

<style>

<css>

<script>

<head>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the in-line style?

<head> <style> h1: {color: pink} </style> </head>

<h1 style=“color: pink”> Text </h1>

<head> <link rel=“stylesheet” href=“style.css”> </head>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS syntax?

h1:color=black;

{h1;color:black;}

{h1:color=black;}

h1 {color: black;}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Structure layer to ...

enter the content of a web page structure

format whole web page(s) or individual elements

enter scripting language to a web page or an individual element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the background color?

color

background-color

bgcolor

background-image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property controls the text size?

text-style

text-size

font-style

font-size

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS syntax for making all the <p> elements bold?

p {font-weight:bold;}

<p style="font-size:bold">

p {text-size:bold;}

<p style="text-size:bold;">