a) In HTML, images are defined with the tag.
The tag is empty, it contains attributes only, and does not have a closing tag.
The src attribute specifies the URL (web address) of the image:
Fonte: https://www.w3schools.com/html/html_images.asp
b) The tag is not supported in HTML5. Use CSS instead.
Fonte: https://www.w3schools.com/tags/tag_center.asp
c) The tag inserts a single line break.
The tag is an empty tag which means that it has no end tag.
Fonte: https://www.w3schools.com/tags/tag_br.asp
d) Attribute names must be in lower case
Fonte: https://www.w3schools.com/html/html_xhtml.asp
e) XHTML stands for EXtensible HyperText Markup Language.
Fonte: https://www.w3schools.com/html/html_xhtml.asp