Χρώμα κειμένου
<p
style="color:red;">I am red</p>
<p
style="color:blue; text-align:center;font-size:50px;">I am
blue</p>
<p
style="font-size:50px; color:red; font-family:courier;">I am
big</p>
Χρώμα φόντου κειμένου
<h1
style="background-color:SlateBlue;">SlateBlue</h1>
<h1
style="background-color:Violet;">Violet</h1>
<h1
style="background-color:LightGray;">LightGray</h1>
Χρώμα περιγράμματος
<h1
style="border: 2px solid Tomato;">Hello World</h1>
<h1
style="border: 2px solid DodgerBlue;">Hello World</h1>
<h1
style="border: 2px solid Violet;">Hello World</h1>
Χρώμα με RGB
<h1
style="background-color:#ee82ee;">#ee82ee</h1>
<h1
style="background-color:#ffa500;">#ffa500</h1>
<h1
style="background-color:#6a5acd;">#6a5acd</h1>
<table
style="width:50%" align="center" border="5px"
>
<tr
align="left">
<th>ΠΟΛΗ</th>
<th>ΠΛΗΘΥΣΜΟΣ</th>
<th>ΜΕΣΗ ΗΛΙΚΙΑ</th>
</tr>
<tr>
<td>ΚΑΣΤΟΡΙΑ</td>
<td>11000</td>
<td>50</td>
</tr>
<tr>
<td>ΚΟΖΑΝΗ</td>
<td>50000</td>
<td>30</td>
</tr>
</table> <br> <br>
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου