HTML/CSS Memo

From XPUB & Lens-Based wiki
Revision as of 14:52, 7 November 2024 by Kim (talk | contribs)
Caption text
Human Language HTML Tag
html document <htm></html>
metadata (title, link to css and script etc) <head></head>
Content of the page <body></body>
Section <section></section>
Container (it can contain text, images, sound)
Headline

(h2, h3, h4, h5, h6)
Paragraph

Linebreak
or
Word wrapper
Link <a href="[url here]">[link title here]</a>
Image [alternative text]
Audio <audio src="[file path here]" controls></audio>
Video <video src="[file path here]" controls loop></video>
Unordered List
    Ordered List
      List Item
    1. Button <button></button>
      Table
      Table Row
      Table Cell
      Column Header