Merhabalar MTP.V1 Üyeleri ve ziyaretçiler,
Bu platform üzerinde makale veya tanıtım oluştururken ekstra özellikler ve tasarımlar katarak içeriğinizi zenginleştirmek mümkün bugun bu makale ile size tablo özelliklerini ve tasarımlarını gösterip kodlarını vereceğiz.
Temel tablo
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
Temel tablo Kodu:
<table class="mg-b-0 table">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
ÇIZGILI SATIRLAR
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
ÇIZGILI SATIRLAR Kodu:
<table class="table table-striped mg-b-0">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
KENARLIKLI TABLO
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
KENARLIKLI TABLO Kodu:
<table class="table table-bordered mg-b-0">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
HOVERABLE TABLO
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
HOVERABLE TABLO Kodu:
<table class="table table-hover mg-b-0">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
TAM RENK ÇEŞİTLEMELERİ
RENK TON: 1
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 1 Kodu:
<table class="table table-bordered table-colored table-primary">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 2
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 2 Kodu:
<table class="table table-bordered table-colored table-info">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 3
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 3 Kodu:
<table class="table table-bordered table-colored table-success">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 4
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 4 Kodu:
<table class="table table-bordered table-colored table-warning">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 5
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 5 Kodu:
<table class="table table-bordered table-colored table-danger">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 6
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 6 Kodu:
<table class="table table-bordered table-colored table-teal">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 7
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 7 Kodu:
<table class="table table-bordered table-colored table-indigo">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 8
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 8 Kodu:
<table class="table table-bordered table-colored table-purple">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 9
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 9 Kodu:
<table class="table table-bordered table-colored table-pink">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>
RENK TON: 10
İD | İSİM | ROL |
---|---|---|
1 | Robert Downey Jr. | Demir Adam |
2 | Chris Pratt | Star-Lord |
3 | Josh Brolin | Thanos |
4 | Chris Evans | Kaptan Amerika |
5 | Tom Holland | Örümcek Adam |
RENK TON: 10 Kodu:
<table class="table table-bordered table-colored table-orange">
<thead>
<tr>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İD</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">İSİM</span></span></th>
<th><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">ROL</span></span></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">1</span></span></th>
<td>Robert Downey Jr.</td>
<td>Demir Adam</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">2</span></span></th>
<td>Chris Pratt</td>
<td>Star-Lord</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">3</span></span></th>
<td>Josh Brolin</td>
<td>Thanos</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">4</span></span></th>
<td>Chris Evans</td>
<td>Kaptan Amerika</td>
</tr>
<tr>
<th scope="row"><span style="font-size:12px"><span style="font-family:Verdana,Geneva,sans-serif">5</span></span></th>
<td>Tom Holland</td>
<td>Örümcek Adam</td>
</tr>
</tbody>
</table>