Usharani has Published 88 Articles

How can I insert default value in MySQL ENUM data type?

usharani

usharani

Updated on 20-Jun-2020 09:07:21

We can do it with the help of the DEFAULT attribute of the ENUM data type. The DEFAULT attribute causes an ENUM data type to have a default value when a value is not specified. In other words, we can say that INSERT statement does not have to include a ... Read More

CSS3 Responsive Web Design

usharani

usharani

Updated on 20-Jun-2020 08:41:11

Responsive web design provides an optimal experience, easy reading and easy navigation with a minimum of resizing on different devices such as desktops, mobiles, and tabs).Let us see what is a responsive web design:

What is oncontextmenu event in JavaScript?

usharani

usharani

Updated on 19-Jun-2020 11:03:46

On right click of an element, when the context menu opens, then it is known as oncontextmenu in JavaScript.ExampleYou can try to run the following code to learn how to work with oncontextmenu event in JavaScript −                                         Right click    

How to get a pseudo-random number between 0 and 1 in JavaScript?

usharani

usharani

Updated on 19-Jun-2020 07:53:05

To get a pseudo-random number between 0 and 1, use the Math.random() method in JavaScript.ExampleYou can try to run the following code to get a pseudo-random number between 0 and 1 −           JavaScript Math random() Method                 ... Read More

How can I set the default value for an HTML