HTML Basics :
- Webpages are written in HTML, a markup language that uses tags to define text formatting and layout. Tags are words enclosed in angle brackets like <b> for bold text.
- The basic structure of an HTML page includes a head section for metadata and a body section for visible content. Headers, paragraphs, lists and other elements are marked up with tags in the body.
- Learning HTML provides benefits like creating custom pages and understanding page code from other websites. The tutorial explains common HTML tags and elements to get started building webpages.