HTML/CSS Memo
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 | ||
Audio | <audio src="[file path here]" controls></audio> | |
Video | <video src="[file path here]" controls loop></video> | |
Unordered List | ||
Ordered List | ||
List Item | ||
Button | <button></button> | |
Table | ||
Table Row | ||
Table Cell | ||
Column Header |