-
-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Dear Shruti,
going over the checklist, I was wondering, what your thoughts were to put them in this particular order.
You told me that they go from beginner to advanced.
I'm a bit confused about the order, though.
For example, why do you introduce JavaScript so early („HTML main tags”)?
I'd go with semantic HTML elements first.
Especially the DOCTYPE, as this one influences heavily how a browser intreprets the HTML.
Other elements, like <b>
and <i>
could repurposed: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b resp. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i
So their description here does not match up the standard.
I have … opinions on the link targets as well, but more so on the order.
If you allow, I could prepare a PR to have a conversation there, too.