-
Notifications
You must be signed in to change notification settings - Fork 0
/
htmlStory.html
30 lines (30 loc) · 1.51 KB
/
htmlStory.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="m.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<p> <pre>
When I first started having a playing around with web development, I
realised that html and css were the dynamic duo of the web world. I like
to relate most things in life to maori aspects where I can so that I can
relate to things a bit more. In this case the html was like the strong
reliable structure of a whare. He was dedicated to providing a strong
foundation and organising elements of a website, similar to the beams and
posts of a wharenui that provide stability. With html I was able to build
the essential parts of my site. A foundation made up of headings
paragraphs adding links. But just like any whare if it was just the
skeleton or foundation it would not feel or look complete. Thats exactly
how my web page looked with just html. Thats when css came in to the play.
She was like the tukutuku panels that line the walls of a whare beautiful
patterns and colours , she was an artist. She was that missing something
that took it from dull to wow. Adding fonts, layouts , hover effects and
smooth transitions bringing life to my site . Learning to work with html
and css gave my website a strong foundation , while css added beauty and
style.
</p> </pre>
</body>
</html>