Introduction:
The HTML
Example:
The HTML
strong
tag is used for indicating stronger emphasis than the em
tag. The strong tag surrounds the emphasised word/phrase.Example:
<html> <head> <title>HTML strong Tag</title> </head> <body> I'm <strong>serious</strong>. I really can <strong>not</strong> emphasise this strongly enough! </body> </html>
0 comments :
Post a Comment