Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Remove SEO and Semantics under Learning HTML #602

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 5 additions & 7 deletions Frontend-Development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
- [HTML course, build a website - FreeCodeCamp(Youtube)](https://www.youtube.com/watch?v=pQN-pnXPaVg)
- [HTML crash course - Traversy Media(Youtube)](https://www.youtube.com/watch?v=UB1O30fR-EE)
- [HTML Tutorial, making a Website - FreeCodeCamp(Youtube)](https://www.youtube.com/watch?v=PlxWf493en4)
- [Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN](https://developer.mozilla.org/en-US/docs/Glossary/Semantics)
- [Basics of SEO](https://github.com/seo/guide)
- [HTML best practices ](https://github.com/hail2u/html-best-practices)

### Frontend Projects
Expand All @@ -52,12 +50,12 @@
## Learning CSS
### CSS Tutorials

- [Learn CSS - web.dev](https://web.dev/learn/css/)
- [Learn CSS - codecademy](https://www.codecademy.com/learn/learn-css)
- [CSS tutorial -w3schools](https://www.w3schools.com/css/)
- [CSS zero to hero - FreeCodeCamp(Youtube)](https://www.youtube.com/watch?v=1Rs2ND1ryYc)
- [Kevin Powell(Youtube)](https://www.youtube.com/kepowob)
- [Introduction to CSS - Web Dev Simplified](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9D0J0Mtp6lIiD_8046k3si)
- [Learn CSS - web.dev (Alternatives)](https://web.dev/learn/css/)
- [Learn CSS - codecademy (Alternatives)](https://www.codecademy.com/learn/learn-css)
- [CSS tutorial -w3schools (Alternatives)](https://www.w3schools.com/css/)
- [CSS zero to hero - FreeCodeCamp(Youtube) (Alternatives)](https://www.youtube.com/watch?v=1Rs2ND1ryYc)
- [Kevin Powell(Youtube)](https://www.youtube.com/kepowob)
- [The guide to responsive web design](https://webflow.com/blog/responsive-web-design)
- [Learn flexbox by gaming](https://flexboxfroggy.com/)
- [Learn Grid by gaming](https://cssgridgarden.com/)
Expand Down