Skip to content

nischelwitzer/HTML-CSS-Lecture-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML/CSS Lecture Basics

HTML/CSS Lecture Basics

Kursunterlagen für den Basiskurs HTML/CSS an der FH JOANNEUM in Graz. Aktuelle Version für DEM (Department Management - Digital Entrepreneurship).

HTML Basics

Links

HTML

Template HTML5 Page

<!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>

About

HTML/CSS Lecture Basics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published