HTML/CSS Memo
Revision as of 15:35, 7 November 2024 by Kim (talk | contribs) (Created page with "{| class="wikitable sortable" |+ 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)|| <div></div> |- | Headline || <h1></h1> (h2, h3, h4, h5, h6) |- | Paragraph || <p></p> |- | Word wrapper || <span></span> |- | Link || <a href="[url here]">[link ti...")
| 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 | |
| Word wrapper | |
| Link | <a href="[url here]">[link title here]</a> |
| Image | <img src="[file path here]" alt="[alternative text]"> |
| Audio | <audio src="[file path here]" controls></audio> |
| Video | <video src="[file path here]" controls loop></video> |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |