الجمعة، 7 مارس 2014
2:12 م

الدرس السادس في HTML : كتابة باللغة العربية وتغير اتجاه الكتابة

<html>

<meta charset="UTF-8" />

<head>
<title> test html </title>
</head>
<body>
<center>
<b> مرحبا بكم في مدونة احمد تكنو </b>
</center>
</body>


</html>

output:

change direction:
<html dir="rtl">    // or <html dir="ltr">

<meta charset="UTF-8" />

<head>
<title> test html </title>
</head>
<body>

<b> مرحبا بكم في مدونة احمد تكنو </b>

</body>


</html>
output:


0 التعليقات:

إرسال تعليق