Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lifeparticle/HTML-Cheatsheet

HTML-Cheatsheet
https://github.com/lifeparticle/HTML-Cheatsheet

List: HTML-Cheatsheet

awesome awesome-list front-end-development frontend html html5 webapp website

Last synced: 3 months ago
JSON representation

HTML-Cheatsheet

Awesome Lists containing this project

README

        

# Elements

There are six different kinds of elements:

1. Void elements

`area, base, br, col, embed, hr, img, input, link, meta, source, track, wbr`

2. The template element

`template`

3. Raw text elements

`script, style`

4. Escapable raw text elements

`textarea, title`

5. Foreign elements

MathML, SVG.

6. Normal elements

Rest of the HTML elements.

# block-level elements

- A Block-level element occupy the full width of their parent container by default.
- A Block-level elements has a new line, both before and after the element.
- Block-level elements are like stack of boxes.

`

`, ``, ``, `
`, ``, `
`, `
`, `
`, `
`, ``, ``, ``, ``, ``, `

`, `

`, `

`, `

`, `

`, `
`, ``, `
`, `
  • `, ``, ``, ``, `
      `, ``, `

      `, `


      `, ``, ``, ``, `