[Tutorial HTML] Atributul "nowrap"

Locked
User avatar
Every
Membru
Membru
Posts: 531
Joined: 8 years ago
Location: Bucuresti
Has thanked: 0
Been thanked: 0
Zodiac:
Age: 22
Contact:
Status: Offline

8 years ago

Nume Tutorial:Atributul " nowrap "
Descriere:
Download:Nu necesita!
Autor:Anonim
Sursa (Link-ul oficial):
html-tutor

Propria parere:De ajutor!
Tutorialul:Atributul nowrap apartine elementelor <td> si <th> ; el interzice intreruperea unei linii de text.Astfel , in tabel pot aparea coloane cu o latime oricat de mare.

Code: Select all

<html>
<head><title>tabelex_14</title></head>
<body><h1 align=center>Un tabel cu celule de latime mare</h1><hr>
<table border="0">
<tr> <td>cell 11</td> <td>cell 12</td></tr>
<tr> <td nowrap>cell 21</td> <td>cell 22 este foarte lata,aceasta celula este foaret lata.</td></tr>
</table>
</body>
</html> 
[/i][/b]
Locked

Return to “HTML”