Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning #1

Open
VictoriaSaden opened this issue Mar 20, 2023 · 2 comments
Open

Learning #1

VictoriaSaden opened this issue Mar 20, 2023 · 2 comments
Assignees

Comments

@VictoriaSaden
Copy link
Owner

VictoriaSaden commented Mar 20, 2023

  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 VictoriaSaden converted this from a draft issue Mar 20, 2023
@VictoriaSaden VictoriaSaden self-assigned this Mar 20, 2023
@VictoriaSaden
Copy link
Owner Author

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 VictoriaSaden moved this from Todo to Done in Web dev Mar 31, 2023
@VictoriaSaden
Copy link
Owner Author

VictoriaSaden commented Mar 31, 2023

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 <style> element in the section
External - by using a element to link to an external CSS file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant