-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 931 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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8"> <!-- unicode 8 format -->
<title> Rida </title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src=" AMR.PNG " border="1" height="150" width="150"alt="AMR EXAMPLE">
</td>
<td>
<h1> RIDA EL GHMARI </h1>
<p> <em> <strong> Automation Engineering and Inds. Syst develloper</strong></em></p>
<p> automation engineer and a developper of industriel solution</p>
</td>
</tr>
</table>
<hr wide="2"/>
<h1>Books</h1>
<ul>
<li> book 1</li>
<li>book 2</li>
</ul>
<h3>hobies</h3>
<ol>
<li> football</li>
<li>basketball</li>
</ol>
<h1><a href="work.html">School </a></h1>
<h1><a href="contact.html">contact </a></h1>
</body>
</html