Topic 3E: Emmet: Creating a New HTML File
Inline vs Block Elements
| Feature | Description |
|---|---|
| Inline | Flow with text — <span>, <a>, <em>. Width and height ignored. |
| Block | Take full width, start new line — <div>, <p>, <h1>. Respect width/height. |
Master HTML & CSS at Noble Desktop
Noble Desktop's Full-Stack Web Development Certificate teaches HTML, CSS, and JavaScript — the complete front-end foundation.
Explore our comprehensive Emmet tutorial that will guide you through creating a new HTML file, starting from creating a new file to coding within the body tag.