Posts tagged with "Html"···
How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

Adding video content to your website is one of the best ways to make it more engaging for users. Embedding YouTube videos on websites is a common practise across blogs, educational websites, news websites, and entertainment websites. Adding a YouTube player with a playlist section is one of the cleaner ways to add multiple YouTube videos to your website.

Create a Generator Tool Using HTML, CSS & JavaScript

Create a Thumbnail Generator Tool Using HTML, CSS & JavaScript

This thumbnail generator tool uses the HTML5 Canvas API to dynamically generate thumbnails with a live preview for users. This tool allows users to customise everything, including fonts, colours, shapes, icons, gradients, labels, texts, and even export file formats like users can export images in PNG, JPG and WEBP formats.

How to Create a Simple Cookie Consent Banner with CSS & JS

How to Create a Simple Cookie Consent Banner with CSS & JS

Adding cookie consent to your website is one of the important steps to gain trust from users and comply with privacy regulations. If you are running a blog, portfolio, downloading or a business website, cookie consent is must have element in your website to ensure better transparency between your website and its users. With a simple, responsive and modern design, it doesn't make your website interface messy or ugly. It improves users' trust by telling users for what purpose or why your website uses cookies.

How to Add News Ticker Widget in Blogger (Pure JS)

How to Add News Ticker Widget in Blogger (Pure JS)

Adding a news ticker in Blogger is one of the best ways to feature new content, especially when your site is long, and also, if the design is good, then it also makes your website more attractive. In this tutorial, you will understand how to add a modern-style news ticker widget to your Blogger website using pure JavaScript instead of external heavy libraries or plugins.

How to Add Login and Signup in Blogger Using Firebase

How to Add Login and Signup in Blogger Using Firebase

Adding login and signup features to your Blogger website is one of the best ways to make it more attractive and engaging to users. By implementing login and signup features in your website, you can allow users to sign in securely to your website and give them access to amazing content and features in your website that are only available to logged-in users.

How to Add Table of Contents in Blogger (Automatic TOC Guide)

How to Add Table of Contents in Blogger (Automatic TOC Guide)

When you write long posts, it is difficult to reach the exact position of the posts your visitors need, which later may also become the reason to visitor to ignore your website. To avoid this situation, we implement a table of content in our website. An automatically well-organised table of contents gives your website a professional touch. The Table of contents also helps your website visitors to save time by scrolling a lot.

How to Add Like and Dislike Button in Blogger Using Firebase

How to Add Like and Dislike Button in Blogger Using Firebase

Adding a like and dislike feature to your Blogger website helps you to improve your website's user engagement. Several popular websites use this feature to allow users to express their opinion about a post easily and quickly. In Blogger, this feature is not available by default; to add it, we need to use CSS, HTML, JS and Firebase.