| A | B |
| <td> | table defintion - creates a cell in an HTML table row |
| <tr> | table row - creates a row in an HTML table |
| background-color | CSS property for creating a background color in a web page |
| : | a colon used to punctuate a CSS property |
| ; | used to punctuate a CSS value |
| {} | curly brackets used to define a CSS Selector class |
| <font face> | used to create a letter type in a web page |
| <img src> | inserts a graphic image into a web page |
| <th> | creates a column heading in an HTML table |
| <ol> | creates a numbered or letter list in a web page |
| <ul> | creates a bullet list in a web page |
| <h1> | the largest heading size |
| <p> | creates paragraphs in a web page |
| CSS | Cascading Style Sheet |
| HTML | Hypertext Markup Language |
| font-family | a group of selected fonts for a web page |
| serif | elongated strokes in a letter or font |
| sans-serif | with out fancy strokes in a letter or font |
| <style> | a section for adding code in CSS to the head section |
| <hr> | makes a horizontal line in the web page |