Feed on
Posts
Comments

Tag Archive 'html'

Web Servers and HTML

Internet web servers and HTML are closely related. Although web servers are not responsible for producing or rendering HTML, they do have the task of sending the HTML from the web site’s location to the client browser. Web servers must fulfill requests from web browsers quickly, as requests from clients are often made simultaneously. Without [...]

Read Full Post »

What is HTML?

Hypertext Markup Language (HTML) is a computer language created to instruct applications (web browsers) how to display text and images (Shannon, 2007). The language is called a “markup language” because it uses special tags to change, or mark-up, plain text. Tags surround the effected text and let the web browser know how the text should [...]

Read Full Post »