Week 2

 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>

Comments