What's the difference between and , and ?

前端 未结 22 2000
清酒与你
清酒与你 2020-11-22 08:10

What\'s the difference between and , and in HTML/XHTML? When should you use

22条回答
  •  無奈伤痛
    2020-11-22 08:42

    In HTML Lang, these two tags are used as follows:

    simple text this is test text normal text
    
    
    
    simple text this is important textwith normal text
    

    The major diversity between these two HTML tags is that bold makes text only visually look bold, while strong also symbolism hit the respective text as essential and indicates that it is a clear word or text section.

    This difference is due to the fact that HTML code differentiates between symbolism and physical visual html tags. While the earlier refer to the meaning of the relevant areas, the latter merely define the optical display in browsers. You can check this from here

提交回复
热议问题