HTML tag

(*-*)浩
Release: 2019-12-30 16:10:06
Original
3276 people have browsed it

Tags Learn:

html tutorial )
Specifies the font, font size, and font color of the text.

All major browsers support the tag. HTML <font> tagDifferences between HTML and XHTML

In HTML 4.01, the font element is deprecated. In XHTML 1.0 Strict DTD, the font element is not supported.

Example

Specify text font, size and color:

<html>
<body>

<h1><font face="verdana">A heading</font></h1>
<p><font size="5" face="arial" color="red">A paragraph.</font></p>

</body>
</html>
Copy after login

The above is the detailed content of HTML tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template