HTML + CSS: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
==HTML== | ==HTML== | ||
HyperText Markup Language | |||
<head> | |||
<body> | |||
<h1> | |||
<img> | |||
* inspector | * inspector | ||
* commonly used elements | * commonly used elements | ||
* linking to each other | * linking to each other | ||
Line 18: | Line 24: | ||
==CSS== | ==CSS== | ||
==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. | |||
https://www.w3.org/ | |||
==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 | |||
==upload your HTML page to a server== | ==upload your HTML page to a server== | ||
* [https://wiki.filezilla-project.org/Main_Page FileZilla] | * [https://wiki.filezilla-project.org/Main_Page FileZilla] |
Revision as of 10:24, 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>