Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML - Coggle Diagram
HTML
html element
start tag <>
end tag </>
content
categories
block-level
inline-level
Tags serve different purpose
edit text e.g. <h1>
Can be nested
create tables <ul> and <li>
<img> for images
links <a href>
index.html
<!DOCTYPE html>
<html></html>
"root element" that includes everything
<head></head>
site's metadata
<body></body>
actual content
websites
static
dynamic
CSS for styling
Selectors
Properties {e.g. background-color)