- HTML (Hypertext Markup Language) is the standard markup language used to create web pages. It uses tags to define headings, paragraphs, lists, links, and other elements.
- HTML documents are made up of HTML elements like <html>, <head>, <body>, <h1>, <p>, <a>, which are delimited by angle brackets. Tags usually come in pairs with an opening and closing tag.
- CSS (Cascading Style Sheets) is used to control the style and layout of multiple web pages. It can be added to HTML documents through inline styles, internal stylesheets, or external stylesheets and is used to define things like colors, fonts, spacing.