实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p><font size="3" color="red">This is some text!</font></p>
6
7
<p><font size="2" color="blue">This is some text!</font></p>
8
9
<p><font face="verdana" color="green">This is some text!</font></p>
10
11
</body>
12
</html>