Posts

Showing posts with the label html text formatting

How to Use the HTML ins (inserted text) Tag

Image
How to Use the HTML <ins> Tag  How to Use the HTML <ins> Tag Example  <! DOCTYPE html > < html >   < body >   < h2 > how to use Inserted  text tag in html </ h2 > < p > student learn < ins > HTML </ ins > programming language </ p >     < p > Student learn < ins > CSS </ ins > Programming language </ p >   </ body > </ html >   How to Use the HTML <ins> Tag  Explain Program Step 1 ] <!Doctype html> <!doctype html>  always be the  first line  of any HTML document. Step 2 ]    <html>  and  </html>    html  is the  root element . Step 3 ] <body>  and  </body> body  is  main content area. All visible content inside to  the  <body>  tag Step 4] < h2 > how to use Inserted text tag...

how to use subscript tag in html

Image
how to use subscript tag in html how to use subscript tag in html Example  <! DOCTYPE html > < html >   < body >   < h2 > how to use subscript tag in html </ h2 > < p > student learn < sub > HTML </ sub > programming language </ p >     < p > Student learn < sub > CSS </ sub > Programming language </ p >   </ body > </ html > how to use subscript tag in html Explain Program Step 1 ] <!Doctype html> <!doctype html>  always be the  first line  of any HTML document. Step 2 ]    <html>  and  </html>    html  is the  root element . Step 3 ] <body>  and  </body> body  is  main content area. All visible content inside to  the  <body>  tag Step 4] < h2 > how to use subscript tag in html </ h2 > <h2>  display ti...

what is the em tag in html

Image
 what is the <em> tag in html what is the <em> tag in html Explain program  <! DOCTYPE html > < html >   < body >   < h2 > what is the < em > tag in html </ h2 >     < p > student learn < em > HTML </ em > programming language </ p >     < p > Student learn < em > CSS </ em > Programming language </ p >   </ body > </ html > what is the <em> tag in html  Explain program   Step 1 ] <!Doctype html> <!doctype html>  always be the  first line  of any HTML document. Step 2 ]    <html>  and  </html>    html  is the  root element . Step 3 ] <body>  and  </body> body  is  main content area. All visible content inside to  the  <body>  tag Step 4] < h2 > what is the < em >...