Skills I Have Learnt
HTML
- attributes (href, img, rel, height, width)
- IDs
- classes
- headings
- paragraphs
- lists
- links
- images
- buttons
- forms
- tables
- inputs
- Empty Elements (img, br, doctype)
- div
- unordered lists
- ordered lists
- textarea
- span
- Combining multiple classes
CSS
- selectors
- borders
- margins
- padding
- alignment
- classes
- IDs
- font
- colors
- shorthand properties
- link displays
- Setting size with percentages
- colors using hex
- colors using RGB
- Grouping selectors
- Floating images
- Flexbox
- display: flex
- flex-direction
- justify-content
- align-items
- align-content
- flex-wrap
- gap
- flex-basis
- flex-grow
- flex-shrink
- shorthand
- transition
JavaScript
- functions
- variables
- let
- const
- operators
- Equality "==="
- Inequality "!=="
- Or "||"
- And "&&"
- Greater than ">"
- Less than"<"
- Add "+="
- Subtract "-="
- Increment "++"
- Decrement "--"
- logical expressions
- if/else statements
- While Loops
- For loops
- console.log()
- getElement
- getElementById()
- getElementsByTagName()
- getElementsByClassName()
- querySelector()
- querySelectorAll()
- getAttribute()
- setAttribute()
- collections[]
- classList
- classList.add
- classList.remove
- classList.toggle
- Break
- parseInt
- Math
- floor
- random