HTML FİELDSET VE LEGEND

R

Rooster

only business
Super Moderator
Joined
Aug 10, 2019
Messages
3,215
Reaction score
4,728
Location
Milano
Form elemanlarını konularına göre gruplamak için kullanılan etiketlerdir. Formun düzenin algısını arttırması ve kullanımını kolaylaştırması bakımından çok faydalıdır. <legend> etiketi gruplanmış elemanlara bir başlık oluşturur.



Code:
<fieldset>

<legend>Kişisel Bilgiler</legend>

<table>
    <tr><td>Ad Soyad : </td><td><input type="text" /></td></tr>
    <tr><td>Doğum Tarihi : </td><td><input type="text" /></td></tr>
</table>

</fieldset>

<br/>

<fieldset>

<legend>İletişim Bilgileri</legend>

<table>
    <tr><td>Telefonu : </td><td><input type="text" /></td></tr>
    <tr><td>Adresi : </td><td><textarea></textarea></td></tr>
</table>

</fieldset>
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom