HTML Font
What is the font?
The font is a set of displayable or printable text with a proper style.
How to put the font in HTML?
Starting : <font>
Closing: </font>
Output:
Explanation:
In statement 3 font is the HTML tag. It is important to know that tags can have different properties/attributes. In this example
- font and size are the attributes of the font
- The font is the tag
- color and size are the attributes/ properties of the font tag
- red is the value of the color attribute
- 4 is the value of size attribute
Video Lecture