In this article we will discuss about HTML Interview Questions. I will display 10 most common HTML Interview Questions. 1. What is HTML and what is its purpose? HTML stands for Hypertext Markup Language. It is a standard markup language used for creating web pages and other information that can be displayed in a web […]
Category: HTML
How to Convert an image into grayscale by CSS
October 3rd, 2022 by codinatorIn this guide we will discuss that How to Convert an image into grayscale by CSS. convert the image into grayscale image using CSS property. In CSS, filter property is used to convert an image into grayscale image. Filter property is mainly used to set the visual effect of an image. img { -webkit-filter: grayscale(100%); […]
How to set the thumbnail on video in HTML 5?
September 28th, 2022 by codinatorIn this post you will learn How to set the thumbnail on video in HTML 5? Introduction: In this article, we will figure out how to set a thumbnail picture for a HTML5 video. Thumbnail is the picture that is shown as a review of the video. Essentially it is utilized to address what the […]