png

HTML Guide

Common HTML Tags outside the <body>


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 png
<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 png

The blue icon the top left is the favicon


Page 1