CSS Media Queries are used to define different styles rules for different screen sizes. like-laptop,mobiles,Desktops,smart watches etc. Media...
Prototype:- In JavaScript, every object has a built-in property whose name is a prototype. The prototype contains some methods and prototypes which...
Array:- The array is used to store ordered collections. Like if you want to store HTML elements, goods list and users list then you use an array data...
Introduction: Git is a popular version control system(VCS).It was created by Linus Torvalds in 2005 and it is maintained by Junio Hamano. Git is used...
HTML is a Hypertext markup language, we use this language to build a skeleton of a webpage. With the help of html elements which are created using...
Video Tag: The video element allows you to add a video in the html page very easily. There are a number of features you include in your video...