Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #63 from GloverDonovan/update/html
Browse files Browse the repository at this point in the history
Update the HTML Reference
  • Loading branch information
tofumatt committed Mar 5, 2018
2 parents 40fec1d + aae8791 commit 7d7b5dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reference/html-style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ General Guidelines
- Make sure your code validates.
- No inline CSS or JavaScript.
- Be semantic.
- Use doublequotes for attributes::
- Use double quotes for attributes:

.. code-block:: html

<a href="#">Good</a>
<a href='#'>Less Good</a>

0 comments on commit 7d7b5dc

Please sign in to comment.