PROBLEM SOLVING
- Problem solving is one of the essential skills of a good programmer. Its process includes defining a problem, identifying the cause of the problem, selecting alternatives for a solution and finally implementing it. more...
-
MARGIN | PADDING | BORDER
-
- In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.more...
MAKE A DRESS AND LEARN JAVASCRIPT/DOM
- JavaScript is a language that lets you dynamically update the content of your page, control media and basically do most actions on the page that HTML and CSS can’t . more...
-