Last active
August 9, 2016 11:10
-
-
Save ischroedi/070fecfb5bd2bc122ac0c896c8682f81 to your computer and use it in GitHub Desktop.
IPND Stages 0-1: Make a Web Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Marios Lessons of IPNG </title> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<div class="TOC"> | |
<h1>TOC of IPND-Course</h1> | |
<ol>How the web works | |
</ol> | |
</div> | |
<div class="content"> | |
<h1>Lesson 0 - the start</h1> | |
<h2>How the web works</h2> | |
<p>A client communicate with the server and getting HTML text. The browser shows the markuped language into an well-written dokument | |
</p> | |
<h1>Lesson 1 - HTML</h1> | |
<h2>Boxes, Grids and Rules</h2> | |
<p> | |
<b>HTML, CSS and DOM</b>, Dividing the webpage in a grid and give boxing names</p> | |
</div> | |
<div class="ressources"> | |
<h3>Further Ressources on web</h3> | |
<ol> | |
<li>Slack Chat of IPNG</li> | |
<li>codepen.io</li> | |
<li>Youtube Channel</li> | |
<li>W3c school</li> | |
</ol> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment