Do you want to know , how to add links in blogger comment ? If yes then you are at the best possible place. At first blogger comment form doesn't give us any simple button or icon for adding link and sometime its creates problem . Sometime readers may need to put a link to particular site in their comment and they start thinking how to do it and run to google. If you are one of them then i am telling you after reading this post you will be able to add links in comment of both blogger and wordpress blogs. This Method is native way using HTML anchor tag which is given below. <a href=" Your_Link " > Text to be displayed </a> How to use it ? In comment form write comment and when you need to add link , just add above code and replace your_Link with link of webpage or any site. And Text to be displayed with your own text. After that publish comment and you will see a clickable link on comment. DEM...
Do you want to know how to create tables in blogger ? If yes , then you are at the right place. Well alot of bloggers start their blog on blogger platform and sometime they face some problems like creating tables in blogger post. Sometime we need to tabulate data so that it looks easy to understand. It is found that table helps to better understand data than in paragraph form . So my suggestion is you should learn to create tables in blogger. If you want to create tables in blogger then it requires basic or almost negligible knowledge of HTML. Don't worry i am here to teach you. Basics of Table in HTML There are three tags for creating and crafting a table in HTML, Yes only three. They are given below in the table and you know after reading this whole post you will be able to create similar responsive tables in blogger posts. Tags Uses < table > .... < /table > It defines or creat...