Posts by Devsheet

Read all articles posted by Devsheet programmers and content writers.

Prevent google to index your webpage

You can use meta tags to tell search engines crawlers not to index a particular webpage or site. To do that you need to place one of the meta tags on your webpage.

Play YouTube video in loop HTML Iframe

To play a youtube video in the loop if it is embedded using HTML Iframe, you can pass loop=1 as a parameter in the src attribute.

Autoplay YouTube Video in HTML Iframe

To play YouTube video embedded using Iframe in HTML you need to pass autoplay=1 and mute=1 in the src after video URL.

Autoplay video on load in HTML

To play video automatically in HTML you can use autoplay attribute to video tag

Create modal popup CSS

Creating a simple modal popup using CSS that is centered vertically and horizontally

Show iframe only after fully loaded in HTML

An iframe is an HTML element that allows you to embed other HTML documents within the current document. Iframes are often used to load third-party content, such as advertisements or videos.

Loading more...
Search all posts...