Der Supertext-Programmier-Kurs: HTML mit CSS

Wie beim 1. Teil des HTML Kurses können Sie auch diesesmal wieder alle Kursunterlagen runterladen:

https://www.dropbox.com/s/y10f269ebm8klxs/HTML_mit_CSS.zip?dl=0

Für die erste Übung heute können Sie den HTML Code unten einfach in ihr Texteditor kopieren.

 

<!DOCTYPE html>
<html>
<head>
 <title>Übung 1</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" >
</head>
<body>

HTML or HyperText Markup Language is the standard markup language used to create Web pages.

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like &lt;html&gt;). 

HTML tags most commonly come in pairs like &lt;h1&gt; and &lt;/h1&gt;, although some tags represent empty elements and so are unpaired, for example &lt;img&gt;.

</body>
</html>

 

Ich wünsche Ihnen auch für dieses Mal viel Spass!




Ähnliche Beiträge


Leave a Reply

Your email address will not be published. Required fields are marked *



*