HTML + CSS: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 14: Line 14:
HyperText Markup Language
HyperText Markup Language


<nowiki><head></nowiki>
<syntaxhighlight lang="html">
<nowiki><body></nowiki>
 
<nowiki><h1></nowiki>
<head>
<nowiki><img></nowiki>
<body>
<h1></h1>
<p></p>
<img>
 
</syntaxhighlight>


==CSS==
==CSS==

Revision as of 11:14, 26 September 2023

code editors

HTML

HyperText Markup Language

<head>
<body>
<h1></h1>
<p></p>
<img>

CSS

Cascading Style Sheets

body{
    background-color: pink;
    color: green;
    margin: 100px;
}

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

documentation

XPUB web pages

first pages XPUB1 2022-2024

hyperworld

Pad traces