1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-31 20:00:47 +00:00

Merge pull request #58 from nighcrawl/master

Fix meaning of HTML <em></em> tag
This commit is contained in:
Julien Le Coupanec 2018-07-14 16:40:33 +02:00 committed by GitHub
commit 8019c0b96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
<strong></strong> and <b></b> <!-- Makes text contained in the tag as bold -->
<em></em> and <i></i> <!-- Alternative way to make the text contained in the tag as bold -->
<em></em> and <i></i> <!-- Alternative way to make the text contained in the tag as italic -->
<strike></strike> <!-- creates a strike through the text element -->
<pre></pre> <!-- Preformatted monospace text block with some spacing intact -->
<blockquote></blockquote> <!-- Contains long paragraphs of quotations often cited -->