Should write the following code in the template file
Author: Mukil Mukesh M K
How to add featured images when a page is open in the WordPress admin
When a new WordPress installation is made. We will not see an option like this. To make that visible, we need to use certain code which is given below: We need to write the code in functions.php file.
Installing WordPress locally in Linux
The installation process is added in the below document:
What is Window.requestAnimationFrame() in JavaScript?
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint. The method takes a callback as an argument to be invoked before the repaint. Example: In this example, an element is animated for 2 seconds (2000… Continue reading What is Window.requestAnimationFrame() in JavaScript?
Add autoplay for swipe slider using js
Add the following code to javascriptautoplay: { delay: 2000, }
Make a section move to left and right while hovering
Example:- Html CSS JavaScript Output
How can the scrollbar for a div be hidden in different browsers using CSS?
Here .founder-section is the class of the div.
Opening a YouTube video in a new tab in Html
We need to add target=”_blank” in the code as shown below:
How can the video’s in-frame border be removed?
Use the keyword frameBorder=”0″
Change the Selection of CSS
The color of the selection is the default which is grey.