Update example output in a ReadMe

This commit is contained in:
Michael Mintz 2022-08-11 20:22:56 -04:00
parent 66554d262f
commit bee2a7af19
1 changed files with 2 additions and 1 deletions

View File

@ -24,8 +24,9 @@ pytest test_inspect_html.py
* HTML Inspection Results: https://xkcd.com/1144/
X - 'property' is not a valid attribute of the <meta> element.
X - Do not use <div> or <span> elements without any attributes.
X - 'srcset' is not a valid attribute of the <img> element.
X - The 'alt' attribute is required for <img> elements.
X - The 'border' attribute is no longer valid on the <img> element and should not be used.
X - 'srcset' is not a valid attribute of the <img> element.
X - The <center> element is obsolete and should not be used.
X - <script> elements should appear right before the closing </body> tag for optimal performance.
X - The id 'comicLinks' appears more than once in the document.