| A | B |
| HTML documentation | documentation and syntax for HTML |
| HTML | Hyper Text Markup Language |
| HTML tag | tags are the building blocks of an HTML document |
| Hexadecimal | number system is Base 16.It uses only 16 digits. |
| RGB Color Encoding | scheme allows us to encode colors such as numeric data. It defines the amount of Red, Green, and Blue light in a pixel |
| <img> tag | Allows adding an image to a web page. It is self-closing. The attributes of a image tags include src, which specifies where to get the image from (the url for an image ), and width and height attributes, which specify the size of the image in pixels. |
| <ul> tag | Defines an unordered list in HTML |
| <li> tag | defines a list item inside an HMTL list |
| HTML Tables | Tables display information in a grid. |
| Style Attribute | Allows adding several different types of styles to HTML elements. |
| Copyright | A law that grants the creator of an original work exclusive rights to its use, distribution, and sale |
| Hyperlink | The connection between one HTML page to another HTML page |