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: strong
---
Defines strong importance on text.
Example:
Copy
#
strong
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 %}