Search Results

Blog Archive

CSS: Simple Selector

In CSS, simple selectors are the most basic type of selector that target elements based on their tag name, ID, class name. There used to...
Continue reading

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