Informatică, întrebare adresată de MasterTheFlame24, 7 ani în urmă

Realizati, in HTML, un tabel cu 3 linii si 3 coloane in care sa inserati cate o poza​

Răspunsuri la întrebare

Răspuns de wolfmr489
1

Răspuns:

<!DOCTYPE html>

<html>

<head>

<style>

img {

width: 95%;

}

</style>

</head>

<body>

<img src=”html.gif” alt=”HTML Icon” width=”140″ height=”140″>

<img src=”html.gif” alt=”HTML Icon” style=”width:140px; height:140px;”>

</body>

<table>

<tr>

<td> <img src=”https://www.AnyWebPage.com/images/blue.jpg” width=”280″> </td>

<td> <img src=”https://www.AnyWebPage.com/images/orange.jpg” width=”280″> </td>

</tr>

<tr>

<td> <img src=”https://www.AnyWebPage.com/images/red.jpg” width=”280″ > </td>

<td> <img src=”https://www.AnyWebPage.com/images/black.jpg” width=”280″> </td>

</tr>

</table>

</html>

Sper ca te-am ajutat!


MasterTheFlame24: Mersi mult,sa te aiba in pazire Maica Domnului sau cea ce in care crezi tu
Alte întrebări interesante