Emoji using HTML

Emojis are commonly used in todays computer-based communication. We often find an emoji font face pre-installed on many devices which is necessary for the rendering of the emoji symbol. In the following EXAMPLE I will try to discuss some key…

Read MoreEmoji using HTML

Bootstrap Grid

Bootstrap’s grid system allows up to 12 columns across the page.If you do not want to use all 12 column individually, you can group the columns together to create wider columns.Bootstrap’s grid system uses a series of containers, rows, and…

Read MoreBootstrap Grid

Mysql WHERE Clause

We have seen the SQL SELECT command to fetch data from a MySQL table. We can use a conditional clause called the WHERE Clause to filter out the results. Using this WHERE clause, we can specify selection criteria to select…

Read MoreMysql WHERE Clause