<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>small tag</title>
</head>
<body>
Normal Text<br>
<small>small Text</small>
<br> This is <small>small</small> Sample
</body>
</html>. Output:-Normal Text
small Text
This is small Sample . Definition:-
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>small tag</title>
</head>
<body>
Normal Text<br>
<small>small Text</small>
<br> This is <small>small</small> Sample
</body>
</html>. Output:-Normal Text
small Text
This is small Sample . Definition:-
Smaller text
Uses of <small> tag
- This tag is used to make the text size smaller.
- This tag can not make the text smaller than the browser's minimum font size.
HTML:- small Tag
Reviewed by Network security
on
April 29, 2019
Rating:
No comments: