-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML5 #18
Comments
That sounds like a great idea to me. |
👍 Starting with clean and semantic markup goes a really long way to having them build sites that are accessible (and not just in a screen-reader way). |
Also: Any chance that while we're teaching them to start with semantic elements, we can also teach them CSS from a mobile first perspective? |
Of course. I definitely agree. I think we should start everything that way so they don't have to relearn how to do things later in the week. |
👍 this is great :) |
Is it safe to assume that the unit should use HTML5 as the default? I don't know what the various engines the students will be using will be outputting by default, but I think it would be great to start them out with HTML5 for editing their templates and making any static content.
I had good success with teaching new semantic HTML5 tags first, then introducing generic tags like
<div>
and<span>
to demonstrate using them only if not semantic option is available.The text was updated successfully, but these errors were encountered: