HTML Tutorial
Free HTML Tutorial online
Free Tutorial HTML
HTML Tutorial
The purpose of HTML in the sense of all is to explain, in a most useful and at the same time pleasant, the basic notions of the HTML language and with them to initiate the future learners in the technique of creating a web page. During this course, you will find many examples, and in the last lesson, using the learned notions, we will together make the site of a particular kindergarten.
What is HTML?
HTML is the abbreviation for Hypertext Markup Language, which is actually the language that web browsers understand and with its help can display web pages. HTML is not hard to learn, as you can convince yourself in this course. It is enough to know the basic tags of this language (we will see later what these tags mean) in order to create a web page.
To do this you need to practice as much as possible, starting with the examples in the HTML course for everyone, to write the code for each example. This way you will acquire the basic knowledge very quickly, which will help you to create more and more efficient web pages.
HTML Tutorial pdf, notepad
Why do I have to learn HTML?
There are many programs with which writing HTML code is no longer needed, writing these programs in your place. But these programs are not the subject of this course, and in order to build a web page you need at least some basic knowledge of HTML that we tried to explain during the course. This course is addressed, first of all, to those who want to learn HTML, and thus, by writing the code, to have absolute control over the future web page.
These programs are called HTML editors and can be of two types: classic and WYSIWYG type editors (What You See Is What You Get, which translates into what you see is what you get). In the case of the second category of HTML editors, the users only have to deal with the graphic part, the page placement, etc., writing the HTML code, keeping in mind these programs. An observation worth noting is that the best HTML editors are not free.
My advice is to make web pages use an HTML editor, which is most useful to you, but only when you are familiar with HTML.
In conclusion, learning HTML has three major advantages:
it is very simple and does not require much time
offers absolute control over the web page creation
you can use within the pages that you will make "borrowed" HTML code sequences from other web pages
What do I need to know to get started learning HTML?
Learning HTML is very easy, you only need the following:
to know how to use a text editor (eg Notepad, etc.)
have at least one Internet browser (eg Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, etc.)
to do some free time (for example half an hour a day), to follow the course and to write each example you will meet here
- Wedus
- HTML form method
- HTML form select
- HTML form action attribute
- HTML form
- HTML Image tag, code
- How to code in HTML
- HTML text tag
- HTML text, how to display
- Container responsive styles
- HTML container tag
- HTML container
- HTML div style property
- How to put text in image HTML
- How to insert text in html code using javascript dynamically
- HTML background Image full screen responsive
- HTML List Bullet
- HTML List Style Type
- HTML List
- HTML Color Text
- HTML Colors
- HTML Image Align
- HTML Image Border
- HTML Image Background
- HTML Image Link
- HTML Image Size
- HTML Text Style
- HTML Text Align
- HTML Text Size
- HTML Text Color Style
- HTML Text Color
- HTML Table Color
- HTML Table Rowspan and Colspan
- HTML Table Width
- HTML Table Style
- HTML Table Border
- HTML Table
- HTML Font Face
- HTML Font Size
- HTML Font Color
- HTML headings tag, size, color, padding, align
- HTML div border color
- HTML div class tag attribute
- HTML div class container
- HTML form action - radio HTML form - how to create
- HTML comment one line and multiple lines
- HTML link open in new tab or window - how to create link
- How to create HTML link without underline
- HTML link tag with example
- HTML button action - How to create a HTML button action, size
- HTML button onclick - How to create a HTML button style onclick
- HTML button link - How to create a button style in HTML
- HTML table style, HTML border, width and height
- HTML image, size, link and image background
- HTML colors, background, text and border color
- HTML div style - div style class
- How to add text, paragraf in HTML
- HTML Tutorial - Tags and attributes
- HTML - Elements: body, head, title
- HTML Introduction
- Home HTML Tutorial
Tag <title>
In this section you will find general information about the web page, while the actual content of the page can be found in the tag. Before you save the file, remember that it needs the .html extension at the end.
Example2:
<html>
<head>
<title> Information on the content of the pages. My first web page!</title>
</head>
</html>
<head>
<title> Information on the content of the pages. My first web page!</title>
</head>
</html>
Tag <body>
The body element is the one that defines the beginning of the content of the actual pages (titles, paragraphs, code scripts, photos, videos, whatever).
As you can see in the next tutorial, we will treat all these content elements in turn.
For now, all you have to remember is that body encapsulates the entire content of the pages.
Example 3:
<!DOCTYPE html>
<html>
<head>
<title> Information on the content of the pages. My first web page!</title>
</head>
<body>
<h1> Information on the content of the pages. My first web page!</h1>
<p> Here we have a Paragraph</p>
</body>
</html>
Note: <p> (paragraph) we treat in the following 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.