Snippets used in software programming often contain one or more functions written in C, Java, or another programming language. For example, a programmer may create a basic "mouse-down event" snippet to play an action each time the user clicks a mouse button. Other snippets might be used to perform "Open file" and "Save file" operations. Some programmers also use plain text snippets to comment code, such as adding developer information at the beginning of each source file.
In Web development, snippets often contain HTML code. An HTML snippet might be used to insert a formatted table, a Web form, or a block of text. CSS snippets may be used to apply formatting to a Web page. Web scripting snippets written in JavaScript, PHP, or another scripting language may be used to streamline dynamic Web page development. For example, a PHP snippet that contains database connection information can be inserted into each page that accesses information from a database. Whether programming software or developing websites, using snippets can save the developer a lot of time.