VictoriaSaden / learn-0

git commands
0 stars 0 forks source link

Learning #1

Open VictoriaSaden opened 1 year ago

VictoriaSaden commented 1 year ago

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.

VictoriaSaden commented 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.

VictoriaSaden commented 1 year ago

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