Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Created January 26, 2018 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save W3Schule/6f29641df2e0722bc02a37b19e98f30b to your computer and use it in GitHub Desktop.
Save W3Schule/6f29641df2e0722bc02a37b19e98f30b to your computer and use it in GitHub Desktop.
HTML Open End Tag Beispiel
<!DOCTYPE html>
<html>
<head>
<title>Seiten Titel</title>
</head>
<body>
<p>Dieses ist eine Paragraph ohne End Tag
<p>Dieses ist ein weiterer Paragraph ohne End Tag
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment