مهمة :التدرب على لغة التنسيقات

<!DOCTYPE html>
<html>  
<head>     
   <meta charset="utf-8">     
 <title>مهمة التدرب على لغة التنسيقات</title> 
 </head>
   <style>
p{width:400px;background:#C71585;color:#FFF0F5;}
div p {width:400px; background:#FF69B4;color:#DCDCDC;}
body{background:#FFC0CB;}  
 </style> 
 <body>         
 <p>
Never give up. Today is hard, tomorrow will be worse, but the day after tomorrow will be sunsahin</p>
 <div> <p>
If you work just for money, you'll never make it, 
but if you love what you're doing success will be yours
        </p></div>
</body>
</html>
1 Like