- HTML is a markup language used to define the structure and layout of web pages. It uses tags like <h1> and <p> to mark text as headings or paragraphs.
- CSS is used to style HTML elements and control things like colors, fonts, and layout. CSS rules can be applied internally using the style attribute or externally in separate CSS files.
- HTML links are defined using the <a> tag and the href attribute. The target attribute controls whether links open in the same or new window. Bookmarks are created using the name or id attribute.