WD3-HTML and Creative Commons Concepts

WD3-HTML and Creative Commons Concepts

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Struktur Dasar Bahasa Pemrograman C++

Struktur Dasar Bahasa Pemrograman C++

11th Grade

10 Qs

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

10th Grade - University

13 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

Теги HTML (11 клас)

Теги HTML (11 клас)

11th Grade

12 Qs

Pengetahuan Dasar HTML

Pengetahuan Dasar HTML

11th Grade

10 Qs

Benar atau Salah?

Benar atau Salah?

10th Grade

10 Qs

Dasar C++

Dasar C++

10th Grade

10 Qs

HTML

HTML

7th Grade - University

8 Qs

WD3-HTML and Creative Commons Concepts

WD3-HTML and Creative Commons Concepts

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Albina Imanalieva

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which tag is used to create the largest heading on a webpage?

<p>

<h1>

<h6>

<head>

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the main difference between <ol> and <ul>?

<ol> creates a bulleted list, <ul> creates a numbered list

<ol> creates a numbered list, <ul> creates a bulleted list

Both create bulleted lists

Both create numbered lists

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does the abbreviation “CC” stand for in Creative Commons licensing?

Copy Control

Copyright Check

Creative Commons

Content Copy

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which HTML tag is used to display an image?

<img>

<src>

<picture>

<image>

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which attribute is required for every <img> tag?

href

title

src

link

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which CSS property is used to change the text color?

font-color

text-style

color

background-color

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the correct way to make text italic in CSS?

font-style: italic;

text-weight: italic;

font-weight: bold;

bold: true;

8.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which CSS property changes the background color of an element?

color

font-background

text-color

background-color