Module 5 Quiz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Module 5 Quiz

Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test"

1st Jan 2017, 5:51 PM
HeinThuYa
HeinThuYa - avatar
7 Answers
+ 4
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line { font-family: "test"; }
12th Jan 2019, 7:36 AM
Manish Kumar
Manish Kumar - avatar
+ 3
Thank Friend
14th Jan 2017, 8:00 PM
HeinThuYa
HeinThuYa - avatar
+ 2
you first create the font using the @fontface and then set the location. furtherdown in your css file you can just "call" to that font
8th Jan 2017, 10:51 PM
Jean-louis du Plessis
Jean-louis du Plessis - avatar
+ 2
the answer: @fontface, src, first-line, font-family and then test. the question said to create the font and then apply it to the first line of the paragraph so you have to say @fontface then where to find font named "test". the paragraph uses a pseudo code called first-line to apply the font-family called test.
8th Jan 2017, 10:57 PM
Jean-louis du Plessis
Jean-louis du Plessis - avatar
+ 1
Module 5 quiz please fill in the blanks Class student Private: Int age ___ Student(into){ setage (_) } void setAge (int a){ age=a } _getAge (){
10th Apr 2017, 9:27 PM
Dioka Ejionueme
Dioka Ejionueme - avatar
+ 1
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line { font-family: "test"; }
6th Apr 2018, 1:00 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
@font-face{font-family;''test'' src;url[test;ttf} } p;;first-line{ font-family;''test'' }
28th Nov 2019, 8:50 AM
Chidinma Akuegbu
Chidinma Akuegbu - avatar