jak zrobić stronę z grami w html i zrobiłem tak i niewiem co dalej
<HTML>
<HEAD>
<TITLE> MK.PL </TITLE>
</HEAD> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<BODY BGCOLOR="black" TEXT="green" VLINK="blue"
<FONT FACE="Arial">
<H1 ALIGN="center"> MK.PL </H1>
<P ALIGN="center">
<A HREF="dodaj link z tą grą"><H2>Dodaj grę</H2></A>
<A HREF="dodaj link z tym filmem"><H2>Dodaj film</H2></A>
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
Zanim podam kod html pare wyjaśnień co i jak.
1. zrób na pulpicie nowy folder np. o nazwie "Mojewww"
2. wejdź w ten folder. Teraz kliknij w nim prawym klawiszem myszy >Nowy>Dokument tekstowy
3. teraz wklej kod html podany niżej
4. teraz kliknij "zapisz jako" i daj nazwe np. strona.html
to wszystko :) w razie pytan napisz prywatną wiadomosc
kod html:
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Nazwa Strony wyświetlana u góry przegladarki</title>
<meta name="description" content=" ">
<meta name="keywords" content=" ">
<meta name="author" content="Twoja nazwa">
<meta name="generator" content="stronawww">
<style type="text/css">
div#container
{
width: 996px;
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
body
{
text-align: center;
margin: 0;
background-color: #F6F6F6;
background-image: url(images/bodybg.gif);
background-repeat: repeat-x;
color: #303030;
scrollbar-face-color: #F0F0F0;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #F0F0F0;
scrollbar-darkshadow-color: #696969;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #A0A0A0;
scrollbar-track-color: #C8C8C8;
}
</style>
<style type="text/css">
a
{
color: #0000FF;
text-decoration: underline;
}
a:visited
{
color: #800080;
}
a:active
{
color: #0000FF;
}
a:hover
{
color: #0000FF;
text-decoration: underline;
}
</style>
<style type="text/css">
#wb_Text1
{
background-color: transparent;
border: 0px #000000 none;
padding: 0;
}
#wb_Text1 div
{
text-align: left;
}
#wb_Text3
{
background-color: transparent;
border: 0px #000000 none;
padding: 0;
}
#wb_Text3 div
{
text-align: left;
}
#wb_Text4
{
background-color: transparent;
border: 0px #000000 none;
padding: 0;
}
#wb_Text4 div
{
text-align: left;
white-space: nowrap;
}
#wb_Text9
{
background-color: transparent;
border: 0px #000000 none;
padding: 0;
}
#wb_Text9 div
{
text-align: center;
}
#wb_CssMenu1 a
{
display: block;
float: left;
margin: 0px 4px 0px 0px;
color: #FFFFFF;
border: 1px #707070 solid;
background-color: #707070;
font-family: Georgia;
font-size: 24px;
font-weight: normal;
font-style: normal;
text-decoration: none;
padding: 3px 6px 3px 6px;
text-align: center;
}
#wb_CssMenu1 a:hover, #wb_CssMenu1 .active
{
color: #FFFFFF;
background-color: #E49938;
border: 1px #E49938 solid;
}
</style>
</head>
<body>
<div id="container">
<div id="wb_Shape1" style="position:absolute;left:22px;top:113px;width:961px;height:681px;z-index:0;">
<img src="images/img0001.gif" id="Shape1" alt="" style="border-width:0;width:961px;height:681px;"></div>
<div id="wb_Text1" style="position:absolute;left:24px;top:60px;width:962px;height:56px;z-index:1;">
<span style="color:#E49938;font-family:Georgia;font-size:48px;"><strong>Gry</strong></span></div>
<div id="wb_Text3" style="position:absolute;left:48px;top:130px;width:914px;height:41px;z-index:2;">
<span style="color:#467AA7;font-family:Georgia;font-size:35px;">Nazwa gry</span></div>
<div id="wb_Text4" style="position:absolute;left:48px;top:183px;width:914px;height:21px;z-index:3;">
<div style="line-height:17px;"><span style="color:#303030;font-family:Georgia;font-size:15px;">Opis gry itp.</span></div>
</div>
<div id="wb_Text9" style="position:absolute;left:34px;top:808px;width:962px;height:18px;text-align:center;z-index:4;">
<span style="color:#707070;font-family:Georgia;font-size:15px;">Copyright © 2010 Twoja Nazwa</span></div>
<div id="wb_CssMenu1" style="position:absolute;left:891px;top:8px;width:83px;height:53px;text-align:center;z-index:5;">
<a href="./index.html" class="active">index</a>
</div>
<div id="Html1" style="position:absolute;left:58px;top:219px;width:788px;height:522px;z-index:6">
<iframe src="http://media.jaludo.com/flight_of_the_hamsters.swf" width="600" height="400"></iframe></div>
</div>
</body>
</html>