Glossary

JargonDescriptionExample
Address BarThe part of a browser where web adresses can be typed inSee top left
AttributesAdd styling information to HTML tagsThe color attribute
BandwidthThe data transfer limit a hosting provider will allocate20Gb
BugA piece of code not performing as expectedThe Box Model Bug
CookieInformation file from a web server, stored on your computer by your web browser
CSSCascading Style Sheets - a language for adding styling to web documents
DeprecatedNo longer to be usedThe <font> tag in HTML
Domain nameA name that identifies one or more IP addresseswww.freewebtutorial.co.uk
DTDA declaration at the start of a HTML document to inform the browser which type of HTML is being used <!DOCTYPE HTML>
ElementA line of HTML code including an opening tag, some content, and a closing tag<p>A line of text</p>
EmailElectronic mail messages sent from one person to another via the Internetyourname@aol.com
FirewallA software security filter that can restrict types of network communicationMcaffee
FTPFile Transfer Protocol - the standard method of transferring files between computersFilezilla
HyperlinkA text or image link that will take a visitor to another URL
URLUniform Resource Locator - a full web addresshttp://www.freewebtutorial.co.uk/index.php/
HacksWorkarounds and fixes for bugs
HTMLHyper Text Markup Language - the basic language for writing web pagesindex.html
HTTPHyper Text Transfer Protocol - the standard method of retrieving HTML documentshttp://
Internet BrowserA program for accessing the InternetInternet Explorer
IP addressInternet Protocol addresses - the unique (ping) address for any computer connected to the Internet216.147.60.52
NavigationThe main links for navigating around a website
ParsingHow a document is read by a program such as a web browser
PingA method used to check the communication between computers. A "ping" can be sent to a remote computer to see if it responds.
PropertiesUsed in CSS for applying styling to selectorswidth
PlatformThe type of operating systme a computer or server usesWindows, Mac, Unix
Redirects
RobotA program that crawls webpagesGoogle searchbots
SelectorsUsed in CSS for selecting elements to be styledAny HTML tag
Search EngineAn online tool for entering search queries to find information and websitesGoogle, Yahoo
SEOSearch Engine Optimisation - techniques for making websites more attractive to search engines
SpamThe act of sending unsolicited emailsJunk Emails
Site MapA full list of pages on a website
SnippetA segment of code that can be copied and pasted
TagsPart of an HTML element for a specific purpose<ul>
Web hostingA computer server connected to the Internet that hosts websites123-reg.co.uk
WebmasterA web designerYou and me!