HTML interview Question/ Answers Set – 3

HTML interview Question/ Answers Set – 3

Cell Spacing is the space or gap between two consecutive cells. Whereas, Cell Padding is the space or gap between the text/ content of the cell and the edge/ border of the cell.
HTML elements which do not have closing tags or do not need to be closed are Void elements. For Example img, hr etc.
Multipart form data is one of the values of the enctype attribute. It is used to send the file data to the server-side for processing. The other valid values of the enctype attribute are text/plain and application/x-www-form-urlencoded
Yes, we can display a web page inside another HTML web page. HTML provides a tag <iframe> using which we can achieve this functionality. <iframe src=”url of the web page to embed” />

Post Your Comments & Reviews

Your email address will not be published. Required fields are marked *

*

*