Html strong tag
Html strong tag: It basically adds the strong text.
Syntax of Html strong tag
<strong>text.</strong>
Html Strong tag
Example
<!DOCTYPE html> <html> <head> <title>Title</title> </head> <body> <p>Without Strong Tag : This is paragraph without strong texts.</p> <p><strong>Strong Tag : This is paragraph with strong texts.</strong></p> </body> </html> |
Output :
Advertisements
Add Comment
📖 Read More
- 1. Html Italic Tag
- 2. Html mark tag
- 3. Html small tag
- 4. Html delete tag
- 5. Html insert tag