Skyrims HTML
Skyrims HTML
Document Structure
<!DOCTYPE html>: Document type declaration
<html>: Root element of an HTML document
<head>: Container for metadata (data about data)
<title>: Document title (shown in the browser title bar or tab)
<body>: Document body (contains the content of the document)
Headings and Text
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>: Headings, from most
important (<h1>) to least important (<h6>)
<p>: Paragraph