HTML should only be used to write content, and keep CSS for styling the web page.
{% highlight html %}HTML should only be used to write content, and keep CSS for styling the web page.{% endhighlight %}
---
layout: single
elementName: em
---
Defines emphasis on text. Is usually rendered as italic text.
Example:
Copy
#
em
HTML should only be used to write content, and keep CSS for styling the web page.
{% highlight html %}HTML should only be used to write content, and keep CSS for styling the web page.{% endhighlight %}