This is a simple HTML demo that showcases basic HTML tags and some CSS styling.
- HTML stands for HyperText Markup Language.
- HTML is used to create web pages and web applications.
- HTML is made up of tags and attributes that define the content and structure of a web page.
In this demo, we have used the following HTML tags:
- <html> - Defines the root element of an HTML document
- <head> - Contains meta information about the document
- <title> - Defines the title of the document
- <meta> - Provides metadata about the document
- <style> - Defines the document's stylesheet
- <body> - Defines the document's body
- <header> - Defines a header for a document or section
- <main> - Defines the main content of a document
- <p> - Defines a paragraph
- <ul> - Defines an unordered list
- <li> - Defines a list item