<html>
<head>
<title>HTML Charset</title>
<Charset UTF="8">
</head>
<body>
<h2>HTML Charsets</h2>
<p>This page is to show about charsets.
<br>You start off with your usual html
<br>Next instead of moving on to body do head first
<br>Then title
<br>Then Charset (there is a variety of charsets so I'm just gonna use UTF-8)
<br>Close head then move on to body
<br> Here is is your main texts, tags etc.
<br>Close body and deal with closing
<br>don't forget how to copyright, which you'd find in useful charcters.</p>
<div>Copyright © Alan Masterton</div>
</body>
</html>
Make a free website with Yola