Monthly Archives: June 2022

Price List in Tally Prime

A price list refers to a list of all items maintained by an organization along with their price details.A price list is generally used by organization, which deal in multiple products.Price list are maintain in various structures for different types of customer.Example: Whole SellerDealerReseller Since the price list is structure based on the classification of… Read More »

Stock Categories

Stock Category offers a parallel classification of stock items. Like stock Groups, classification is done based on similarity in behavior. For example, Stock Item Sub Group Main Group Sub-Category Main Category Brand A – 19” LED TV Brand A Grade One LED TV Television Brand A – 17” Smart TV Brand A Grade One Smart TV… Read More »

HTML Text Formatting

HTML Formatting Elements Formatting elements were designed to display special types of text: <b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized text <mark> – Marked text <small> – Smaller text <del> – Deleted text <ins> – Inserted text <sub> – Subscript text <sup> – Superscript text HTML <b> and <strong> Elements The HTML <b> element defines bold text, without any… Read More »

What is html Styles

The HTML style attribute is used to add styles to an element, such as color, font, size, and more. <html><body><p>I am normal</p><p style=”color:red;”>I am red</p><p style=”color:blue;”>I am blue </p><p style=”font-size:50px;”>I am big</p></body></html> Result: I am normal I am red I am blue I am big The HTML Style Attribute Setting the style of an HTML element, can… Read More »