-5

I was wondering if their is a Basic Coding Standard for HTML and CSS like PSR-01.

I tried googling and searching but didn't find any.

Scratch.
  • 343
  • 1
  • 6
  • 16

3 Answers3

2

I would suggest looking at something like W3C standards.

They have code checkers on the site that you can run CSS and HTML through.

1

You can also check SMACSS - https://smacss.com/ it's not official or something but it's very useful architecture for building your websites. There is also methodology called BEM - https://en.bem.info/method/

rusiano
  • 55
  • 1
  • 1
  • 4
0

Have a look at these:

Praveen Kumar Purushothaman
  • 164,888
  • 24
  • 203
  • 252