Search Results

Blog Archive

What is CRUD?

CRUD is an acronym that stands: Create Read Update Delete It is a set of common operations that are performed on data in a database...
Continue reading

CSS: Selectors

CSS Selectors are patterns used to select and applay styles to specific HTML element in a web page. A CSS selector can target elements based...
Continue reading

HTML: Text Field Suggestions

If you find the browser’s auto-suggestion feature annoying for the input field. For example To Prevent the browser from showing the previous terms you’ve entered...
Continue reading

What is YAML format?

YAML is a human-readable data serialization language that is often used for writing configuration files. Depending on who you ask, YAML stands for yet another...
Continue reading

CSS: The Box Model

Every HTML element on a web page is considered a rectangular box, and the box model describes the properties of the box. The Box model...
Continue reading