While reviewing some web page code, you notice that the html is written in all lowercase letters. you are not sure which version of markup language was used to create the page. which part of the page's code can you check to verify the html version?
To verify the version of HTML being run on any given page, check the DOCTYPE declaration at the head of the file. Use "inspect element" to view the page source; the DOCTYPE is generally in the header.