Please enable JavaScript.
Coggle requires JavaScript to display documents.
html(hypertext markup language) by ZL - Coggle Diagram
html(hypertext markup language) by ZL
<p>
paragraph
<head>/<h>
heading
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<title>
title
link
<a href "website link"> "link"</a>
image
<img src "image link" alt= "image"
lists
ordered list
<ol>
unordered lists
<ul>
<li>
background colour
<body style="background-color:(colour)">
text formats
<b>
bold
<I>
italic
<strong>
important
<em>
emphasised
<mark>
marked