<!DOCTYPE html>
<html>
<head>
<title> Font Color Tag </title>
</head>
<body>
<h3>ตัวอย่างการกำหนดสีตัวอักษร </h3>
<font color ="blue">this is blue color (สีน้ำเงินเข้ม) </font><br>
<font color ="#808080">this is gray color (สีเทา) </font><br>
<font color ="green">this is green color (สีเขียว) </font><br>
<font color ="#ff0ff">this is magenta color (สีบานเย็น) </font><br>
<font color ="pink">this is pink color (สีชมพู) </font><br>
<Font color ="#ff0000">this is red color (สีแดง) </font><br>