@@ -2275,22 +2275,27 @@ <h2>CSS resources</h2>
22752275</ li >
22762276</ ul >
22772277< h2 > CSS learning checklist</ h2 >
2278- < p > < i class ="fa fa-check-square-o "> </ i >
2279- Create a simple HTML file with basic elements in it. Use the
2280- < code > python -m SimpleHTTPServer</ code > command to serve it up. Create a
2281- < code > <style></style></ code > element within the < code > <head></ code > section in the HTML page.
2282- Start playing with CSS within that style element to change the look and feel
2283- of the page.</ p >
2284- < p > < i class ="fa fa-check-square-o "> </ i >
2285- Check out front end frameworks such as Bootstrap and Foundation and integrate
2286- one of those into the HTML page.</ p >
2287- < p > < i class ="fa fa-check-square-o "> </ i >
2288- Work through the framework's grid system, styling options and customization
2289- so you get comfortable with how to use the framework.</ p >
2290- < p > < i class ="fa fa-check-square-o "> </ i >
2291- Apply the framework to your web application and tweak the design until you
2292- have something that looks much better than generic HTML.</ p >
2293- < h3 > Once your app is styled what do you need to learn next?</ h3 >
2278+ < ol >
2279+ < li >
2280+ < p > Create a simple HTML file with basic elements in it. Use the
2281+ < code > python -m SimpleHTTPServer</ code > command to serve it up. Create a
2282+ < code > <style></style></ code > element within the < code > <head></ code > section in the HTML
2283+ markup. Play with CSS within that style element to change the look and
2284+ feel of the page.</ p >
2285+ </ li >
2286+ < li >
2287+ < p > Check out front end frameworks such as Bootstrap and Foundation and integrate
2288+ one of those into the HTML page.</ p >
2289+ </ li >
2290+ < li >
2291+ < p > Work through the framework's grid system, styling options and customization
2292+ so you get comfortable with how to use the framework.</ p >
2293+ </ li >
2294+ < li >
2295+ < p > Apply the framework to your web application and tweak the design until you
2296+ have something that looks much better than generic HTML.</ p >
2297+ </ li >
2298+ </ ol >
22942299 < h1 > JavaScript</ h1 >
22952300< p > JavaScript is a small scripting programming language embedded in web browsers
22962301to enable dynamic content and interaction. </ p >
0 commit comments