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

Spike: HTML #157

Open
saltyypanda opened this issue Sep 13, 2024 · 0 comments
Open

Spike: HTML #157

saltyypanda opened this issue Sep 13, 2024 · 0 comments
Labels
front-end spike Learning material

Comments

@saltyypanda
Copy link
Contributor

saltyypanda commented Sep 13, 2024

HTML defines the structure of a web page. Drawing analogy to the human body, HTML is the skeleton, CSS is the muscle and tissue, and JavaScript/TypeScript is the brain that drives behavior.

  1. Tess created a getting started guide for HTML, available here.

  2. I also recommend checking out the official Mozilla Developer Network (MDN) docs page on learning HTML, available here.

  3. Taking it further, our project uses React.js. For the structure of a web page, React uses a markup language called JSX, which allows us to write HTML-like syntax in a javascript/typescript file, and use js/ts directly inside of our "HTML" markup. If you're at the stage where you are ready to learn this, then check out the basic tutorials for React and JSX on react.dev.

@saltyypanda saltyypanda converted this from a draft issue Sep 13, 2024
@saltyypanda saltyypanda added front-end spike Learning material labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end spike Learning material
Projects
Status: Essential Spikes
Development

No branches or pull requests

1 participant