HTML + CSS: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 43: Line 43:
* <code>background-color</code>: is a '''property'''
* <code>background-color</code>: is a '''property'''
* <code>pink</code>: is a '''value'''
* <code>pink</code>: is a '''value'''
<small>Dive further → [[CSS]], [[Paged Media CSS examples]]</small>


==W3C==
==W3C==

Revision as of 12:47, 5 September 2024

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;
}
  • a code block like the one above: is a rule
  • body: is a selector
  • background-color: is a property
  • pink: is a value


Dive further → CSS, Paged Media CSS examples

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/

web subcultures

tutorials & zines

documentation

XPUB web pages

first pages XPUB1 2022-2024

hyperworld

Pad traces