Multiple choice technology web technology

What's the difference between HTTP and HTML?

  1. HTML describes what's on the page; HTTP allows sites to communicate with each other

  2. HTTP describes what's on the page; HTML allows sites to communicate with each other.

  3. nothing similar

  4. There's no difference; they mean the same thing.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTML (Hypertext Markup Language) is a markup language that defines the structure and content of web pages - what appears on the page. HTTP (Hypertext Transfer Protocol) is the communication protocol that enables web servers and browsers to exchange data - how sites communicate.