الجمعة، 7 مارس 2014
1:05 م

الدرس الثالث في HTML: تغير لون النص والخلفية

<html>


<head>
<title> texts html </title>
</head>

<body>
<font color='yellow'> ahmed </font>
<p style="color:gray;"> computer engineering </p>
<h3 style="color:blue;"> ahmed techno </h3>
<h1 style="color:green;">university of technology</h1>

</body>


</html>


OUT PUT:-

background:

<html>


<head>
<title> texts html </title>
</head>

<body bgcolor="#000000;">// <
<p style="color:white;"> Ahmed</p>
</body>


</html>


OUT PUT:-




0 التعليقات:

إرسال تعليق