Health Topic Library

PHP, JS, CSS, Python, and Machine Learning Technology

Browse trusted health articles by topic. Use the filters and A-Z index to quickly find related medical content.

526 articlesUpdated medical education library

A-Z article index

H

Latest articles

RX
Health Topic Library

Android Credit Card Input

Basically, the Company asked to create an Android “screen” that would allow a user to enter and submit the following data from an American Express, Discover,...

Read article
RX
Health Topic Library

What is rem unit

First see what is em An em is equal to the computed font-size of that element’s parent. For example, If there is a div element defined...

Read article
RX
Health Topic Library

CSS Positioning

An element with position: absolute; is positioned relative to the nearest positioned ancestor (instead of positioned relative to the viewport, like fixed). However; if an absolute...

Read article
RX
Health Topic Library

What is pseudo class

A pseudo-class is used to define a special state of an element. For example, it can be used to: Style an element when a user mouses...

Read article
RX
Health Topic Library

Flexbox Layout (Flexible Box)

The Flexbox Layout (Flexible Box) module aims at providing a more efficient way to lay out, align and distribute space among items in a container, even...

Read article
RX
Health Topic Library

CSS Grid Layout

CSS Grid Layout is the most powerful layout system available in CSS. It is a 2-dimensional system, meaning it can handle both columns and rows, unlike...

Read article
RX
Health Topic Library

BEM-Model

The Block, Element, Modifier methodology (commonly referred to as BEM) is a popular naming convention for classes in HTML and CSS. Block Stan dalone entity that...

Read article
RX
Health Topic Library

Multiple-class-selector-with-ampersand

Ampersand can also be used to concatenate additional class names (or IDs, etc.) into a compound selector for higher priority (instead of adding another descendant selector). While nesting...

Read article
RX
Health Topic Library

Ampersand

First a re-cap of the basic CSS Chain/Descendant Selector 1> Chain Selectors – https://stackoverflow.com/questions/13444647/css-class-definition-with-multiple-identifiers .class1.class2 will match only the elements that have both of the classes defined....

Read article
RX
Health Topic Library

Bootstrap grid system

Ignoring the letters (xs, sm, md, lg) for now, I’ll start with just the numbers… the numbers (1-12) represent a portion of the total width of...

Read article
RX
Health Topic Library

Angular NgModel

One of the main goals of Angular is to help the developer create reusable and composable components. I think ng-content is one of the simplest ways...

Read article
RX
Health Topic Library

ng-content

Use the :host pseudo-class selector to target styles in the element that hosts the component (as opposed to targeting elements inside the component’s template). The :host...

Read article
RX
Health Topic Library

AngularJS directives

AngularJS directives are extended HTML attributes with the prefix ng-. The ng-app directive initializes an AngularJS application. The ng-init directive initializes application data. The ng-model directive...

Read article