Update #5
Sorry for being inactive I've been on a course for my learners licence but i will be back to working on site and updating my blog post weekly. :)
Here's a photo of my site.
This blog has been archived, no further content will be uploaded or added. You are welcome to continue viewing posts, however commenting has been disabled
I have added a background and have made a boarder around the title of my site its not the best but its a start. but hears a screenshot of it.
I've started to work on my website and this is what I've done so far.
HTML is pretty difficult to learn when you first start using but after a while you start know more and i haven't learnt CSS yet but i will begin learning it as make my website better.
This is a snippet of code i have used <html>
<head>
<title>Page title</title>
</head>
<body> <div style="background-image: url();">
<h1>Ark Survival Evolved</h1>
<h3>Ark Survival Evolved is a open world action adventure survival game made by studio wildcard</h3> <ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">Base designs</a></li>
<li><a href="contact.asp">Dinos</a></li>
<li><a href="about.asp">Tips</a></li>
</ul>