My Coding Journey


Hello guys,

So today, I'll love to gist you about my new experience coding with HTML.

Before I unravel the coolness and fun of my coding lessons, I'll love to tell you a tiny little secret. But first, you have to promise me you'll keep it a secret - lol. Okay, just kidding though. What I'm about to share is not a secret perse but a life long dream.

Well, for over a decade now, I've had this strong desire to learn to code and run not only the basic computer programs but also do the most advanced programming computer gurus do. Sadly though,  I've not really had the guts to pursue this life long dream until recently. I just had this wrong perception that computer programming and coding is for the most brilliant guys whose brain is framed in some aliens planet or thereabout.

Don't mind me please, now I know better. Coding and programming is not as difficult as we've been made to believe or wrongly perceived it to be. I am now set to explore the world of programming and "Pirple" is giving me a whole world of fun doing that. Don't worry, if you'll love to know more about  Pirple, just drop me a comment and I'll gladly show you the endless possibilities.

Now, back to my gist. *Smiles* thought I've forgotten? Hell No!

Thus far, Pirple has been putting me through HTML basics including Introduction to HTML and HTML lists.

This may not count much right now but trust me, I'm already so excited about my baby steps. Did you know that I wrote a few lines of HTML code on how to prepare my favorite meal? lol. So if you'll love to know what my favorite meal is and most especially what my code looks like, check here:


<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Favourite Food Preparation </title>
</head>
<body>
<h1>How To prepare Beans porridge</h1>
<h2>Basic Ingredients:</h2>

  <p>My name is Reallion and these are the ingredients for
    preparing my dish</p>

  <ul>
    <li>Water</li> <li>Onions</li> <li>Beans</li> <li>Salt</li>
    <li>Maggi</li> <li>Crayfish</li> <li>Pepper</li> <li>Palm oil</li>
  </ul>
        <!End of Ingredients list>

  <h2>Preparation Steps:</h2>

  <ol>
   <li>Put water on fire</li>
    <li>Add measured quantity of beans</li>
    <li>Slice in onions</li>
    <li>Add crayfish</li>
    <li>Add pepper</li>
    <li>Add maggi</li>
    <li>Add Salt</li>
    <li>Leave to boil and simmer</li>
    <li>Ready to serve</li>
  </ol>
        <!These are the preparation steps>
</body>
</html>

Trust you were able to make some sense of the code? Drop your views in the comment box.

Till next time when I bring you more gist about my coding journey and more value posts, STAY SAFE!


Comments

Popular posts from this blog

10 COMMANDMENTS FOR BUSINESS STARTERS IN NIGERIA

My Coding Journey 3

WHY YOU SHOULDN'T JUST HIRE MARKETERS