HTML (Hypertext Markup Language) is the standard markup language used to create web pages. Key points covered in the document include:
- HTML consists of elements that describe the structure of a web page like headings, paragraphs, links, images, etc.
- HTML documents require an opening <html> tag and closing </html> tag with the visible content between <body> and </body> tags.
- Common elements include headings <h1>-<h6>, paragraphs <p>, links <a>, images <img>, lists <ul>, <ol>, <li>, tables <table>, <tr>, <td>, <th>, and more.
- Attributes provide additional information about elements like