Html quick reference

From thelinuxwiki
Jump to: navigation, search

body

<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>


Blank space

&nbsp

link

<a href="url">link text</a>

image

<img src="pic_trulli.jpg" alt="Italian Trulli">