Document 60
Document 60
Document 60
Ans. -
3. What is grouping?
Ans. The CSS grouping selector is used to select multiple elements and style them
together. This reduces the code and extra effort to declare common styles for each
element. To group selectors, each selector is separated by a space.
4. Tigger in sql
Ans. Trigger: A trigger is a stored procedure in database which automatically
invokes whenever a special event in the database occurs. For example, a trigger
can be invoked when a row is inserted into a specified table or when certain table
columns are being updated.
5. use of JavaScript in web development
• Block scope
• Function scope
• Global scope
Notes
DDL – Data Definition Language
DQl – Data Query Language
DML – Data Manipulation Language
DCL – Data Control Language
DDL commands-
*create, drop, alter, truncate, commnet, rename
DML commands-
*insert, update, delete.
<p>- paragrph
The <pre> tag in HTML is used to define the block of
preformatted text which preserves the text spaces, line
breaks, tabs, and other formatting characters which are
ignored by web browsers.