ZAWARTOŚĆ PLIKU HTML O NAZWIE index.html :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section class="left">
<h1>Aktualności</h1>
<div class="leftone">
<h2>Co robimy?</h2>
<ol>
<li>Pomagamy w nauce</li>
<li>Informujemy o prawach ucznia</li>
<li>Prowadzimy finanse klasy</li>
</ol>
</div>
<div class="lefttwo">
<h2>Skład Rady:</h2>
<table>
<tr>
<td rowspan="3" class="td1">Jan Abacki Przewodniczący</td> <td>Anna Babacka</td>
</tr>
<td>Anna Cabacka</td>
<td>Krzysztof Nowak</td>
</table>
</section>
<section class="right">
<h1>Nasza Klasa</h1>
<div class="rightone">
<img src="" alt="dowolne zdjęcie klasy">
<footer>Autor strony: Jan Abacki</footer>
</body>
</html>
ZAWARTOŚĆ PLIKU CSS O NAZWIE style.css :
.left {
width: 33%;
background-color: #993C2A;
float: left;
height: 1000px;
}
.right {
width: 67%;
background-color: #C38135;
footer {
clear: both;
background-color: #4C1F19;
text-align: right;
color: white;
height: 30px;
font-size: 30px;
h1 {
text-align: center;
font-size: xx-large;
td {
border: solid 1px #771B0C;
padding: 10px;
.leftone {
padding-top: 20px;
.lefttwo {
.rightone {
.td1 {
width: 100px;
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
ZAWARTOŚĆ PLIKU HTML O NAZWIE index.html :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section class="left">
<h1>Aktualności</h1>
<div class="leftone">
<h2>Co robimy?</h2>
<ol>
<li>Pomagamy w nauce</li>
<li>Informujemy o prawach ucznia</li>
<li>Prowadzimy finanse klasy</li>
</ol>
</div>
<div class="lefttwo">
<h2>Skład Rady:</h2>
<table>
<tr>
<td rowspan="3" class="td1">Jan Abacki Przewodniczący</td> <td>Anna Babacka</td>
</tr>
<tr>
<td>Anna Cabacka</td>
</tr>
<tr>
<td>Krzysztof Nowak</td>
</tr>
</table>
</div>
</section>
<section class="right">
<h1>Nasza Klasa</h1>
<div class="rightone">
<img src="" alt="dowolne zdjęcie klasy">
</div>
</section>
<footer>Autor strony: Jan Abacki</footer>
</body>
</html>
ZAWARTOŚĆ PLIKU CSS O NAZWIE style.css :
.left {
width: 33%;
background-color: #993C2A;
float: left;
height: 1000px;
}
.right {
width: 67%;
background-color: #C38135;
float: left;
height: 1000px;
}
footer {
clear: both;
background-color: #4C1F19;
text-align: right;
color: white;
height: 30px;
font-size: 30px;
}
h1 {
text-align: center;
font-size: xx-large;
}
td {
border: solid 1px #771B0C;
padding: 10px;
}
.leftone {
padding-top: 20px;
}
.lefttwo {
padding-top: 20px;
}
.rightone {
padding-top: 20px;
}
.td1 {
width: 100px;
}