Question:
The options are;
(a) The tag names should use all capital letters.
(b) The nested tags (position, pay, pay period, and hours) have no connection to the internship.
(c) Only applicants available in the mornings will be considered.
(d) Adding before and after will create a bold face type.
Answer:
The correct option is;
(c) Only applicants available in the mornings will be considered.
Step-by-step explanation:
Here we have to analyse each option as follows
(a) The X M L tags are case sensitive hence it is possible to use either upper case or all lower case or mixed case for the tags, therefore, the tags are can be in either format.
(b) In X M L the elements, position, pay, pay period, and hours are all nested and closed with their end tag (mark up) within the root element, internship and they cannot stand on their own. Therefore, they have a connection with the root element, internship.
(c) Only applicants available in the mornings will be considered.
Here the information in the code sates that the internship position is for those who can make it during the morning time hours.
(d) Adding before and after will create a bold face type.
Adding before and after will not create a bold face type in X M L. To create a bold face type in X M L, we use the
tag or the
tags.