A server is simply a computer program that provides an information service over a computer network.
A Web server is a computer program that transmits the contents of text and media files over the network using HTTP.
A Web client is a computer program that can receive (and display) the contents of text and media files over the network using HTTP.
Markup is expressed as tags that wrap bits of text.
A tag is like a word that belongs to a special language.
<important> HTML Rules </important>
<silly> I like the Simpsons! </silly>
<heading> Luke, I am your father </heading>
HTML is a Markup language
It's a collection of tags, used to express structure and context of text documents.
/
#