HTML5 - Introduction Tutorial For Beginners Part 2
·210 words·1 min·loading·loading·
Author
Peter Entwistle
Senior iOS Developer, with a passion for technology and gardening. Trying to push the boundaries of what can be grown in the UK.
In this second part of the tutorial series I go over a few more of the basic html elements. This Introduction tutorial series is to help anyone who would like to learn how to make their own website from scratch.
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><title>Youtube Tutorial - Peter</title></head><body><divid="pageWrapper"><divid="header"><header></header></div><divid="main"><divid="profileInfo"><divid="profilePic"><imgsrc="http://peterentwistle.co.uk/images/thumb_peter.jpg"width="154"height="154"/></div><h1>Peter</h1><p>Hello my name is Peter and I make websites!</p><h2>Where to find me:</h2><ul><li><ahref="http://youtube.com/peterentwistletv"target="_blank">Youtube</a></li><li><ahref="http://twitter.com/peterentwistle"target="_blank">Twitter</a></li><li><ahref="http://facebook.com/peterentwistletv"target="_blank">Facebook</a></li></ul></div></div></div></body></html>