Open VictoriaSaden opened 1 year ago
HTML is the standard markup language for creating websites and CSS is the language that describes the style of an HTML document. We will combine HTML and CSS to create a basic web page.
CSS stands for Cascading Style Sheets. CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements Internal - by using a
1) Git learning : https://try.github.io/levels/1/challenges/1 2) HTML 3) CSS 4) Javascript
https://medium.com/javarevisited/top-5-programming-languages-for-web-development-in-2021-f6fd4f564eb6
Learning through W3Schools tutorials.