I have a form that submits data with the javascript fetch() API to MySQL database with PHP. In the code below, when the form is submitted a success message is o
<div class="container"> <pre> <code class="language-html"> <h1>I want to display html tag</h1> <
I have this grid over here: and i want the first big card to take the whole height of the wrapper and remain the same width, while the bottom two cards go to t
I'm running a little game on the web. In order for it to be optimally screen reader accessible, incoming messages, which can be about in-game actions or user te
Why is the red rectangle not appearing when I run the function createRect(). Any help would be much appreciated. function createRect() { var rec = doc
Is HTML or CSS open source like PHP or Python? For example PHP itself: PHP source link in GITHUB
When I want to display the HTML's side by side, I am using UI regions to specify left half to display one html and right half to display the second html. But si
I'm having a really basic issue with css. It won't let me centre my checkboxes in the middle of the page. The checkboxes are actually coldfusion, but should wor
I have a button in my navbar and when I press the button it opens a drop-down menu, so my question is how to stop focusing and the effects on my button when I p
I have a question is it possible to make grid item to column span when the column next to the grid item is free and in only in this case. If grid item is in row
I would like to create a sticky element that disappears when a certain div (bottles) get to bottom of the screen. I have this code that works: function update()
Error: the code: <?php $name = $_POST['name']; $mail = $_POST['mail']; $message = $_POST['message']; $to ="[email protected]"; $sub
this is my component.html <div class="form-group"> <label for="category">Category</label> <select ngModel name="category"
Is there a way to have a vue component which has a template area that only contains plain text? The problem I face with the current solution (using a div to wra
I have implemented a checkall checkbox for the table but the table has pagination and DOM only gets the elements currently showing on the page. my implementatio
This is my script: <script> import random import string def get_random_string(length): # choose from all lowercase letter letters = string.prin
I tried to add svg image on my application but it's not visible. The image link is coming from the backend. I tried multiple ways but nothing is working. 1st wa
After a long journey to figure out how to load .csv files into a table I've run into another issue. One of the columns in my .csv file is splitting into other c
I am learning bootstrap 5. so when I tried to edit the font-size of the navbar-brand. It kept the basic font-size and didn't work. further more if I try to add
I was trying to create a form where I faced an issue: The size of SELECT and INPUT element are different. In the following: why is the div with SELECT element s