The <big>
tag was used in HTML 4 to define bigger text.
Specify different font-sizes for HTML elements (with CSS):
<html>
<head>
<style>
p.ex1 {
font-size: 30px;
}
p.ex2 {
font-size: 50px;
}
</style>
</head>
<body>
<p>This is a normal paragraph.</p>
<p class="ex1">This is a bigger paragraph.</p>
<p class="ex2">This is a much bigger paragraph.</p>
</body>
</html>
Try it Yourself »
In our CSS tutorial you can find more information about CSS Font Size.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!