| Tag | Definition | Examples |
|---|---|---|
| <!DOCTYPE html> | Defines the HTML5 document type | No example |
| <html lang="en"> | Sets the language of the webpage | This page language is English |
| <meta charset="UTF-8"> | Defines character encoding | No example |
| <meta http-equiv="refresh"> | Redirects to another page by refreshing | No example |
| <title> | Sets the browser tab title | Look at the browser tab |
| <style> | Defines internal CSS | This row uses internal CSS |
| <link rel="stylesheet"> | Links to external CSS file | This page uses styles.css |
| <link rel="icon"> | Adds a favicon to the browser tab | Check the browser tab icon |