![]() |
Not Supported in HTML5.The tag was used in HTML 4 to define bigger text. Not supported in HTML5. Use CSS instead. |
Specify different font-sizes for HTML elements (with CSS):
Example:
HTML
<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>
Tip: Use <q>
for inline (short) quotations.
What to Use Instead of HTML <big> Tag? | HTML Tag |
Tips and Notes for HTML <big> Tag | HTML Tag |
Read Full: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |
Views: | 112 |
Reffered: https://www.w3schools.com/tags/tag_big.asp