Wednesday 26 August 2015

<!DOCTYPE html>
<html>
    <head>
        <title>This is my own web page</title>
    </head>
    <body>
        <h1>Totardo</h1>
        <img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />
        <p>Hello, my name is Totardo. I am the eldest of three brothers and sisters. I have 1 sister and 1 brother. </p>
        <p>I learn about html daily. I use <a href="http://www.codecademy.com">codecademy</a> to learn about html. Sometimes I learn about <a href="http://www.cisco.com">cisco."</a></p>
        <p>I want to be a succesful developer.</p>
    </body>
</html>

No comments:

Post a Comment