Tuesday, April 17, 2012

Free Html tutorials

Most of the people think that creating a website is extremely difficult or that you have to buy expensive programs,but this is not true, because anyone can learn how to create a good looking website.There are some quite good website-designing programs but you basically only need your notepad.Later you can view your design by previewing it in any internet browser.On this website you will learn free html basics which you can try on your notepad at home.So if you want to build a business on the internet or just like to wright for fun, here are some tipps:
  • What is html?
  • Html basic elements.


What is html?:




Html literally means Hypertext Markup Language.Its a language used for the programation of websites.It is based on tags, which are commands that create different items on our website, such as tables, font size, font style...The html was born in 1980, when the physician Tim Berners Lee propose to use a new hypertext system to share documents.Later his program evoluted 4 version more until HTML 4 and now the version we are using XHTML.



Html basic elements:


 Paragraphs:

This element will be placed in betweeen the tags <p> and </p>.You can write whatever you want  and it will generate a paragraph and a newline, without indicating it.
So if you want to give it a try open up your notepad/wordpad or any other text-editing program.
Type the following:

























When finished save the document as a .html file, so you can open it in any Internet browser you wish (I am using Internet Explorer).Your result should look like this:

































Center:

Every text that we type on our web will be automatically aligned left.With the <center> </center> tags we can center our text.And again lets see how it looks like:
 Result:































Lines:

If we want to seperate something on our page (paragraphs, images..) you can do this with a simple line <hr>.
As you can see I used the line tag on this blog multiple times.Easy but often very usefull:
























And the line result:

No comments:

Post a Comment