Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
38 views1 page

HTML Document Structure Guide

The document describes the main elements used in HTML metadata. It explains that the <html> element represents the root of an HTML document and all other elements must be descendants of it. It also states that metadata contains information about styles, scripts, and data to help software render the page, and may be defined in the page or link to external files. It then provides a brief description of the common metadata elements <base>, <head>, <link>, <meta>, <style>, and <title>.

Uploaded by

deniss071
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

HTML Document Structure Guide

The document describes the main elements used in HTML metadata. It explains that the <html> element represents the root of an HTML document and all other elements must be descendants of it. It also states that metadata contains information about styles, scripts, and data to help software render the page, and may be defined in the page or link to external files. It then provides a brief description of the common metadata elements <base>, <head>, <link>, <meta>, <style>, and <title>.

Uploaded by

deniss071
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Main root

Elemen
Description
t
<html> The HTML <html> element represents the root (top-level element) of an HTML document, s
element. All other elements must be descendants of this element.

Document metadata
Metadata contains information about the page. This includes information about styles,
scripts and data to help software (search engines, browsers, etc.) use and render the
page. Metadata for styles and scripts may be defined in the page or link to another file
that has the information. 
Elemen
Description
t
<base> The HTML <base> element specifies the base URL to use for all relative URLs in a docume
<head> The HTML <head> element contains machine-readable information (metadata) about the do
and style sheets.
<link> The HTML External Resource Link element (<link>) specifies relationships between the c
resource. This element is most commonly used to link to stylesheets, but is also used to es
style icons and icons for the home screen and apps on mobile devices) among other things
<meta> The HTML <meta> element represents metadata that cannot be represented by other HTML
like <base>, <link>, <script>, <style> or <title>.
<style> The HTML <style> element contains style information for a document, or part of a documen
<title> The HTML Title element (<title>) defines the document's title that is shown in a browser's

You might also like