-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabloBicimleri.html
26 lines (26 loc) · 1.2 KB
/
tabloBicimleri.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<p style="border-style:solid; border-radius :5px; font-size: 30px ;">Merhaba</p>
<p style="border-top:solid ; border-left:double ; border-right:dotted ; border-bottom:dashed ;">Merhaba</p>
<p style="border:4px solid red;">Merhaba</p>
<p style="border:4px dotted red;">Merhaba</p>
<p style="border:4px dashed red;">Merhaba</p>
<p style="border:4px double red;">Merhaba</p>
<p style="font-size: 30px; font-family:'Arial' ; font-weight:bold ; font-style: oblique; font-variant: small-caps;">Merhaba</p>
<p style="font-size: 30px; font-family:'Arial' ; font-weight:bolder ; font-style: italic; font-variant: small-caps;">merhaba</p>
<p style="font-size: 30px; font-family:'Helvetica' ; font-weight:lighter ; font-style: normal;">Merhaba</p>
<p style="font-size: 30px; font-family:'Verdana' ; font-weight:300; font-style: inherit;">Merhaba</p>
<p style="font-size: 30px; font-family:'Franklin Gothic Medium' ; font-weight: 900; font-style: unset;">Merhaba</p>
</body>
</html>
<!--
solid:düz çizgi
dotted:noktalı tablo
dashed:düz noktalı
double:çift çizgi
-->