HTML Font Design Quiz

HTML Font Design Quiz

University

30 Qs

quiz-placeholder

Similar activities

CSS selektory

CSS selektory

University

27 Qs

Css-BoxModel

Css-BoxModel

University

25 Qs

CSS Exercise

CSS Exercise

University

25 Qs

Kuis Internet1 L2324

Kuis Internet1 L2324

University

25 Qs

Rise Up CSS

Rise Up CSS

9th Grade - University

25 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

9th Grade - University

25 Qs

Web CSS

Web CSS

10th Grade - University

30 Qs

HTML BASICS

HTML BASICS

KG - University

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