HTML Introduction Tutorial
HTML Tutorial » HTML Introduction
HTML is a text format designed to be read and edited using a simple text editor, editing and understanding pages in this way requires knowledge of HTML, which you can obtain by studying the lessons in this course.
There are also WYSIWYG ("What You See Is What You Get") graphic publishers, such as Macromedia Dreamweaver, Adobe GoLive or Microsoft FrontPage, which allow web pages to be treated in the same way as Word documents and they generate HTML code for the content of the page, but these programs generate an HTML code that is often overloaded and of poor quality.
HTML is also used in email. Most email applications use a built-in HTML editor for composing emails and an e-mail presentation engine of this type.
Example 1 My first HTML page:
<!DOCTYPE html>
<html>
<head>
<title>My Title Page</title>
</head>
<body>
<h1>Tis is a title h1 for my paragraph</h1>
<p>Here in this paragraph
we add the text that corresponds to the title</p>
</body>
</html>
HTML Introduction - html tutorial
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.