HTML + CSS: Difference between revisions
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
* [https://wiki.filezilla-project.org/Main_Page FileZilla] | * [https://wiki.filezilla-project.org/Main_Page FileZilla] | ||
==XPUB1 web pages== | |||
* https://hub.xpub.nl/breadcube/~bo/first-webpage.html | |||
* https://hub.xpub.nl/breadcube/~log/small-print.html | |||
* https://hub.xpub.nl/breadcube/~aglaia/simonsays/testpage.html | |||
* https://hub.xpub.nl/breadcube/~ada/cowboys/cowboys.html | |||
* https://hub.xpub.nl/breadcube/~suzan/transparentblue.html | |||
* https://hub.xpub.nl/breadcube/~suzan/hello.html |
Revision as of 10:29, 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
upload your HTML page to a server
XPUB1 web pages
- https://hub.xpub.nl/breadcube/~bo/first-webpage.html
- https://hub.xpub.nl/breadcube/~log/small-print.html
- https://hub.xpub.nl/breadcube/~aglaia/simonsays/testpage.html
- https://hub.xpub.nl/breadcube/~ada/cowboys/cowboys.html
- https://hub.xpub.nl/breadcube/~suzan/transparentblue.html
- https://hub.xpub.nl/breadcube/~suzan/hello.html