olesiaMartushkanova / html-farewellCard

Simple farewell card for my teammates with HTML and CSS
0 stars 0 forks source link

Learn the Basic #1

Open wangxingkai opened 5 years ago

wangxingkai commented 5 years ago

https://www.w3schools.com/

https://www.w3schools.com/html/default.asp https://www.w3schools.com/tags/default.asp

https://www.w3schools.com/css/default.asp https://www.w3schools.com/cssref/default.asp

https://www.w3schools.com/js/default.asp https://www.w3schools.com/jsref/default.asp

Start from HTML. Remember every single HTML element(tag) and how to use.

For CSS, remember common Selectors and Properties (position, layout, size, font/text, colour) and the accepted value for them.

JS(or any other programming language), start with leaning the programming theory, the programming logic, keep practising by doing exercises (such as https://leetcode.com/). Then learn the language feature/syntax.

@olesiaMartushkanova @AHaydar

olesiaMartushkanova commented 5 years ago

Thank you @wangxingkai for such great advice!

I will definitely use it and start with HTML :)