-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage{1}.html
More file actions
executable file
·26 lines (20 loc) · 827 Bytes
/
page{1}.html
File metadata and controls
executable file
·26 lines (20 loc) · 827 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Cover Page</title>
<link rel="stylesheet" href="page{1}.css">
</head>
<body>
<br>
<h1 class="hh">Hello Everyone!</h1><br><br><br>
<h2 class="h">Student: Md Zakaria</h2>
<h2 class="h">Instructor: (1) Shamim (2) Asad (3) Mitul</h2>
<h2 class="h">Main Course: Selenium with Java (QA Testing)</h2>
<h2 class="h">Part of course: Fundamental of web degin</h2><br><br>
<h3 class="hhh">About Project:<br>(a) 13 HTML pages<br> (b) 13 CSS pages<br>(c) 29 pictures</h3>
<br>
<p class="b"><img src="img.jpg" height="350" width="300"></p>
<p class="p">
<a href="file:///Users/Zakaria/Desktop/OSA011202009A/HW3/menu.html"><input type="button" value="Retun Home"></a></p>
</body>
</html>