nice touch with the either is fine
isn't part of XHTML and not HTML5?
The spec examples only use
and call it a void element (one which can't have any content) but states only foreign elements can be self closing.
11–20 of 20 posts
"For this exercise, please download the cross-platform editor Sublime Text, which is an open-source editor designed for simplicity and ease of use. Also, please make sure you have Google Chrome installed."
I recently was helping out a non-technical friend with basic HTML/CSS stuff (like this repo) and I had the best success with showing her http://www.codecademy.com/tracks/web. She had tried other resources but for her, Codecademy seemed to be the most hopeful and easy to use (AND FREE).
This is a great resource. Good work! I recently was helping out a non-technical friend with basic HTML/CSS stuff (like this repo) and I had the best success with showing her http://www.codecademy.com/tracks/web . She had tried other resources but for her , Codecademy seemed to be the most hopeful and easy to use (AND FREE).
"For this exercise, please download the cross-platform editor Sublime Text, which is an open-source editor designed for simplicity and ease of use. Also, please make sure you have Google Chrome installed."
Indeed. ST is neither open-source or free.
Earlier quoted context omitted.
isn't part of XHTML and not HTML5?
Actually looking into it seems that it is, and that example is wrong. The spec examples only use and call it a void element (one which can't have any content) but states only foreign elements can be self closing.
Hi! This is Ellen from Thinkful. The author is one of our amazing mentors who does a number of free sessions where he walks through these types of guides. Check it out: http://www.thinkful.com/a/mentorship-preview . If you are just starting to learn to program we hope you join us!
Cheers!
nice touch with the either is fine