HTML Hyper Text Markup Language

Preview:

DESCRIPTION

- PowerPoint PPT Presentation

Citation preview

Web Jargon & Acronyms

WWW: World Wide WebServer: Web pages/sites are files stored on computers called Web ServersISP: Internet Service ProviderURL: Uniform Resource Locator

protocol > domain name > pathname

http:// www.server.com /findstuff.htm

HTML: Hyper Text Markup Language

HTMLHyper Text Markup Language

HTML tags: usually work in pairs, function in one of three ways:

- contain info you see DON’T on screen

- formatting- linking

EX:<html> -- don’t forget both of these! < >

<b> hello </b><hr></html>

Recommended