I am just wondering how do I create my own custom snippets in visual studio code to make my workflow more productive. This one is specifically for linking my bo
I am using lazyload to display my images in my website (with data-src instead of src). However, when you reload the page, you can see the alt tag appear (durin
I found this link How to semantically add heading to a list And my problem is in this code: <!DOCTYPE html> <html lang="en"> <head> <me
I want to make the borders of the table round. If I change the background color, or make a grid in the table, then everything goes beyond the rounded corners I
I'm having trouble getting multiple Bootstrap carousels to function properly on one page. I know that Bootstrap says to set unique IDs for each new carousel, bu
Hello i just want to ask how can i set the maximum size of my cropbox? Because i got a image frame which have a 400x400 image size then inside of it is a box co
I know that prefilling of <input type = file /> tags in HTML is not allowed due to security reasons. But is there any automated way through scripts of any
I started high school this year, we are doing some big semestral project and I'm not very good in HTLM/CSS. My crewmate did the page design on some random websi
I created a shop and the url is like:https://myshop.com But my client asked me to add respective salers' id into the url so that they can do some analyses, so i
I've linked bootstrap's css file first. I've linked my css file second. Why does bootstrap gets priority over my css?? I've played with the file order, there
I'm new to Django and trying to convert a HTML template to Django project. This is my directory structure: . └── MyProject ├─&
The form required the user to input phone number if its not employee, I have done this part. How to make the validation error appear on select value change? For
I'm completely new to Vue.js and I think I have a bit of understanding of how a router works with things like: <router-link to="/"> But I am not really u
Hi guys very simple question. I have a home page and a room page. The question is why is the logo image in the navbar component loading in the homepage but not
I am trying to write custom CSS on a side by side question in Qualtrics such that both my first column and first row can be frozen panes. For example, I have 2
For simplicity sake, I have the following html that I didn't write and I have no control over. <input type="text" id="532523" name="safgafg"> <input t
i have a project that needs to include external html to my page. so this file will be included to many page. I'm using jQuery here. Let me show some code: $(doc
I have a header with two elements that when links are clicked it should take me to two different URL's: <header ng-controller="myHeader"> <nav cla
How do I move input value to the right side of the input box with css? <input id="calc" value="0">
I'm trying to use scroll-snap-type: y proximity;, but it isn't working well with react-scroll. I find that the page is scrolling in HTML tag and when I set over