So my file directory looks like this: /templates --base.html /static --/css ----base.css In the of my base.html file I have this line: <link rel="styleshee
I have a Login jsp that takes user email and sends it to servlet. If the email is not in database, the servlet redirects back to Login.jsp with an attribute "er
I am using some custom icons in my application, as show below. However when I refresh the page, or sometimes on some other action, the icons change to these ga
The company I work for has a requirement to protect some area where articles are rendered, I've implemented some procedures to protect web-scraping but the prob
So I got a navbar, and whilst working on mobile responsiveness when I open the mobile menu, the logo moves down with the list towards the center. How can I prev
On Firefox if you refresh a page you'll see the alt text appearing while an image is loading. You can see it just on this Mozilla page (check the first image).
Using React-Markdown on Next.JS, the post pages are stored as Markdown files, but for some reason the Markdown file won't render the iFrame. However if I use a
I'm trying to display footer at end of every page and table is breaking and it's not continued to the next page. Help me how to continue the data to next page a
I want to create a matching card game in JavaScript. Firstly,i just want to generate 12 random cards into the body. When I press Start Game,the container is f
I have a pre-generated html for the pagination numbers , which basically comes from the backend CMS based on the number of items present the html looks somethin
I am trying to display a list of my items from the database in my flask application. Unfortunately, the list elements are placed into the HTML as text, instead
I am having a variable (in real app it is api) called data which contains value as nested items. From the level 1 it has title which is displayed already then
I'd also like to use JavaScript to manipulate the rotation of certain layers inside the SVG. I use Inkscape, but when I save it as "Canvas - HTML", the transpar
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