At The Moment我正在创建一个网站,目前标题看起来像这样
<h1><font face="tempus sans itc" color="White"><div style="text-align:center">Welcome To My Website. View My Projects Here</h1></div>
如何让我的字体大小更大?
答案 0 :(得分:2)
您可以为此目的使用 style =“font-size:required size”属性。例如:
<h1 style="font-size:300%">This is a heading</h1>
了解更多信息:Click here