Difference between revisions of "HTML/CSS Debugging"

From ESE205 Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
<br>3. Tap "Try it yourself."
 
<br>3. Tap "Try it yourself."
 
<br>4. Trial and error.
 
<br>4. Trial and error.
 +
 +
### TODO: FIX THIS
 +
 
[[Category:HowTos]]
 
[[Category:HowTos]]

Revision as of 20:11, 27 April 2018

Given that both of us had no experience coding in HTML, we had to use online resources to teach ourselves. After scavenging through YouTube videos and tutorial sites, the most effective site was w3schools, which has a sidebar with many different tutorials of both the HTML and CSS codes (i.e. headings, styles, table, etc.) in addition to its tutorial page where one can basically trial and error any code he/she wants. That was the most effective tool we used when improving the overall aesthetic of the site and helped a lot when bolding words and making toolbars hoverable.
1. Google HTML Code tutorial or enter the link: https://www.w3schools.com/html/default.asp
2. Select one of the tabs on the left for a particular tutorial.
3. Tap "Try it yourself."
4. Trial and error.

      1. TODO: FIX THIS