I'm struggling to get these two text elements (h1 & p) underneath of each other. The header somehow seems to be blocking the paragraph from floating to the
I want to give an explanation based on color of each dot below. The whole page is: My HTML code for the spesific area: <div class="dot-expl"> <d
I am trying to scrape the first 20 links on a Wikipedia page but I want to ignore the infobox on the right side. It has a 'table' tag. Here is what I have so fa
I have a css&html only form with multiple fieldsets on codepen, however only this fieldset with the <textarea> is overflowing on resizing the window.
i'm trying to use a chart on my webpage using Lightweight-charts-library but the chart won't show. This is my HTMl <!DOCTYPE html> <html lang="en">
I'm using Live Server extension in Visual Studio Code and it's working perfectly. But whenever i try to add a form for example with the following structure:
I am creating a simple spinner game that matches 3 images from a predifned array. Now when i click on start it starts spinning the first image only and the thre
I have to query a mysql database using php, but a file with the .html extension for example my index.html does not recognize the <?php ?>. Now I have inde
I am using custom django forms. It seems that my form is not valid. I can't find the error. Could you help please?? signup.html`
I'm trying to add a custom text layout in a div by using shape-outside and clip-path. It does work as intended except one thing - parent height is not fixed so
i am doing scrapping using selenium but not able to get all the href of 25 pages and all 626 products listed by getting all the href of products and multiple fe
I have a page where I toggle between areas using angular functions onclick at home.php like <button class="btn btn-success btn-lg span6" ng-click="settingMa
I am using a TablePress of wordpress library and try to display 100 rows per page in admin account , Not user page. How can i do that ?
I have a CSS file that contains a background image: in this case it's an animated PNG. This APNG has loop 1, meaning it only plays one time. I have it working t
I am trying to line up this list item directly underneath the hours div tag. My list item is pushed just a little to the right, and I cant seem to find out why.
While using both Vue and React, I regularly stumble upon so-called "hydration mismatches". What does it mean?
I'm having a component called Nav inside components directory and it's code is some thing like below: import Link from 'next/link'; const Nav = () => {
Greetings, I need some help again. I am creating a simple webproject and I want to share it with my friends. I just want to know, It's possible right? "How can
I've been trying to write a Flask app which automatically converts Markdown into an HTML that will get served as the response. Consider the following toy snippe
I'm having a problem with a footer in HTML: I want to do a footer like this: Does anyone have a suggestion?