Preview Editor
Metatags
Text Editor
Webpage Tips
Validator
Doctypes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>How to Build A Website</title> </head> <body> <h1>My First Webpage</h1> <p> Fist Paragraph.<br /> Notice the Page Title are between the <head></head> tags? remember this rule applies to every page. Your page title can consist 63 characters, however, i recomend using sixty. Every dot, comma and space between words must be counted as a single character. </p> <p> Second Paragraph: Notice the <br /> tag in the first paragraph? You can use it to skip to the next line on a page, stack specified lines of text ontop of each other, or add extra space betwwen paragraphs. </p> <p> Page Footer </p> </body> </html>
Generate Preview
Clear All
Reload