-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
100 lines (100 loc) · 2.33 KB
/
contact.html
File metadata and controls
100 lines (100 loc) · 2.33 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr><!--1-->
<td colspan="2"><h1>HTML5</h1></td>
</tr>
<tr><!--2-->
<td colspan="2">
<table>
<tr>
<td rowspan="5"><a href="images/html_tutorial.pdf">HTML5</a></td>
<td>|</td>
<td> <a href="images/css_tutorial.pdf">CSS3</a></td>
<td>|</td>
<td> <a href="images/javascript_tutorial.pdf">JS</a></td>
<td>|</td>
</tr>
</table>
</td>
</tr>
<tr><!--3-->
<td>
<table><!-- left-->
<tr>
<td>
<table>
<tr>
<td>
<img src="images/html.png" width="100" height="100">
</td>
<td>
<h3>this is a about HTML5</h3>
<p>what is html please read more</p>
<a href="images/html_tutorial.pdf">readmore</a>
</td>
</tr>
<tr>
<td colspan="10">
<hr>
</td>
</tr>
<tr>
<td>
<img src="images/css.png" width="100" height="100">
</td>
<td>
<h3>this is a about CSS</h3>
<p>what is CSS please read more</p>
<a href="images/css_tutorial.pdf">readmore</a>
</td>
</tr>
<tr>
<td colspan="10">
<hr>
</td>
</tr>
<tr>
<td>
<img src="images/js.jpg" width="100" height="100">
</td>
<td>
<h3>this is a about Javascript</h3>
<p>what is Javascript please read more</p>
<a href="images/javascript_tutorial.pdf">readmore</a>
</td>
</tr>
<tr>
<td colspan="10">
<hr>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<h3>sidebar links</h3>
<br>
<a href="images/html_tutorial.pdf">HTML</a>
<br>
<a href="images/css_tutorial.pdf">HTML</a>
<br>
<a href="images/javascript_tutorial.pdf">HTML</a>
<p><h3>Other weidgets</h3></p>
<hr>
<p>this is photoshop
Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum.</p>
</td>
</tr>
<tr>
<td colspan="2" align="center"><h5>copy right@yoursite.all right reservied</h5></td>
</tr>
</table>
</body>
</html>