InterviewSolution
Saved Bookmarks
| 1. |
2. Explain the font element with an example. |
|
Answer» This HTML TUTORIAL EXPLAINS how to use the HTML element called the tag with syntax and examples.DescriptionThe HTML tag defines the font size, color and face of text in the HTML document. Since this tag was removed in HTML5, it is recommended that you use CSS properties such as font, font-family, font-size and color to format the text in the document. This tag is also COMMONLY referred to as the element. |
|