What is HTML and HTTP?

GodisLove

New member
What is HTML and HTTP? What's the difference? Can you please answer it in a simple way where in I could easily understand it. Thanks and God Bless!
 
HTML => Hypertext Markup Language
HTTP => Hypertext Transfer Protocol

HTML is used to format a web page's text. Common text elements into things like "bold" etc...
HTTP is the non-secure transportation of hypermedia using the TCP/IP protocol
 
HTML hyper text markup language = language used by webpages (same as programing a software that have many kinds of languages) html is the basic requirement of a webpage/website to be able to work. Some other languages are php, asp, xml, etc..

HTTP hyper text transfer protocol = this is the path or a door where you can view an html page. Some other protocols are https, ftp, etc.
 
HTML is the language in which webpages are written.

HTTP is the protocol used to deliver the pages.

So if you write a letter and post it, HTML would be the language your letter is written in and HTTP would be the postman who delivers it.
 
Back
Top