-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 979 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="script.js" defer></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<form id="aform">
<fieldset>
<legend>قم بتحديد المدينة المسجلة سيارتك حسب ترقيمها</legend>
<div class="display">
<label for="Plate">
أدخل رقم السيارة الموجود على أقصى اليمين لمعرفة المدينة أو الإقليم التابعة له
</label><br>
<input type="text" name="Plate" id="plate" size="50" autocomplete="off">
<br>
<input type="button" id="btn" value="Check"></input>
<p id="answer"></p>
<img src="Expl.JPG" alt="Explanation of licence plate in morocco">
</div>
</fieldset>
</form>
</body>
</html>