يتناول الكتاب تعلم برمجة الويب باستخدام HTML5 و CSS3، كخطوة أساسية للمبتدئين. يشرح الكتاب الفرق بين الإصدارات السابقة لهذه اللغات ويدعو المطورين لتعلم الأساليب الحديثة. كما يسلط الضوء على أهمية تطوير الويب والتقنيات المتاحة لتحسين تجربة المستخدم.
31. ٖٔ
العنصر<em>العنصر توفر النص أسفؿ خط لوضع و ,)<u>النص لشطب و ,Deleteتوفر
العنصر<del>:المثاؿ سبيؿ عمى التالية ةرالشيف لنشاىد ,
<html>
<head>
<title>إٌظٛص رٕس١ك ٌؼٕبطش اخزجبس طفحخ</title>
</head>
<body>
<p>
This is a sample text to demonstrate
<b>bold</b>,
<i>italic</i>,
<u>underline</u> and
<del>delete</del> tags.
<!-- ًاسـش ٌٍٕضٚيًاٚاحذ <br/> اسزخذِٕب -->
<br/>
You may use other tags to generate the same output:
<br/>
This is a sample text to demonstrate
<strong>bold</strong>,
<em>italic</em>,
<u>underline</u> and
<del>delete</del> tags.
</p>
</body>
156. ٔ٘ٙ
نافذة حجـ تغير مع عددىا يتغير و منيا لكؿ ثابت عرض عمى األعمدة تحافظ يقةرالط
.المستعرض
.المتعددة األعمدة خصائص مع ًاسابق ةرالمذكو البادئات نفس تستخدـ :ممحوظة
:األولى يقةربالط المتعددة األعمدة إنشاء يعرض التالي المثاؿ
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
.newspaper
{
-webkit-column-count:3;
}
</style>
</head>
<body>
<div class="newspaper">
this is a sample content this is a sample content this is a
sample content this is a sample content this is a sample content
this is a sample content this is a sample content this is a
sample content this is a sample content this is a sample content
this is a sample content this is a sample content this is a
sample content this is a sample content this is a sample content
this is a sample content this is a sample content this is a
sample content this is a sample content this is a sample content
this is a sample content this is a sample content this is a
sample content this is a sample content this is a sample content
this is a sample content this is a sample content.