Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML and CSS best practices. #9

Open
inspecta opened this issue Oct 3, 2022 · 0 comments
Open

HTML and CSS best practices. #9

inspecta opened this issue Oct 3, 2022 · 0 comments
Assignees

Comments

@inspecta
Copy link
Owner

inspecta commented Oct 3, 2022

  • Good use of HTML 5 semantic and appropriate tags for each element
  • No long lines of code were used
  • Good indentation and no unnecessary blank lines
  • All HTML elements are well closed and named well
  • No use of !important rule during the CSS style definitions.
  • HTML multiple elements have class attributes
  • No inner CSS. All CSS is imported into the index html through a styles tag
@inspecta inspecta self-assigned this Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant