The FONT element changes the font name, font size and color for text in its contents.
The following controls allow for the changing of the font name, font size and font color in the following sample text.
SIZE COLOR NAME
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
The quick brown fox jumps over the lazy dog.
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
                     
        <font color="red" face="arial" id="display-font" size="1">
            0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
            <br/>
            The quick brown fox jumps over the lazy dog.
            <br/>
            0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
            <br/>
        </font>