HTML, CSS, and JavaScript - Certification Class for Beginners
Taught By: YouAccel Training
In this course, I took my first formal foray into the world of web development. From the baby steps of basic HTML document structure, to CSS stylings and cool hover effects, to the (at the time) complexities of JavaScript conditionals and loops.
Skills Learned:
- Foundational HTML tags and their uses. This was in order by topic, so the first lessons were pure HTML, without CSS.
- How to target elements by class name, id, and/or element type, and apply styles to get desired positions and appearances.
- Basic JavaScript. Introduced to the concepts of variables, arrays, loops, conditional statements, etc.