Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0849de0

Browse files
committed
Add material for Week 1
1 parent ad5b395 commit 0849de0

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

teacher-prep/Week 1/Slides.pdf

522 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Attributes</title>
5+
</head>
6+
<body>
7+
<h3>Iron Man</h3>
8+
9+
<img src="http://i.annihil.us/u/prod/marvel/i/mg/2/d0/5232190d42df2/portrait_uncanny.jpg" />
10+
11+
<p> Tony Stark is the genius inventor/billionaire/philanthropist owner of Stark Industries. With his super high-tech Iron Man suit, he is practically indestructible, able to fly, and has a large selection of weapons to choose from - but it's Tony's quick thinking and ability to adapt and improvise that make him an effective leader of the Avengers. </p>
12+
13+
<a href="http://marvel.com/characters/29/iron_man" title="Iron Man" alt="Iron Man">More info</a>
14+
</body>
15+
</html>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Non-semantic Elements</title>
5+
</head>
6+
<body>
7+
<header>
8+
<h2>Marvel Heroes</h2>
9+
</header>
10+
<section>
11+
<h3>Iron Man</h3>
12+
<p> Tony Stark is the genius inventor/billionaire/philanthropist owner of Stark Industries. With his super high-tech Iron Man suit, he is practically indestructible, able to fly, and has a large selection of weapons to choose from - but it's Tony's quick thinking and ability to adapt and improvise that make him an effective leader of the Avengers. </p>
13+
</section>
14+
<footer>
15+
Copyright @2018
16+
</footer>
17+
</body>
18+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Standard HTML</title>
5+
</head>
6+
<body>
7+
This is a simple HTML
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)