Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML - Coggle Diagram
HTML
01-HTML Basics
Headings - h1, h2...h6
Paragraphs - p
Formatting elements - <b>, <i>, <strong>
Lists - ul, li
Tables - table, tr, th, td
Links - a
Attributes - href
02-Intermediate HTML
2.1-ID's and classes
2.2-Entities and symbols
2.3-Forms
input
radio
select
size, multiple
datalist
textarea
cols, rows
submit button
input types - text, number, email, password, reset, color, file, search, URL, checkbox, image
2.4-Forms attributes
maxlength, minlength, value, placeholder, readonly, size, autofocus, width, height, multiple, required
2.5-Inline and Block elements
03-Advanced HTML
3.1-Video
src, width, height, controls, autoplay
3.2-Audio
src, controls
3.3-Youtube videos
iframe, src
3.4-Semantic elements
section, article, header, footer, nav, aside, figure/figcaption, mark, main, details/summary