d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > My Website > For Free
Add Reply New Topic New Poll
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Apr 6 2020 12:31pm
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ida&bjorn</title>
<style>
body{
background-image:url("");
background-color:grey;
}

</style>
</head>
<body>
<div class="banner"></div>
<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>
</body>
</html>

i will update later

you welcome to post what you think about it.
Member
Posts: 17,312
Joined: Mar 21 2009
Gold: 3,604.22
Apr 6 2020 05:16pm
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 :)
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Apr 8 2020 03:30pm
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>
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll