Font HTML

HTML <font> Tag The HTML <font> tag is not supported in HTML5. It was used to specify the font style which includes the font size, color, and face of the specified content. CSS properties are now used, instead of the HTML <font> tag. Syntax: <font size=” ” color=” ” face=” “>Content</font> Example: <!DOCTYPE html> <html> … Read more