Tuesday 7 April 2015

Codecademy HTML Course and Badges

Below is a picture of what some of the badges look like that you can earn through courses on codecademy.com:




For the purposes of this assignment, I completed the HTML course available through the website codecademy.com. I found this course to be extremely helpful and easy to follow along with. The course is put together in stages, so that you get a grasp on each technique as you follow along and continue to the next stages.

Below is a screenshot of what the course looked like for me during the final stages:



Here is an example of what you can learn in this HTML course, and what the text looked like for me by the end of the course:

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img src="http://upload.wikimedia.org/wikipedia/commons/a/a1/Mallard2.jpg"/>
<a href="http://upload.wikimedia.org/wikipedia/commons/a/a1/Mallard2.jpg"></a>
<a href=http://upload.wikimedia.org/wikipedia/commons/a/a1/Mallard2.jpg"><img src="http://upload.wikimedia.org/wikipedia/commons/a/a1/Mallard2.jpg" /></a>
</body>
</html>