The Art of Learning How to Code

 

This type of information is interesting to learn! I have enjoyed learning about code. You know once you get the hang of doing the information it is not that hard after you have done it a few hundred times. Throughout the whole process of learning this new information I have come across some issues that I did not understand. However, by looking at examples, and checking out the forum for the same exact problem it dawns on you where you made a mistake.

Using www.codecademy.com has turned out to be an experience that allows you to work on the information at your speed. It is interesting how the information finally comes together when you are finished putting in the material that you want showcased on your website.

By learning how to code I can take what I have learned and put it towards making my website, blog or anything else look better than it does right now. Making it easier for reader’s that come to my blog find the information that they want.

 

<!DOCTYPE html>
<html>
    <head>
        <link type=”text/css” rel=”stylesheet” href=”stylesheet.css” />
        <title>My Photo Page</title>
    </head>
    <body>
        <table>
        <thead>
          <th>Famous People I Know</th>
        </thead>   
           <tr></tr>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image1.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image.png”></a></td>
           <tr></tr>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image1.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image.png”></a></td>
           <tr><tr>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image2.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image.png”></a></td>
            <td><a href=”https://tammyhopkinsonmba.wordpress.com”><img src=”https://tammyhopkinsonmba.files.wordpress.com/2014/05/original_image1.png”></a></td>
        </table>
        <tbody></tbody>
        </body>
</html>

2 thoughts on “The Art of Learning How to Code

  1. Woohooo, go coder!! I think it’s great that you’re learning about something you didn’t know about before, and you’re absolutely correct that our children need to be exposed from a young age. It’s like a foreign language, the younger you are exposed, the more natural it is for you! 🙂

    Like

    1. Thanks! You know we were watching television and saw it on the news and since then I have been hooked on learning this excellent information! I have worked on Python Syntax, html, CSS, JavaScript, and jquery. These are all the ones that I am working on right now. It is interesting what you can learn just from repetition. I am looking forward to teaching the children about it in the upcoming school year. Of course, I am still a beginner but it takes time to learn all the codes and what their functions are, and how they work within the area of apps, games, and websites. 🙂

      Like

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s