We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e224e3d commit e7e76f5Copy full SHA for e7e76f5
README.md
@@ -26,7 +26,7 @@ _Note_: in this documents, sometimes I use "I" to refer specifically to what I u
26
- [Use tables for tabular data only](./HTML/html.md#use-tables-for-tabular-data-only)
27
- [Include external CSS inside the `<head>` tag](./HTML/html.md#include-external-css-inside-the-head-tag)
28
- [Avoid to specify the type of imported CSS and JavaScript files](./HTML/html.md#avoid-to-specify-the-type-of-imported-css-and-javascript-files)
29
- - [Separate content from styles](./HTML/html.md#separate-content-from-style)
+ - [Separate content from style](./HTML/html.md#separate-content-from-style)
30
- [Keep the syntax organized](./HTML/html.md#keep-the-syntax-organized)
31
- [Reduce markup](./HTML/html.md#reduce-markup)
32
- [Whitespacing and formatting](./HTML/html.md#whitespacing-and-formatting)
0 commit comments