-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_code.html
More file actions
66 lines (66 loc) · 1.89 KB
/
html_code.html
File metadata and controls
66 lines (66 loc) · 1.89 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
<html>
<head>
<title>Art Gallery </title>
</head>
<body>
<div>
<!--Header section-->
<img src="ag.jpg">
<ul>
<li>
<a href="#">HOME</a>
</li>
<li>
<a href="#">LOGIN/SIGNUP</a>
</li>
<li>
<a href="#">ABOUT US</a>
</li>
</ul>
</div>
<div>
<h3>AN ARTIST IS NOT PAID FOR HIS LABOUR BUT FOR HIS VISION</h3>
<h6>-JAMES WHISTLER</h6>
</div>
<div>
<h2>Top arts by our artists</h2>
</div>
<div>
<img src="photograph.jpg">
<p>Photo by someone </p>
</div>
<div>
<img src="world.jpg">
<p>EXHIBIT YOUR <br> PAINTINGS, ART <br> WORK, <br> PHOTOGRAPHS AND <br> WE ARE HERE
TO <br> CONNECT YOU WITH <br> EVERY CORNER OF <br> THE WORLD!!</p>
</div>
<div>
<h3>The art</h3>
<img src="painting1.jpg">
<img src="painting2.jpg">
</div>
<div>
<h3>The Artist</h3>
<img src="man.jpg">
<a href="#">Visit Profile</a>
</div>
<div>
<h3>The art</h3>
<img src="craft1.jpg">
<img src="craft2.jpg">
</div>
<div>
<h3>The Artist</h3>
<img src="woman.jpg">
<a href="#">Visit Profile</a>
</div>
<div>
<h2>ABOUT US</h2>
</div>
<div>
<p>WE ARE HERE TO OPEN THE <br> WORLD OF CREATIVENESS <br>
BEFORE YOU. YOU CAN PUT UP <br> YOUR TALENT IN PHOTOGRAPHY , <br>
ART AND CRAFT IN FREE OF COST <br> BY JUST SIGNING INTO UR <br> ACCOUNT</p>
</div>
</body>
</html>