code-guide icon indicating copy to clipboard operation
code-guide copied to clipboard

Standards for developing consistent, flexible, and sustainable HTML and CSS.

Results 14 code-guide issues
Sort by recently updated
recently updated
newest added

The [media query placement example](https://codeguide.co/#media-query-placement) is unclear (and can be seen as contradicting the rule). While the rule suggests not to bundle media queries “at the end of the document,”...

- Preload fonts when possible - Async script loading? - Seo: meta tags, title, social cards, rel no referrer

- Consider a third general section for JS - Include updates for React, Vue, Svelte, etc? Some general thoughts: - Let/const over var - No semicolons - arrow functions vs...

in the next new update, if it is possible to add new table of contents or a section that explains how to structure and organize the HTML code for better...

- Helps with RTL - Shorthand notation for horizontal and vertical values

enhancement

The [HTML attribute order](https://codeguide.co/#html-attribute-order ) section does not include the order of event attributes such as `onclick`, `onblur`, `onchange`, etc.

Under 'Editor Preferences', there is the suggestion to "Add new line at end of files." I'd not really come across this idea before (although seen it in many files and...

Домашнє завдання №1 Головна Верхня лінія WebStudio Студія Портфоліо Контакти [email protected] +38 096 111 11 11 Ефективні рішення для вашого бізнесу Замовити послугу УВАГА ДО ДЕТАЛЕЙ Ідейні міркування, і навіть...

I notice in your source that they are kebab cased, but not mentionned in the guide. Cheers! `Golden rule`