xxxxxxxxxx
<html>
<head>
<style>
/* أي فقرة موضوعة في
الصفحة ستظهر بلون أحمر */
p {
color: red;
}
</style>
</head>
<body>
<p>Comments can be written on multiple lines.</p>
</body>
</html>
xxxxxxxxxx
<html>
<head>
<style>
/* أي فقرة موضوعة في
الصفحة ستظهر بلون أحمر */
p {
color: red;
}
</style>
</head>
<body>
<p>Comments can be written on multiple lines.</p>
</body>
</html>