How to Create CATEGORY on blog without knowing HTML

Creating Category makes any blog attractive. It makes very easy to find any article in the blog. If you want make a Category option same as this blog in your blog, then follow the points below:

  • Go to Layout.
  • Add a Gadget. 
  • Select HTML/JAVASCRIPT.
  • Write Category in Title.
  • Copy and Paste the following in Content.



<div id='menubar'>
 <ul id='menus'>
<ul>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


<li>
<a href='Link'> Link Title
</a>
</li>


</ul>
</ul></div>




  • I will be calling para to a portion above which is


<li>
<a href='Link'> Link Title
</a>
</li>



  • Change the Link with the Url/link you want there.
  • Change Link Title to the Title you want there to appear. 
  • Example of above two points:


<li>
<a href='http://bestblogstyle.blogspot.com/2017/08/how-to-get-your-blog-on-google.html'> How to get your blog on google
</a>
</li>


  • Like this each para is for a link inside Category.
  • If Title or Link is unused after adding all your links there, then delete it.
  • Copy and paste the para if you want to add more. Note that you must paste the para inside the ul block.
  • Save it.
  • Save arrangements and that's it!!


Comments

Popular posts from this blog

Choosing Topics for blog

How to start a blog