- HTML was primarily created for displaying textual pages to users. As the growth of WWW HTML is also modified to cop the modern age’s needs.
- Still its a presentational language.
- To make it dynamic Java Scripts are introduced.
<html> tag is the root tag of a html page.
- <html> tag contains:
- <head> tag
- <body> tag
Basic Parts of HTML Page <head> tag:
The head element contains meta data information that describes the document itself, or associates it with related resources, such as scripts and style sheets.
<head> Elements:
- base
- link
- meta
- script
- style
- title