strong tag html

Solutions on MaxInterview for strong tag html by the best coders in the world

showing results for - "strong tag html"
Emilio
19 May 2019
1<strong> Hello</strong> This hello will be bold in the output
Fabian
04 May 2017
1Strong> tag
2Definition and Usage. The <strong> tag is used to define text with strong 
3importance. The content inside is typically displayed in bold.
4Tip: Use the <b> tag to specify bold text without any extra importance!