Full stack interview question and answers
HTML/CSS What is the purpose of Doctype in HTML? Doctype stands for Document Type Declaration. It informs the web browser about the version of HTML that the page is written in. Explain the CSS box model. The CSS box model is a rectangular layout paradigm for HTML elements that consists of the following: content, padding, border, and margin. What is the difference between id and...
0 Comments 0 Shares 1K Views 0 Reviews