Introduction to HTML
Introduction to HTML
HTML (HyperText Markup Language) is the standard language used to create the structure of web pages. It defines various elements of a webpage using different tags.
- HTML provides the basic structure of a webpage.
- CSS helps in styling and design.
- JavaScript makes the webpage interactive.
HTML Example
Welcome to HTML
This is a simple example of an HTML page.