Sunday, March 31, 2013

HTML Basic With Example

This Time I am Introducing Some Basic introduction of HTML with example.


HTML Headings
HTML Paragraphs
HTML Links
HTML Images


Here I will use lots of tags in the long run you will learn them so don't worry :)

How you can edit HTML?


HTML can be edited by using a professional HTML editor like:
  • Adobe Dreamweaver
  • Microsoft Expression Web
  • CoffeeCup HTML Editor
However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit (Mac). We believe using a simple text editor is a good way to learn HTML.

Saturday, March 30, 2013

What is HTML ? (Introduction)


What is HTML?

HTML is a language which is using for describing web pages. The full meaning of HTML is Hyper Text Markup Language. HTML is a markup language. A markup language is a set of markup tags. The tags describe document content. HTML documents contain HTML tags and plain text. HTML documents are also called web pages.