Home > Article > Web Front-end > Understanding the HTML emphasis tag
HTML em emphasis tag element knowledge tutorial and html em tag example explanation and application
907fae80ddef53131f3292ee4f81644bd1c6776b927dc33c5d9114750b586338
< The ;em>d1c6776b927dc33c5d9114750b586338 tag (html em emphasis tag) tells the browser to represent the text within it as emphasized content. For all browsers, this means that this text should be presented in italics for everyone to display. This has the same effect as the HTML I italic tag.
我是<em>php中文网</em>!<br/> php中文网网址是www.php.cn<em></em>
1) The content modified by the 907fae80ddef53131f3292ee4f81644b tag is displayed in italics, but these content also have a broader meaning. If you only want to use italics to display text, please use the 5a8028ccc7a7e27417bff9f05adf5932 tag. In addition, documents can also include cascading style definitions that change the display of text.
2), em defines the content emphasis function
3), the default italic special style of EM tag can be initialized using CSS style, we will introduce how to determine em emphasis in a later article Tag has its own style.
The above is the detailed content of Understanding the HTML emphasis tag. For more information, please follow other related articles on the PHP Chinese website!