
What is Html?
Firstly:Html is short for HyperText Markup Language.That may sound scary,but it simply means it is a language for describing web pages using ordinary text.Html is not a complex programming knowledge.
Html Files
Every web page is actually a Html file.Each Html file is just a plain-text file,but with a html file extension instead of.txt,and is made up of away Html tags as well as the content for a web page.A web site will often contain many Html files that link to each other.You can edit Html files with your favorite editor.
Html tags
Html tags are the hidden keywords within a web page that define how the browser must format and display the content.Most tags must have two parts,an opening and a closing part.For example, < html>is the opening tag,and < /html> is the closing tag.



