Hi everybody.
Assess my small page. Pleease.
A link to my “Glitch” .
A link to the actual task .
Remark: W3C Validator swears at index.html from a zip container
Bad value https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Sonsie+One
for attribute href
on element link:
Illegal character in query: |
is not allowed.
Thank you all very much.
mikoMK
(Michael Koch)
October 16, 2022, 5:34pm
2
Hi @petrushya
Amazing work on this massive exercise.
Here are my comments:
Colors: Correct.
Semantic HTML: Correct.
Images: Correct.
Audio player: Correct. The “show/hide transcript” could (possibly easier) be implemented with a toggle button and a bit of JS.
Forms: Correct. The for
attribute isn’t needed when wrapping the <input>
with the <label>
.
Show/hide comments: Correct.
Table: Correct.
I think you and the validator are right. The pipe should be encoded in URLs. Could you open an issue on the MDN GitHub repo?
Have a nice day,
Michael