HTML + CSS: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
HyperText Markup Language | HyperText Markup Language | ||
<head> | <nowiki><head></nowiki> | ||
<body> | <nowiki><body></nowiki> | ||
<h1> | <nowiki><h1></nowiki> | ||
<img> | <nowiki><img></nowiki> | ||
* inspector | * inspector | ||
Line 24: | Line 24: | ||
==CSS== | ==CSS== | ||
* commonly used elements | |||
==W3C== | ==W3C== |
Revision as of 10:25, 28 June 2023
code editors
ide's
- https://brackets.io/
- https://vscodium.com/
- https://www.geany.org/
- https://kate-editor.org/
- https://www.sublimetext.com/
HTML
HyperText Markup Language
<head> <body> <h1> <img>
- inspector
- commonly used elements
- linking to each other
- adding media (images, video, audio)
CSS
- commonly used elements
W3C
W3C is the Web consortium that make decisions about web standards.
They write very heavy documentation. This documentation is mostly used by people making web browsers.
tutorials & zines
- https://www.w3schools.com/
- https://developer.mozilla.org/en-US/docs/Web/Tutorials
- https://solarpunk.cool/zines/web-zine-01/
- https://curly-braces.hashbase.io
- https://css-examples.wizardzines.com/
documentation
- https://devdocs.io
- https://developer.mozilla.org/en-US/docs/Web/HTML
- https://developer.mozilla.org/en-US/docs/Web/CSS