𝗛𝗧𝗠𝗟 𝗧𝗔𝗚𝗦 𝗔𝗡𝗗 𝗖𝗦𝗦 𝗣𝗥𝗢𝗣𝗘𝗥𝗧𝗜𝗘𝗦 You use HTML tags to define elements on your web page.
- HTML elements are the building blocks of your web page.
- Block-level elements are used to define larger structures, like paragraphs or headings.
- Inline elements are used within paragraphs or headings to create links or emphasize text.
You use CSS properties to control the layout, colors, and fonts on your web page.
- CSS properties help make your web page responsive and accessible.
- They maintain consistency and efficiency in web design and development. 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 HTML tags and CSS properties to create a portfolio website.
- Define the document type with the !DOCTYPE tag.
- Use the html tag as the root element.
- The head tag holds metadata, like styles and scripts.
- The body tag contains all the visible content on your website.
Source: https://dev.to/sraghul_fe17c80d6b8c8023e/html-tags-css-properties-3mka