-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (68 loc) · 1.67 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="techno7">
<meta name="keywords" content="technology team">
<meta name="auther" content="ahmed">
<title>techno7</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header><h1 >Techno<sup>7</sup></h1><br></header>
<section>
<tr>
<div id="i">
<figure ></figure><label>The manager</label><br>
<img height="100" width="150" src="MAI_0441 copy.jpg" alt="logo"><br></figure>
</div >
<div class="content">
<h2><strong> My gols </strong></h2>
<ol>
<li>Developing</li>
<li>Educations</li>
<li>Collaborating</li>
</ol>
<span><h2> My team<sup>7</sup></h2></span>
<ul>
<li>Ahmed Azek</li>
<li>Amar Znem</li>
<li>Hassan Aqily</li>
</ul><br>
</div>
<table border="3">
<caption> <em><u>The diploma</em></u></caption>
<thead id="r">
<tr>
<th>Elbowroom</th>
<th>Cost</th>
<th>Cost after the lowering</th>
</tr>
</thead>
<tbody>
<tr>
<td>Web Developer</td>
<td><del>35000</del></td>
<td>25000</td>
</tr>
<tr>
<td>Cyber Security</td>
<td><del>50000</del></td>
<td>40000</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Application Developer</td>
<td><del>30000</del></td>
<td>20000</td>
</tr>
</tfoot>
</table>
<input class="button" type="button" value="subscribe" onclick="location.replace('study.html');" >
</section>
<article>
<p class="text">the technology it the powerist in the world</p>
</article>
</body>
</html>