𝗛𝗧𝗠𝗟 𝗧𝗔𝗚𝗦 & 𝗖𝗦𝗦 𝗣𝗥𝗢𝗣𝗘𝗥𝗧𝗜𝗘𝗦 You use HTML tags to define elements on your web page.
- HTML tags are used to define headings, paragraphs, and other elements.
- Block-level elements define the structure of your web page, like the html, head, and body tags.
- Inline elements are used within paragraphs, headings, or other text content.
CSS properties control the layout, colors, and fonts on your web page.
- They make your web page responsive and accessible across devices.
- CSS properties help maintain consistency in your web design.
Some common CSS properties include:
- background-color to set the background color of an element
- border to style the border of an element
You can use these properties to create a consistent design across your web page. Source: https://dev.to/sraghul_fe17c80d6b8c8023e/html-tags-css-properties-27fb