• Introduction to HTML Basics
• Creating a Basic Web Page
• A basic web page is created using HTML (HyperText
Markup Language)
• The <!DOCTYPE html> declaration defines the document
to be HTML5
• The <html> element is the root element of an HTML page
• Understanding HTML Tags and Attributes
• HTML tags are used to mark up the content on a web page
• Tags usually come in pairs: an opening tag and a closing
tag
• Some common HTML tags include:
• <p> for paragraphs
• <h1> to <h6> for headings
• <a> for links
Understanding HTML Tags and Attributes
HTML tags are used to mark up the content on a web page
Tags usually come in pairs: an opening tag and a closing
tag
Some common HTML tags include:
<p> for paragraphs
<h1> to <h6> for headings
<a> for links
• Creating a Basic Web Page
• A basic web page is created using HTML (HyperText
Markup Language)
• The <!DOCTYPE html> declaration defines the document
to be HTML5
• The <html> element is the root element of an HTML page
• Understanding HTML Tags and Attributes
• HTML tags are used to mark up the content on a web page
• Tags usually come in pairs: an opening tag and a closing
tag
• Some common HTML tags include:
• <p> for paragraphs
• <h1> to <h6> for headings
• <a> for links
Understanding HTML Tags and Attributes
HTML tags are used to mark up the content on a web page
Tags usually come in pairs: an opening tag and a closing
tag
Some common HTML tags include:
<p> for paragraphs
<h1> to <h6> for headings
<a> for links