Informatică, întrebare adresată de sandupatricia7, 8 ani în urmă

Bună! Am de facut un site in html. Ma poate ajuta cineva vă rog?

Anexe:

Răspunsuri la întrebare

Răspuns de CatalinGrigoriev
1

<DOCTYPE html>

<html>

<head>

<title>Vacanta de Paste</title>

</head>

<style>

header {

background-color : yellow;

text-align : center;

text-transform : uppercase;

color : green;

}

a { text-decoration : none; color : black; font-family : Arial; margin-top : 10px;}

table, th, td {

 border: 2px solid blue;

 border-collapse: collapse;

 padding : 5px;

}

img { display: block;vertical-align: top}

</style>

<body>

<header>Vacanta de Paste</header>

<ul>

Adrese:

<li><a href="#">Pagina 1</a></li>

<li><a href="#">Pagina 2</a></li>

<li><a href="#">Pagina 3</a></li>

</ul>

<table>

<td><img src="https://picsum.photos/200/300"/></td>

<td><img src="https://picsum.photos/200/300"/></td>

<td><img src="https://picsum.photos/200/300"/></td>

</table>

</body>

</html>


sandupatricia7: Mersi mult de tot!
Alte întrebări interesante