Home Previous First steps Next Inhalt Index

Complete Source Code

The working window contains the body text of your HTML document. That is the contents of the body element.
<p>Sie haben die Auswahl zwischen Bearbeitung des normalen Textes (also die Alltagsarbeit) als auch Bearbeitung des vollen Dokumentkörpers, z. B. um den Titel zu ändern.</p>
Your want to change the title of the document. The title is contained inside the header element.
  • Save with menu File — Save.
  • Choose menu Tools — Preferences — Session — Body Only.
  • Choose menu File — Re-Open
The working window now contains the complete document body. You can overwrite the title.
<html>
<head>
<title>untitled</title>
</head>

<body>
<p>Sie haben die Auswahl zwischen Bearbeitung des normalen Textes (also die Alltagsarbeit) als auch Bearbeitung des vollen Dokumentkörpers, z. B. um den Titel zu ändern.</p>
</body>
</html>

Home Previous First steps Next Inhalt Index

MTE © Wolf Busch 2000-2001 - letzter Stand 30.06.2001