Development

:root

The :root CSS pseudo-class matches the root element of a tree representing the document. In HTML, :root represents the html element and is identical to the selector html, except that its specificity is higher. Mozilla Developer Network web_docs. :root

Relational Database Management System ( RDBMS )

Examples of RDBMS The data in an RDBMS is stored in database objects called tables. A table is a collection of related data entries. It consists of columns and rows. A row is a horizontal entity in a table. A column is a vertical entity in a table. Every table is broken up into smaller … Read more