GoDLike Comunity


Join the forum, it's quick and easy

GoDLike Comunity
GoDLike Comunity
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Checkpagerank.net
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 18 on Wed Mar 01, 2023 5:42 pm
Statistics
We have 1651 registered users
The newest registered user is lesn1k

Our users have posted a total of 558 messages in 467 subjects

[html]Cum creezi un tabel

Go down

 [html]Cum creezi un tabel Empty [html]Cum creezi un tabel

Post by MeG@DaN Thu Mar 10, 2011 12:51 pm

Asa
cum spune si titlul,in acest tutorial va voi arata cum puteti face
tabele in html,orice functie sa i zic asa ,are un anumit tag.
Tagul
tabelelor in html esteCod:
Code:
<table>-pentru
 a incepe
si Cod:
Code:
</table>-pentru
 a termina
.Dupa cum bine stiti,orice tabel are
randuri si celule,iar fiecaruia i corespunde un tag.

La Celule avem tagulCod:
Code:
<td>-pentru
 inceput de celula,si ca sa terminam  punem </td>
La randuri corespunde tag'ulCod:
Code:
<tr>-pentru a incepe un rand,iar
pentru  a'l "inchide" folosim </tr>
Pentru a
avea grosime sau border in termeni html,se foloseste la tagulCod:
Code:
<table> border
astfel
daca vrem sa aibe un border cat de cat vizibil punemCod:
Code:
<table border="1">

Un
exemplu de tabel este urmatorul:
Cod:
Code:
<table
 border="2">
<tr>
<td>StarMedia </td>
<td>Numarul
 1 in  tutoriale</td>
</tr>
<tr>
<td>Lumea
 e invidioasa pe STM</td>
<td>Da</td>
</tr>
</table>
MeG@DaN
MeG@DaN
Administrator
Administrator

Mesaje : 465
Data de inscriere : 17/12/2010
Localizare : Acasa

http://godlike.forumclan.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum