Sample html website
Example of an html websiteThis HTML translated into a web page that looks something like this:
Example Basic HTML Page
The HTML is really a very easy one. The text is plain text, with instructions surrounded by "" signs, or between a "&" and a ";". Because you can copy parts of HTML from other pages that do what you want, and then modify the text, you don't really need to know much about HTML to make a page!
The page is displayed on the leftside as it is displayed in your web browsers, and the corresponding HTML on the right. HTML tags are associated with an explanation of how they work. Normally HTML does not use line feeds for normal text. The reason for this is that the page creator has no way of determining the user's monitor display format or the kind of format for which he has configured his web browsers.
When you want to make a line feed at a specific point, you can use the "" instruction or, for a carriage return, the "" instruction, which inserts a space line. Title text ("") inserts a space above and below the title text. For example, "" will mark the beginning of a headline of 4 and "" will mark the end.
With the exception of the adding of the "/", the close instruction is always the same as the open instruction. Sometimes modifications are inserted into the opening instruction < > together with the base instruction. It is not necessary to repeat the Modificator in the close instruction. The page is displayed on the leftside as it is displayed in your web browsers, and the corresponding HTML on the right.
HTML tags are associated with an explanation of how they work. When you want to make a line feed at a specific point, you can use the "" instruction or, for a carriage return, the "" instruction, which inserts a space line. Title text ("") inserts a space above and below the title text.
Sometimes modifications are inserted into the opening instruction < > together with the base instruction. It is not necessary to repeat the Modificator in the close instruction.