April 6, 2011
The website w3schools is an amazing website to learn anything from basic HTML to server side languages to Database Management with SQL. There’s not much in the coding world that w3schools doesn’t already have tutorials on. Plus the tutorials that they have start simple and basic knowledge and move on up to advanced operations. The ...
(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})(); Digg Diggvar dd_offset_from_content = 40; var dd_top_offset_from_content = 0;
Tags: advanced,
basic,
certification,
html,
knowledge,
lesson,
programming,
quiz,
tutorials,
w3fools,
w3schools,
website
March 23, 2011
Q: What does “HTML” and “CSS” stand for? A: HTML stands for HyperText MarkupLanguage. CSS stands for CascadingStyleSheets. The two are very very important in website programming. The HTML makes the general structure of the website, where you want your navigation, header, footer, and body. The CSS is used to give the elements inside your ...
March 16, 2011
HTML Best Practices for Newbies Being an IT instructor I”ve seen many common errors that web developers make when coding HTML. I”ve decided to compile a list of 10 common errors to avoid to help those new developers when writing HTML. 1. Always close your tags – By today”s standards not closing tags ...