Posts

Showing posts from November, 2022

HTML Ordered Lists

  HTML Ordered Lists If you are required to put your items in a numbered list instead of bulleted, then HTML ordered list will be used. This list is created by using <ol> tag. The numbering starts at one and is incremented by one for each successive ordered list element tagged with <li>.   <!DOCTYPE html> <html> <head> <title>HTML Ordered List</title> </head> <body> <ol> <li>Beetroot</li> <li>Ginger</li> <li>Potato</li> <li>Radish</li> </ol> </body> </html>       The type Attribute You can use type attribute for <ol> tag to specify the type of numbering you like. By default, it is a number. Following are the possible options: <ol type="1"> - Default-Case Numerals. <ol type="I"> - Upper-Case Numerals. <ol type="i"> - Lower-Case Numerals. <ol type="a&quo

HTML Unordered Lists

Image
 HTML Unordered LISTS HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list elements. Lists may contain:   v   <ul> - An unordered list. This will list items using plain bullets.   HTML Unordered Lists An unordered list is a collection of related items that have no special order or sequence. This list is created by using HTML <ul> tag. Each item in the list is marked with a bullet.   <!DOCTYPE html> <html> <head> <title>HTML Unordered List</title> </head> <body> <ul> <li>Beetroot</li> <li>Ginger</li> <li>Potato</li> <li>Radish</li> </ul> </body> </html> OUTPUT Is- The type Attribute   You can use type attribute for <ul> tag to specify the type of bullet you like. By default, it is a disc. Following are the possible options:   <ul type="square&quo

HTML Tables Backgrounds

Image
  bgcolor attribute - You can set background color for whole table or just for one cell. <!DOCTYPE html> <html> <head> <title>HTML Table Background</title> </head> <body> <table border="1" bordercolor="green" bgcolor="yellow"> <tr> <th>Column 1</th> <th>Column 2</th> <th>Column 3</th> </tr> <tr><td rowspan="2">Row 1 Cell 1</td><td>Row 1 Cell 2</td><td>Row 1 Cell 3</td></tr> <tr><td>Row 2 Cell 2</td><td>Row 2 Cell 3</td></tr> <tr><td colspan="3">Row 3 Cell 1</td></tr> </table> </body> </html>

HTML Table Heading

Image
  <!DOCTYPE html> <html> <head> <title>HTML Table Header</title> </head> <body> <table border="1"> <tr> <th>Name</th> <th>Salary</th> </tr> <tr> <td>Ramesh Raman</td> <td>5000</td> </tr> <tr> <td>Shabbir Hussein</td> <td>7000</td> </tr> </table> </body> </html>

HTML Table

Image
 <!DOCTYPE html> <html> <head> <title>HTML Tables</title> </head> <body> <table border="1"> <tr> <td>Row 1, Column 1</td> <td>Row 1, Column 2</td> </tr> <tr> <td>Row 2, Column 1</td> <td>Row 2, Column 2</td> </tr> </table> </body> </html>

Tally Ledger Creation

Image
  লেজার তৈরি করুন , পরিবর্তন করুন , মুছুন একটি খাতা হল আপনার লেনদেন সনাক্ত করার জন্য প্রকৃত অ্যাকাউন্ট প্রধান এবং সমস্ত অ্যাকাউন্টিং ভাউচারে ব্যবহৃত হয়। উদাহরণস্বরূপ , ক্রয় , অর্থপ্রদান , বিক্রয় , রসিদ , এবং অন্যান্য অ্যাকাউন্টের প্রধানগুলি হল লেজার অ্যাকাউন্ট। একটি খাতা ছাড়া , আপনি কোনো লেনদেন রেকর্ড করতে পারবেন না। Create Single Leger   Press  Alt + G  (Go To) >  Create Master  > type or select  Ledger  and press  Enter . Alternatively,  Gateway of Tally  >  Create  > type or select  Ledger  and press  Enter . Enter the  Name  of the ledger account. Duplicate names are not allowed. Enter the alias of the ledger account, if required. You can access the ledgers using the original name or the alias name. Select a group category from the  List of Groups . Enter the  Opening Balance . The opening balance is applicable when the ledger is an asset or a liability, and also if it has a bala