Menu

Post image 1
Post image 2
1 / 2
0

Introduction to HTML and CSS

DEV Community·Kamalesh AR·18 days ago
#qgay6rPM
#html#css#ai#flex#class#grid
Reading 0:00
15s threshold

Today i learned how to create a resume building using a HTML and CSS by uses of properties like a class selector, basics of grid and flex concepts. Class selector: In HTML, the class selector is a pattern used in CSS to select and style elements that have a specific class attribute. Unlike an ID, which must be unique to one element, a class can be applied to multiple elements on the same page, making it ideal for reusable styles The CSS class selector matches elements based on the contents of their class attribute. The element selector selects HTML elements based on the element name. What is grid? The CSS grid layout module excels at dividing a page into major regions or defining the relationship in terms of size, position, and layering between parts of a control built from HTML primitives. The Grid Layout Module offers a grid-based layout system, with rows and columns. The Grid Layout Module allows developers to easily create complex web layouts.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More