Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML basefont tag</title> <basefont color="red" size="5" face="arial, sans-serif" /> </head> <body> <p><strong>Warning:</strong>Do not use this tag since it is a non-standard tag and has been <a href="/definitions.php#deprecated">deprecated</a> in HTML 4.01 and <a href="/definitions.php#obsolete">obsolete</a> since HTML5. Use CSS <a href="/css-reference/css-font-property.php">font's properties</a>, instead.</p> </body> </html>