Code: Select all
<html>
<head>
<title> POST YOU TITLE HERE </title>
</head>
<body> YOUR "BODY" TEXTS AND STUFF COMES HERE
</body>
</html>
whatever you open must be closed by simple placing a '/' before like:
</body> </html> etc.
So now lets make a simple page in html.
Open notepad and type the following:
- <html>
<head>
<title> My first page </title>
</head>
<body> Welcome to sethioz.co.uk </body>
</html>
This is just basic, I'll write tutorial for more advanced stuff in some time.
you can try these tags yourself:
- <b> .... </b> [Bold text]
<i> .... </i> [Italic text]
<u> .... </u> [Underlined text]
<s> .... </s> [Strike out text]