4 points
a markup language describes a structure (how is the thing supposed to be displayed)
A markup language does not define how something is to be displayed, thatβs what a styling language is for (usually CSS). A markup language semantically defines what certain parts of the created document are.
1 point