Html basics part1

What is html - codingowell
What is HTML

Definition:


Here you will learn about html. The definition is very simple , try to understand that.
HTML stands for Hyper Text Markup Language. HTML is the standard markup language for Web pages. HTML elements are the building blocks of HTML pages. HTML elements are represented by <> tags With the help of html, we can create webpages, and webpages build a website. So html is a source of making a website.

How html is written ?


HTML basically is a type of block of tags. tags make a syntax of html document. the tags create a document of html.

HTML DOCUMENT
<html> <head> <title> HTML Document </title> </head> <body> </body> </html>

Comments

Popular posts from this blog

What is HTML ? Html definition by GoldoCodes.

Learn Programming Languages on GoldoCodes Every Day