q & a HTML, Css and Javascript (3)
q & a HTML, Css and Javascript (3)
Q1. The _____ element emphasize the text as compared to it’s surrounding text.
Ans.*<?DOCTYPE html>
*<!DOCTYPE html>
*<!DOCTYPE html!>
*<?DOCTYPE html?>
Q3. _____ is used to point to a specific location in the document.
Ans. *This will match all <li> elements that are nested directly inside a<ul> element.
*This indicates siblings.
*This will match all <li> elements that immediately follows<h2> element.
*This will match all <ul> elements that immediately follows<h2> element.
Q17. .flex-container{ display: flex ;} What does this indicates?
Ans. *store and exchange. *serialization and deserialization *stack and unstack. *form and
deform.
Q20. In the <img> tag use the _______ attribute to define the image map name.