Episode 01
Watch the following series of code reviewing videos and learn about the techniques and practices that will make you a better Frontend developer
PART I
Duration: 32 minutes
What you’ll learn:
-
How to organize your HTML code with commented and formatted sections.
-
Create a Table of Contents with internal links
-
Apply a smooth scrolling for internal links
-
Create a hover effect on links using the :hover CSS pseudo selector
-
Validate your HTML code through the W3C Validator and fix page errors
-
Learn about the permitted content of the ul and p tags and the HTML Phrasing content
-
Better naming for your files and folders
-
Use the VSCode Code Spell Checker extension to catch mispelled words
-
Validate your CSS code through the W3C CSS Validator
-
Replace generic elements (div) with semantic HTML elements
-
Use the Chrome Lighthouse auditing tool to improve our site’s performance, SEO, accessibility and best practices score
PART II
Duration: 14 minutes
What you’ll learn:
-
Compressing images for faster web page loading times
-
Limit your text lines length for readability
-
Learn about the ch unit length and the max-width property in CSS
-
Best practices: avoiding the br tag for creating newlines and paragraphs
PART III
Duration: 5 minutes
What you’ll learn:
- How to use the Chrome Code Coverage Tool to detect unused CSS code.
PART IV
Coming soon…*
Feedback
- Is there anything we can help with up to this point? Do you have something to suggest about this chapter? Let us know in the comments below.
UPDATED: 25.01.2021
2 replies on “Code Review – HTML/CSS”
Amazing content, thank you!
Thank you Kiuri! Let us know if we can further enhance the learning experience. Comments, suggestions are welcome. Happy hacking!