Coggle requires JavaScript to display documents.
style
<h1 style="color: purple">
<style>
html
<head>
<style> h1 { color: purple; } </style>
h2
.css
<link>
app.css
h1 { color: purple; }
<head> <title>My webpage</title> <link rel="stylesheet" href="app.css"> </head>
selector { property: value; }
selector
property
value
<h1>