how to use small tag in html
how to use small tag in html
Example
<!DOCTYPE html>
<html>
<body>
<h2> what is the <small> tag in html </h2>
Programming language
</small> </p>
</body>
</html>
how to use small tag in html
Explain Program
Step 1 ]
<!Doctype html>
<!doctype html> always be the first line of any HTML document.
<!Doctype html>
<!doctype html> always be the first line of any HTML document.
