Markup comprises of set of symbols, or a language, that can be used to provide instructions. HTML includes markup (programming code) to identify the structural elements of a document. Markup provides instructions to the software used for viewing a webpage on how the page should look and work. For example, the <p> element identifies a paragraph and <h1> identifies a first-level heading. Other elements would include lists, tabulated data, anchors, images and quotations.
Objective:
Screen readers use structural elements to help make reading a web page more efficient. For example, some screen readers can skip from heading to heading to allow the user to "skim" the document.
Guidelines:
Validation Technique:
Use W3C Markup Validation service