HTML 参考手册
HTML <font> size 属性
CSS - 实例:设置文本的大小
源代码:
点击运行 »
<!DOCTYPE html> <html> <body> <p style="font-size:20px">This is some text!</p> </body> </html>
运行结果:
点击运行 »