HTML Intro

In this chapter, we will talk about the HTML intro or the basics of what is HTML.

What is HTML?

HTML is a language for describing web pages. From the following few lines, we will get an HTML intro in brief.

  • HTML stands for HyperText 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

HTML intro

Now lets dig a bit into the HTML. One should know that there is css and javascript too to make and enhance the web pages and websites but its also true that HTML is main base for all those. You can not use javascript or css if you don’t know about html. So its must to have a good knowledge of html. HTML is very easy. you will find all the tags used in html to make the static web pages and websites.

We always try to make things easier as our title is HTML intro with easy language

Directly jump to CSS or jquery from these links if you already have a basic knowledge of HTML.

You can use the following HTML code to make your sample web page from which you will get to know the use of HTML tags. There is a link for Tryit. You can use that link to use the Tryit editor provided by tutsocean.

Try it

Feel free to ask a question in our questionsbank/forum section from this link.

Loading