Advertisement
Guest User

Untitled

a guest
Jun 18th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 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.         <img src="galaxy.gif" alt="مجرة درب التبان"  usemap="#galaxy" style="width:145px;height:126px;">
  14.        
  15.         <map name="galaxy">
  16.             <area shape="rect" coords="0,0,82,126" alt="الشمس" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B4%D9%85%D8%B3" target ="_blank"/>
  17.             <area shape="circle" coords="90,58,3" alt="عطارد" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D9%85%D8%B1%D9%8A%D8%AE" target ="_blank">
  18.             <area shape="circle" coords="124,58,8" alt="الزهرة" href="https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B2%D9%87%D8%B1%D8%A9" target ="_blank">
  19.         </map>
  20.  
  21.        
  22.     </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement