Code my course:
LMS hacks 4 engagement
HTML Cheat Sheet
01. The Inventory (Tags)
<div>
The "Container." Use this to group things together in a box.
<details>
The "Accordion." Wraps the hidden content and the summary.
<summary>
The "Button." The visible title people click to reveal answers.
<span>
The "Highlighter." Use this to style just one word in a sentence.
02. The Skins (CSS)
Paste these inside style="..."
border: 2px solid #000;
Adds a thick black outline.
background: #bc13fe;
Changes the background color.
padding: 20px;
Adds breathing room inside the box.
margin: 20px;
Adds space outside the box.
cursor: pointer;
Changes mouse to a hand icon (good for buttons).
border-radius: 10px;
Rounds the sharp corners.
03. Color Palette
#bc13fe
#ccff00
#ff0055
#00f0ff