-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtask.html
52 lines (47 loc) · 2.29 KB
/
task.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Webfejlesztés</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.26" />
<link rel="icon" href="icon.png" type="image/x-icon"/>
<link rel="stylesheet" href="web.css">
</head>
<body background="hat.png"></body>
<div id="menu"><a href="index.html"><img src="logo.png" style="float:left;width:45%;position:relative;left:20px;top:20px;"></a>
<center>
<h2>Richard Vas</h2><br><br>
<A HREF ="index.html">Home</b></A> |
<A HREF ="introduction.html">Introduction myself</A> |
<A HREF ="task.html">About task</A> |
<A HREF ="email.html">Contact</A>
</center>
<div id="link"><p class="e"><a href="introduction.html">Back</a></p>
<p class="x"><a href="weather.html">Next</a></p>
<center><h1>About the task!</h1></center><br><br>
In Codecool,We always have a special mission every week,and that's excatly happened this week too.<br>
We got a task to make a site with HTML, CSS, JavaScript without any curriculum from mentors.<br>
Here are some site,which helped me to create this web page.<br>
<center>
<h3>HTML:</h3><br>
<iframe src="http://www.w3schools.com/html" width="790" height="400" ></iframe><br>
<iframe src="http://www.tutorialspoint.com/html/" width="790" height="400" ></iframe><br>
<h3>CSS:</h3><br>
<iframe src="http://www.w3schools.com/css/" width="790" height="400" ></iframe><br>
<iframe src="http://learn.shayhowe.com/html-css/" width="790" height="400" ></iframe><br>
<h3>JavaScript:</h3><br>
<iframe src="http://www.w3schools.com/js/" width="790" height="400" ></iframe><br>
<iframe src="http://www.learn-js.org/" width="790" height="400" ></iframe><br>
</center>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70345950-1', 'auto');
ga('send', 'pageview');
</script>
</html>