Kursunterlagen für den Basiskurs HTML/CSS an der FH JOANNEUM in Graz. Aktuelle Version für DEM (Department Management - Digital Entrepreneurship).
- Editor: https://notepad-plus-plus.org/downloads/
- Browser: https://www.google.com/chrome
- Checker https://validator.w3.org/
- Kurs https://www.w3schools.com/html/default.asp
- Editor http://www.aptana.com/
- http://w3.nischi.at/
<!DOCTYPE HTML>
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>My first HTML5 Title</title>
</head>
<body>
My <b>first correct</b> HTML5 Page
<p>HTML5 Hello World</p>
<ul>
<li>Text HTML5 with List</li>
<li>Publishing: Server/FTP</li>
</ul>
</body>
</html>