Quote (Kalms @ Apr 7 2020 01:16am)
Hey mate. Hope you're well. I'm a Web developer for a job, if you need any help you can ask on Discord and ill try and help. What are you using as a source for learning currently? I may have some inexpensive video tutorials I can link you to to help :)
It's quite basic currently, but your HTML is done correctly so far :)
i did take tut curese few years ago but i think it really cool you can get much with out use to many codes if it been done right.
take a look at my update on the website
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ida&bjorn</title>
<style>
body{
background-color:grey;}
.banner{
width:100%;
height:75px;
background-color:grey;
border-bottom:3px solid black;}
.indhold{
text-align:center;}
li{list-style:none;}
</style>
</head>
<body>
<div class="banner"></div>
<div class="indhold">
<ul>
<li>hjemmesider
<ul>
<li><a href="#">gratis</a></li>
<li><a href="#">betalt</a></li>
</ul>
</li>
</ul>
<b>1. info</b>
<p>vi gaa start online!</p>
<p>----------------</p>
<b>2.system koder</b>
<ul>
<li>sidest nyt
<ul>
<li>05-04-2020</li>
</ul>
</li>
<li><a href="#">se alle koder</a></li>
</ul>
<p>der kommer løbene nye koder</p>
<p>----------------</p>
<b>linux dos koder</b>
<p>(pwd) viser hoved mappe</p>
<p>(ls) viser indhold mer info -i -a -li -f -il</p>
<p>(cd) skifter mappe</p>
<p>(cp) kopier filer. for mapper -a</p>
<p>(mv) fyltter fil eller mappe</p>
<p>(mkdir) ny fil eller mappe</p>
<p>(rm) sletter filler. for mapper -rf</p>
</div>
</body>
</html>