Implementing Video tag.
As we saw a <audio> tag in HTML. Video tag is also important as we can embed a video in HTML as well as audio. The HTML Video element ( <video> ) embeds a media player which supports video playback into the document. You…
As we saw a <audio> tag in HTML. Video tag is also important as we can embed a video in HTML as well as audio. The HTML Video element ( <video> ) embeds a media player which supports video playback into the document. You…
The audio tag is one of the important tags as it is used to implement sound or audio in the document as well as, in any project. The <audio> tag contains one or more different audio sources. The browser may support in…
Today we come up with a simple post in which we have created a simple calculator using Html, CSS and Javascript. It is a lot easier for beginners who are trying to understand the basics of Html, css and Javascript.…
In this post, I have tried to explain about different events in VueJs. In simple words events are action triggered by system for example: Mouse Events Keyboard Events Mouse events can be recognized as double click, or on hover event…
We have made classes in Java, in the same manner, there are classes in Kotlin as well but they are fully known as Data Classes in kotlin. A data class is something that holds data for us. These types of…
There are many operators in every language the same applies to Kotlin also. There are different operators in kotlin like arithmetic, assignment, comparison operators etc. Arithmetic operators + — Addition Operator – — Subtraction Operator …
Responsive web page is a page that creates dynamic changes to its appearance, depending on the screen size and orientation of the device being used to view it. In responsive design, page elements reshuffle as the viewport grows or shrinks.…
I am going to get detailed into the top 3 best hosting providers. You may have heard about Bluehost, Hostinger, and Hostgator. It helps you with your one-click WordPress website, e-commerce website, and web hosting server. Bluehost This company is…
There are different loops and operators in every language and they are more or less the same in functionality but the syntax can vary. There are different types of looks like:- …
In the previous post, we made a HelloWorld program in Kotlin, that was quite simple but today we will see how to make a simple method or function in Kotlin. Basically, the declaration of function starts with a fun keyword.…