Skip to content

s14/essential_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part One - Essential HTML

  1. Download the ZIP file of this repository to your computer.
  2. Open the whole folder you cloned, essential_html, in Sublime.
  3. Read through details.html, index.html, and new.html and try to make sense of them. Open them in Chrome and play with them. Write down any questions you have about anything at all in them.

This is all you need to know for now.

Part Two - Fun CSS

For a variety of reasons, it's useful and fun to also be able to make our applications look decent. To do so, we'll use Bootstrap.

  1. In index.html, uncomment the link in the <head> tag which is currently commented out. This will link the file to Boostrap.
  2. Transform index.html with Bootstrap classes to look like this: http://htmlpreview.github.io/?https://github.com/s14/bootstrapped_essential_html/blob/master/index.html
  3. Refer often to the Bootstrap examples to see what pre-written CSS classes it offers you and what HTML and classes you need to take advantage of it: http://getbootstrap.com/css/
  4. Transform new.html to look like this: http://htmlpreview.github.io/?https://github.com/s14/bootstrapped_essential_html/blob/master/new.html
  5. Refer often to the Bootstrap examples to see what pre-written CSS classes it offers you and what HTML and classes you need to take advantage of it: http://getbootstrap.com/css/
  6. Transform details.html to look like this: http://htmlpreview.github.io/?https://github.com/s14/bootstrapped_essential_html/blob/master/details.html
  7. Refer often to the Bootstrap examples to see what pre-written CSS classes it offers you and what HTML and classes you need to take advantage of it: http://getbootstrap.com/css/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published