Most browsers will display the <small>
element with the following default values.
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<style>
small {
font-size: smaller;
}
</style>
</head>
<body>
<p>A small element is displayed like this:</p>
<small>Some smaller text</small>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>
How to create HTML <small> Tag | HTML Tag |
How to Use CSS to define smaller text | HTML Tag |
How to set Default CSS Settings on HTML <small> Tag | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |