ad

Showing posts with label <small>html tag. Show all posts
Showing posts with label <small>html tag. Show all posts

Friday, November 14, 2025

how to use small tag in html

   how to use small tag in html

https://webdesigningtheory.blogspot.com

   how to use small tag in html

Example 

<!DOCTYPE html>
<html>
  <body>
  <h2> what is the <small> tag in html </h2>
    <p>student Refer  Web Designing  Theory  learn programming language</p>
    <p>  <small>  Student Refer  Web Designing  Theory  learn CSS
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.