HTML Basics

E-mail Print PDF

( 4 Votes )
User Rating: / 4
PoorBest 

Lets Start:

The Structure of a HTML-Site is every Time the same:

<html>
  <head>
    <title>Hello HTML</title>
  </head>
  <body>
    <p>Hello World!</p>
  </body>
</html>


(The text between "title" Tags describes the web page, and the text between the "Body" Tags
Hello World'
is the visible page content. The markup text

'Hello HTML'
defines the browser tab title.)

!!! Remember: To Design your Page in Our HTML & Pagecreator (MyPage at Web-Website.de)
You need only the Tags Between the "Body Tags" (
<p>Hello World!</p> )
In other words:
--> Our Members in the HTML & Pagecreator don't need the "HTML" - "HEAD" & "BODY"
Tags !!

Element examples

Header of the HTML document:.... Usually the title should be included in the head, for example:

<head>
  <title>The title</title>
</head>
(You don't need this in our Pagecreator)


 

joomla counter