Difference between revisions of "Html quick reference"

From thelinuxwiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
body
 +
 +
<html>
 +
<head>
 +
<title>Title of the document</title>
 +
</head>
 +
<body>
 +
The content of the document......
 +
</body>
 +
</html>
 +
 +
 
'''Blank space'''
 
'''Blank space'''
 
  &nbsp
 
  &nbsp

Latest revision as of 19:39, 12 June 2019

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">