click below
click below
Normal Size Small Size show me how
HTML Tags
| Term | Definition |
|---|---|
| <DOCTYPE html> | Tells the computer that this is a document written in HTML |
| <head> | Contains information (sometimes called "metadata") about your web page |
| <img> | Allows an image file to be inserted onto a web page |
| <link> | Links external sheets to an .html page |
| <h1> | Defines a level 1 heading (largest size) |
| <h2> | Defines a level 2 subheading (next to the largest size) |
| <h5> | Defines a level 5 (smaller) heading |
| <html> | Indicates the beginning of your code written in HTML |
| <body> | Contains all the main contents of your web page |
| <a> | Creates a clickable hyperlink |