<p> All modern websites and web applications are built using three <em>fundamental</em> technologies: HTML, CSS and JavaScript.</p>
效果:
旧的 <i>
在 HTML5 中添加了 em 标签,在此之前都是 i 标签。
我们尽量使用 em 标签,因为 i 标签在语义上没有意义,不如 em 直观。
<p> All modern websites and web applications are built using three <em>fundamental</em> technologies: HTML, CSS and JavaScript.</p>
效果:
<i>
在 HTML5 中添加了 em 标签,在此之前都是 i 标签。
我们尽量使用 em 标签,因为 i 标签在语义上没有意义,不如 em 直观。