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

Urgent!!!!!!! TIC(CLASA A 9A) Nu inteleg. Va rog!

Anexe:

grigore2018: In HTML te referi?
grigore2018: Am sa incerc,daca este in HTML,raspunsul am sa ti-l dau mai pe urma,cam mult de lucru este

Răspunsuri la întrebare

Răspuns de grigore2018
2

HTML

<!DOCTYPE html>

<html>

<head>

 <meta charset="utf-8">

 <title>Recapitulare</title>

 <style>

  body {

   background: #c7b39b url(images/bg.jpg);  

   color: #fff;  

  }

 </style>

</head>

<body style="color:#ff6c36">

<h1 align="center">......</h1>

 <p style="font-family:arial; color:#FF0000;">Adauga text</p>

 <img src="URL" alt="....">

 <ul>

 <li>Windows</li>

 <li>Linux</li>

 <li>IOS</li>

</ul>

<table style="width:100%"

border: 1px solid black;

border-collapse: collapse;>

 <tr>

   <th>Canada</th>

   <th>SUA</th>  

   <th>Romania</th>

 </tr>

 <tr>

   <td>Moldova</td>

   <td>Suedia</td>  

   <td>Germania</td>

 </tr>

 <tr>

   <td>Franta</td>

   <td>Marea Britanie</td>  

   <td>Spania</td>

 </tr>

</table>

</body>

</html>


nicholasdomenip54lbc: Nu e bun. Am făcut cum am ştiut şi am luat 10.
Alte întrebări interesante