Articles in this series
Semantic Tags In programming, semantic refers to the meaning of a piece of code. For example in HTML, each of all semantic elements like form,...
Accessibility The HTML img tag has alt attribute to specify an alternate text for the image. Even if the image cannot be displayed properly on the...
The position Property The position CSS property decides how an element is positioned in a document. There are five different position values:...
Install Open terminal and change directory to the project folder Install Sass with the command line below$npm install sass Check if you can find the...