Computer Science, asked by nidhu26, 1 month ago

Which of the following is the correct way to change the font face in HTML? *
a) <font name = "Calibri"> ……… </font>
b) <font face = "Calibri"> ……… </font>
c) <font = "Calibri"> ……… </font>
d) None of the above​

Answers

Answered by ribhur2102
9

Correct way to change Font Face in HTML

Explanation:

  • HTML is the language used to write in notepad to create the webpage and related contents on it.
  • Font of webpage is more important to make it attractive and user-friendly.
  • To add Font on webpage, <Font> tag is used in the HTML.
  • Font contain three attributes -Face , Size and Color. For changing any attribute use <Font>tag and at end closing tag of font </Font>
  • To change the font face <font face = "name">           </Font>

Similar questions