| Tag | Definition | Examples |
|---|---|---|
| <!DOCTYPE html> | It is an instrution the the browser declaring it is an html website | none |
| <html lang="en"> | this sets the language to Engish | none |
| <meta charset="UTF-8"> | it tells and makes the browser to correcly display carrecters,sybols, and preventing gibberish. | none |
| <title></title> | This is the title for the code not viewable on the website |
|
| <style> | Internal CSS | This cell uses an internal CSS that changes the background red |
| <link> | Extrenal CSS |
this paraghaph is being effectied by Extrenal CSS
|
| <link> | Favicon Tag |
The blue icon the top left is the favicon |