You are not logged in.
Pages:: 1
#1 2015-09-23 04:24:07
CSS Font Size:
Designing Quizzes CSS (Cascading Style Sheets)
Question:
Which of the below is the correct way to set a font size?
Option A):
h2 {font-size:200%;} And h2 {font-size:200px;}
Option B):
h2 {font-size:200%;}
Option C):
h2 {font-size:200px;}
Option D):
h2 {font-size:200;}
Correct Answer is Option A):
h2 {font-size:200%;} And h2 {font-size:200px;}
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-23 04:24:07
- Advertisement
- Ads By Google
Re: CSS Font Size:
\n
Pages:: 1