Create Your websites with HTML (HTML Introduction) | Our PC Solution

Create Your websites with HTML (HTML Introduction)

From now, i will try to write about HTML (Hyper Text Markup Language). If you follow my post, you will learn how to make a website. We offer free tutorials in HTML-5. HTML is easy to learn So create your own Web site with HTML-5 and enjoy it.

  
    What is HTML?

HTML means Hyper Text Markup Language.
HTML is a web pages describing language.
HTML is not a programming language, it is a markup language. HTML is a set of markup tags and markup tags used to describe web pages.
HTML tags(HTML markup tags) normally come in pairs like <b> and </b>.
Here <b> called start tag(Opening tag) and </b> called end tag(Closing tag).
The browser does not display the HTML tags, but the tags uses to interpret the content of the page.
  
    Necessary equipment:
    
1. Notepad or Dreamweaver or Notepad++ or etc
2. Internet explorer or Mozilla Firefox or Google chrome or etc.

Write your HTML code in notepad & save any name with .html or .htm extension such as file name.htm or index.html And open this file with any web browser. you can use either the .htm or the .html file extension. There is no difference.

0 Comments :

Post a Comment