Embed Youtube Iframe on Website with Video Loop
Embedding YouTube videos on your website is a common practice, but sometimes you may want the video to loop continuously. Fortunately, YouTube provides an easy way to set up looping for embedded videos. Basic Embed Code Start with the basic YouTube embed code (without loop). For example: 12345<iframe src="https://www.youtube.com/embed/1O0yazhqaxs" width="560" […]
Embed Youtube Iframe on Website with Auto Play
Embedding YouTube videos on your website can significantly enhance user engagement. One useful feature is the ability to set videos to autoplay when the page loads. It is important to note that for autoplay to work, the video must be muted. This is due to modern browser restrictions aimed at improving user experience by preventing […]
HTML element style tag validation approaches in 2023
In the rapidly changing world of web development, it’s essential to keep up with the latest standards. Some ways of inserting <style> tag to the HTML document are not valid for HTML5. In this article we will go through different compliant methods to insert <style> tags to your HTML documents. Although there are some invalid […]
How to Use the Gmail SMTP Server to Send Emails for Free
This article will be instructions on how you can make your personal Google Gmail account into an SMTP server. For us developers, this is great, because we can use this feature to send out emails from our application(s) without being blocked by our system administrators or other internal team blockers. But keep in mind, this […]