MAKING YOUR CONTENTS LOOK GREAT WITH SIMPLE HTML CODES.

@afolwalex · 2018-04-18 21:53 · steemiteducation

code-1076533_1920.jpg Source: Pixabay

Those codes up there shouldn't scare you. Trust me, it's very easy. You won't write that much.

Well, I’m sure you’ve read some great contents and you were marveled at the way it was constructed. Your interesting write-ups alone won’t draw your viewers; it has to be that great. You’ve seen Steemians create tables, align images anywhere on their blogs, use bulleted lists, do some design. I’m here to guide you on that.

You don’t need to know a programming language to create cool stuffs; all you need to know is how the HTML codes are used. Let’s play with images.

ALIGNING IMAGES

![20180418_220647_0001.png](https://steemitimages.com/DQmWtDjFnB8eEPbSDusshXhQeo6FjgffA8Ju8WtFUzNGYSp/20180418_220647_0001.png)

You’ve seen cool stuffs like this and you are wondering how it was done? It’s pretty easy. Just take a look at how the codes in the image are arranged. Then, you are good to go. “pull-right” simply drives the image to the right.

![20180418_220906_0001.png](https://steemitimages.com/DQmQAUfRkBPLS5E7uHiThmiMscEJ2m33JkYsVfgBJjJXnPL/20180418_220906_0001.png)

Oh! In case you are not cool with it being at your right hand side, you can also drive it to the left. The “pull-left” does that. Easy! Note: It has to be in a div. Opposite of what we did earlier.

We got that right?

Yes?

In case the images ain't clear, here is what I did:

![20180418_220414_0001.png](https://steemitimages.com/DQma57M2hA3KKupVfHu5hajC8dndJu3u1zLSPw6wsgaodth/20180418_220414_0001.png)
![20180418_221253_0001.png](https://steemitimages.com/DQmctSS27T3T6XCaXS73W9YunX2UXzUKnHnBtD1cwauaDmM/20180418_221253_0001.png)


Now, two images are placed side by side. Creating your gallery will be easy. Once you can place those images beside each other, then, there shouldn’t be a problem.

Just drive one to the left and take the other one to the right. Yes! same way we did above.

USING LISTS

I’ve read a lot of articles here, and most of the authors had problems with listing. You obviously don’t need to start numbering, all you need is a code to do that. Numbering it won’t give you a proper alignment. In fact, differentiating a coded list and the one being imputed manually is easy. How do you know? Proper aligning.

20180418_220508_0001.png

This is the output;

  • I am Excited.
  • I am super excited.
  • Yes! I am excited.
  • Okay, that's enough.

The "ul" tag means unordered list. That's why it was listed with bullets. If you prefer numbering, simply change the "ul" to "ol".

I changed it, and I got this.

  1. I am Excited.
  2. I am super excited.
  3. Yes! I am excited.
  4. Okay, that's enough.

Amazing right? Neat?

On my next post, I'll focus on how to create a table and other cool stuffs you will be marveled at.

You can let me know what you will like to do on steemit in the comment section.

All images are owned by the author, @afolwalex.

Until then.....

Wait....

Have you heard of @steemiansarena? Join the discord server here

Thanks for reading.

#steemiteducation #programming #esteem #stach #airhawk-project
Payout: 0.000 HBD
Votes: 216
More interactions (upvote, reblog, reply) coming soon.