forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (83 loc) · 3.64 KB
/
index.html
File metadata and controls
89 lines (83 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<main>
<header>Meron Art</header>
<div class="learns">
<p>Art is a diverse range of human activity, and resulting product, that
involves creative or imaginative talent expressive of technical
proficiency, beauty, emotional power, or conceptual ideas.
There is no generally agreed definition of what constitutes art, and
its interpretation has varied greatly throughout history and across cultures.
The three classical branches of visual art are painting, sculpture, and architecture.
Theatre, dance, and other performing arts, as well as literature, music, film and other
media such as interactive media, are included in a broader definition of the arts.
Until the 17th century, art referred to any skill or mastery and was not differentiated
from crafts or sciences. In modern usage after the 17th century, where aesthetic
considerations are paramount, the fine arts are separated and distinguished from
acquired skills in general, such as the decorative or applied arts.
</p>
<div class="learn">
<a href="https://www.google.com/search?q=why+art+is+important&oq=why+art+is+important&aqs=chrome..69i57j0i512l9.10168j0j9&sourceid=chrome&ie=UTF-8">Learn more</a>
</div>
</div>
<div class="frame">
<iframe width="695" height="391" src="https://www.youtube.com/embed/rFYgGG2Rgd0"
title="NYC Art Gallery Tour of Chelsea & Meatpacking" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="float">
<h2>Gallery Video</h2>
</div>
</div>
<section class="break">
<br>
<div class="broke">
<h2>Meaning Of Art</h2>
<article>
Art gives us meaning and helps us understand our world. Scientific studies
have proven that art appreciation improves our quality of life and makes us feel
good. When we create art, we elevate our mood, we improve our ability to problem
solve, and open our minds to new ideas. </article>
</div>
<div class="learn">
<a href="https://www.google.com/search?q=why+art+is+important&oq=why+art+is+important&aqs=chrome..69i57j0i512l9.10168j0j9&sourceid=chrome&ie=UTF-8">Learn more</a>
</div>
<br>
<div class="arty">
<h2>Summary</h2>
<article>When you look at the paintings made in caves and rocks by the ancient people, it
gives us an idea about their culture. So, art is a form of preserving culture. It
reflects a society's beliefs, cultural values, etc.</article>
</div>
<div class="learn">
<a href="https://www.google.com/search?q=why+art+is+important&oq=why+art+is+important&aqs=chrome..69i57j0i512l9.10168j0j9&sourceid=chrome&ie=UTF-8">Learn more</a>
</div>
</div>
</section>
</main>
<footer>
<div class="about">
<h3>for more info click at</h3>
<a href="https://www.google.com/search?q=why+art+is+important&oq=why+art+is+important&aqs=chrome..69i57j0i512l9.10168j0j9&sourceid=chrome&ie=UTF-8">Why art is important</a>
<address>
contact: [email protected]
</address>
</div>
</footer>
</body>
</html>