Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
1 / 8
0

HTML and CSS

DEV Community·vidhya murali·18 days ago
#hlbJkaYp
#css#webdev#html#programming#items#property
Reading 0:00
15s threshold

SEMANTIC TAGS A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: div and span - Tells nothing about its content. Examples of semantic elements: img, table, article - Clearly defines its content. CSS DISPLAY PROPERTY The display property specifies the display behavior (the type of rendering box) of an element. CSS Flexbox (Flexible Box Layout) Flexbox is a layout model for arranging items (horizontally or vertically) within a container, in a flexible and responsive way. Flexbox makes it easy to design a flexible and responsive layout, without using float or positioning.…

Continue reading — create a free account

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

Read More