#iwritecode
Read more stories on Hashnode
Articles with this tag
What is Grid? The Grid module offers the items arranged in rows and columns of the grid in 2D. Whereas the flex offers only 1D either row-wise or...
What is Media Query? It uses the @media rule to include a block of CSS properties only if a certain condition is true. Here we are selecting the...
Every HTML element is treated as a box, the box model is nothing but the element has the margin , border , padding , content . It mainly talks about...
position The position is used for changing the element position based on values. And the position will work only if we give properties like top,...
What is flex? The flex allows aligning and distribution of the items in a row and a column direction. Here we can resize, stretch, and shrink the...
1." HTML Video tag" The Html video tag is used to embed the video into the browser. syntax: <video> <sourse src="video link" type="MP4" >...