| A | B |
| Anchor | non-linear links among documents |
| ASCII | plain, unadorned text without style or font specifications |
| Firewall | security measures designed to protect a networked system from unauthorized or unwelcome access |
| GIF | Graphic Interchange Format; high-resolution graphics extension that results in larger files (tiger.gif) |
| HTML | HyperText Markup Language; collection of tags used to show how a web page will be displayed |
| JPEG or JPG | Joint Photographic Experts Group; a lower-resolution graphics extension that results in smaller files (tiger.jpg) |
| Links/Hyperlinks | hypertext connections between Web pages |
| MPEG | Moving Pictures Expert Group; international standard for video compression and desktop movie presentation |
| Tags | formatting codes used in HTML documents |
| <b></b> | bold, close bold |
| <br> | line break |
| <p></p> | paragraph, close paragraph |
| <i></i> | italics, close italics |
| <h1> | the largest text heading |
| <h7> | the smallest text heading |
| <HTML> | What every coding page should start with |
| </HTML> | What every coding page should end with |
| <TITLE><HEAD><BODY> | the three major parts of web page code |
| <BODY> | the section of web page code that contains the bulk of the tags |
| <HREF> | Hypertext Reference; link code |
| <tt></tt> | Teletype, or typewriter text |
| URL | a Web address |
| <Font Size=+4> | code to use to change font size |
| <!-- text --> | a comment inserted into your code |
| <Font Face="Arial"> | code to use to change font |
| <Font Color="green"> | code to use to change font color |
| <table><td><tr><th> | the tags used to create a table |
| Refresh | loads the most recent verios of an HTML page |
| <BODY BGCOLOR="pink"> | code to use to assign background color |
| View-Source | used to see the code behind the page |