Advertisement
Guest User

Untitled

a guest
Jun 20th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html dir = "rtl">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>دورة تعليمية في ال HTML - ArabICT</title>
  6.         <link rel="stylesheet" type="text/css" href="style.css">
  7.            
  8.         <style type="text/css">
  9.         </style>
  10.     </head>
  11.     <body>
  12.         <h1>درس اليوم:القوائم</h1>
  13.        
  14.         <ul style="list-style-type:square">
  15.             <li>عمر</li>
  16.             <li>أحمد</li>
  17.             <li>خالد</li>
  18.         </ul>
  19.        
  20.         <ol type="i">
  21.             <li>عمر</li>
  22.             <li>أحمد</li>
  23.             <li>خالد</li>
  24.         </ol>
  25.            
  26.        
  27.     </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement