Select A blank document and ensure Strict DTD tick is ticked
Create in: New Tab
Click Create
Click the Source button ( below the large blank window)
View the source code
Note that there is no content in both the <title> & <body> tags.
Content will now be added
Click the Preview button
Click Format (Near top of window)
Mouse down to Paragraph slide over to the right
Click Paragraph
In the Large blank Design Window Type in or Copy from the Tutorial & Paste into Kompozer design Screen Your Page CONTENT goes here and is in a Paragraph
Click Format > Page Title and Properties
In the Page Properties window
Type or Paste in
Your Page TITLE goes here
Click OK
Click the Source button ( below the large blank window)
View the source code it should look like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Your Page TITLE goes here</title>
</head>
<body>
<p>Your Page CONTENT goes here and is in a Paragraph<br></p>
</body>
</html>
Note that
Your Page TITLE goes here
has been placed within the <title> tags and
<p>Your Page CONTENT goes here and is in a Paragraph</p>
between the <body> tags as follows
KompoZer - annoyingly often adds a <br> line break tag. These can be removed by using:
Click File > Save as
In File name:
ALTER the suggested name probably
Your Page TITLE goes here.html
to index.html
Note: File names
in HTML should never contain spaces
Choose the folder you created which I suggested as:
C: > Users > Your User Name >my-first-web-pages
Click Save button
KompoZer Create a New Web Page
The above creates a document that is similar to our lesson