HTML Font Design Quiz

HTML Font Design Quiz

University

30 Qs

quiz-placeholder

Similar activities

Web Mania - (Round 1)

Web Mania - (Round 1)

University

25 Qs

Web Dev MasterClass Day1

Web Dev MasterClass Day1

6th Grade - Professional Development

34 Qs

HTML Quiz : Batch1

HTML Quiz : Batch1

University

25 Qs

Test Evaluasi 1-Web Dasar

Test Evaluasi 1-Web Dasar

University

25 Qs

html/css

html/css

University

25 Qs

[KM] [FEJS2] Chapter 1 - Final Quiz

[KM] [FEJS2] Chapter 1 - Final Quiz

University

25 Qs

PRE/POST TEST - CSS

PRE/POST TEST - CSS

University

28 Qs

Node JS

Node JS

University

33 Qs

HTML Font Design Quiz

HTML Font Design Quiz

Assessment

Quiz

Computers

University

Medium

Created by

CARL CHING

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you change the font of a paragraph in HTML?

<p font="fontname">

<style="font-name:fontname;">

<font>fontname</font>

<style="font-name:fontname;">

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you change the size of a font in HTML?

<font size="number">

<p style="font-size:number;">

<p size="number">

<style="font-size:number;">

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you change the color of a font in HTML?

<font color="color">

<p style="font-color:color;">

<p color="color">

<style="color:color;">

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you change the font, size, and color of a paragraph in HTML?

<p font="fontname" size="number" color="color">

<p style="font-family:fontname; font-size:number; color:color;">

<style="font-name:fontname; font-size:number; color:color;">

<font>fontname</font> <size>number</size> <color>color</color>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct way to specify multiple fonts for a paragraph in HTML?

<p style="font-family:fontname1,fontname2,fontname3;">

<p style="font-family:'fontname1','fontname2','fontname3';">

<p style="font-family:fontname1 fontname2 fontname3;">

<p style="font-family:fontname1; font-family:fontname2; font-family:fontname3;">

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you change the style of a font in HTML?

<font style="style">

<p style="font-style:style;">

<p style="style">

<style="font-style:style;">

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you specify that a font should be italicized in HTML?

<font style="italic">

<p style="font-style:italic;">

<p style="italic">

<style="font-style:italic;">

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?