-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
40 lines (40 loc) · 2.32 KB
/
Assignment.html
File metadata and controls
40 lines (40 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anime Is the Best!</title>
<meta charset="utf-8">
</head>
<body>
<h1>Why Anime is so great.</h1>
<main>
<h6>It is great for three reasons:</h6>
<h3>1. The ability to convey emotions easily.</h3>
<p>Through larger than life animation and the use of metaphorical imagery, an anime character's emotional state is quickly and accurately communicated to the viewer.</p>
<blockquote cite="https://www.japanpowered.com/japan-culture/animes-visual-language">
Anime and manga have a unique visual language that conveys character emotions and thoughts.
Many of us “regular” anime watchers are so familiar with these symbols that we don’t give them a second thought.
These symbols (like the vein popping out, as shown to the left) can make anime confusing for people new to anime.
<cite>~ Chris Kincaid on japanpowered.com</cite>
</blockquote>
<h3>2. The ability to make amazing scenes without immersion breaking special effects.</h3>
<p>In live action movies and shows, the visual difference between what is real and what is artificially created can break a viewers immersion. In anime everything is uniform to the style of the artist who can create seemless worlds and scenes without visual dissonance.</p>
<img src=demonSlayerWaterForm.png alt="Tanjiro Water Breathing Dragon">
<p><cite>Demon Slayer: Kimetsu no Yaiba</cite></p>
<h3>3. The inclusion of empathy in many characters.</h3>
<p>Coming from non-Western cultures, anime often portrays its characters with empathy by giving them plenty of background. It also portrays them as having empathy by often giving second chances to the antagonists in the stories.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/oX4cJCghzgs">
</iframe>
</main>
<p><a href="Dog.html">Click here if you don't care and want to see a cute dog instead.</a></p>
<p><a href="https://en.wikipedia.org/wiki/Norwegian_Forest_cat#/media/File:Norwegian_Forest_Cat_in_snow_(closeup)_(cropped).jpg">Or click here to see a cat</a></p>
</body>
<footer>
<p>Author: Joshua Otterman</p>
<p><a href="mailto:joshuakent27@gmail.com">joshuakent27@gmail.com</a></p>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Picture</a>
<a href="Dog_Video.html">Dog Video</a>
</nav>
</footer>
</html>