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