im getting DOMException: Failed to load because no supported source was found in audio.play(). im getting his issue on audioElement.src = 'songs/${index+1}.mp
I have a JS-based dynamic website which is built the following way: On the server side the index.html contains the "frame" of the website: the navbar and the si
<?php $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $from = 'From: yoursite.com'; $to = 'contact@yoursi
I’m looking to receive updates from Crunchbase about companies I have on my site. Would I use embed to do this or iframes? Or neither… <body>
I have inherited this project from someone else and I would not have set it up like this in the first place, but I have this component list-item-component: <
I’m building my portfolio and it has a theme as if it's been drawn on paper. When you hover over a link on my navbar, the SVG animates from underneath, it
I have an HTML layout engine that has a common component that can switch between ol HTML, ul HTML, and table HTML structure <component> <ul>
I have slick slider implemented on a module and here's a summary of how I'm wanting it to function: <= 767px screen width: show dots (no arrows) and 1 slide.
I would like to use a CSS selector to select a specific child TAG but only if parent has no other children or text. In this specific case the <a> tag that
this the picture Hello can anyone help me to do this so i should make this by using css when mouse close to div, the picture will change to mouse direction i ca
Below mentioned code works fine if the scrollbar is visible. But it stops working once i use ::-webkit-scrollbar {display: none;} and -ms-overflow-style: none;
I am trying to set the background color of the :root css property in my html file based off a hash in the url. The attached code works, but the hash doesn't per
I am learning HTML ,CSS & JS, and I am stuck here. I want to align the checkbox and label to the center of the page and no matter what I t
I don't understand why the div is overlapping. I want my div to be exact I as I click next or back pages. Here is my code <style> * {
I'm starting to look into Alpine.js and trying to understand how it works. I have some html with one button to flip the background-color in two other buttons, b
I have a form with three input elements. I want to run my validate function when the last input element is not equal to null. Any ideas please. Here's the code
I have a model named "Manga". In this model I have manytomanyfield object called chapters with this model. class Chapter(models.Model): chapter=models.Integ
I have a model named "Manga". In this model I have manytomanyfield object called chapters with this model. class Chapter(models.Model): chapter=models.Integ
I wanted to make the tag open two URLs at the same time. This is what I tried: Only HTML <a href="URL1" target="_blank" onclick="window.open('URL2');">te
I want divide my HTML Page into 4 different vertical sections . I want each section to have a different background color, for that I used div but it each backg