Showing posts with label com. Show all posts
Showing posts with label com. Show all posts

Wednesday, April 13, 2016

Business plan presentation B Com AF

,
A presentation on Business Plan for Juice Centre - B.Com Accounts and Finance

Business plan presentation - B.Com AF

Few Points which are covered in this PPT are as fallows:

  • Introduction
  • Initial contribution by partners
  • Mission/Vision
  • Competitors in the markets
  • Assets
  • Furnitures
  • Future Goals

Submitted by : Vijay
College : Acharya College of arts, Science & Commerce

Team Members:

  • Nadar Vijay kumar
  • Lokesh kumar Singh
  • Samit Shigavan
  • Chandarshekar Nadar
  • Sagar Arun Gaikwad


Download the ppt file here

  • Business plan presentation - part1.pptx
  • Business plan presentation - part2.pptx
Read more

Sunday, January 31, 2016

How to create a table in blogspot com

,
Blogger tricks-making table in bloggerSometimes we try to list some content in a table but there is no tool to create a table in blogger. Here is the code to create the table in blogger.
<table><tbody>
<tr><td>---row1 col1---</td><td>---row1 col2---</td><td>---row1 col3---</td></tr>
<tr><td>---row2 col1---</td><td>---row2 col2---</td><td>---row3 col3---</td></tr>
<tr><td>---row3 col1---</td><td>---row3 col2---</td><td>---row3 col3---</td></tr>
</tbody></table>
  • Paste this code in Edit Html and configure according to your needs
  • The above code creates a table of 3 rows and 3 columns.
  • The code <td>----</td> creates a cell and <tr>---</tr> creates a row
  • You can put anything like a JavaScript, flash etc inside each cell.

Once you paste the above code the output will be as below:
---row1 col1------row1 col2-------row1 col3---
---row2 col1------row2 col2------row3 col3---
---row3 col1------row3 col2------row3 col3---
Read more
 

Computer Info Copyright © 2016 -- Powered by Blogger