Questions tagged [html]
HTML (Hyper Text Markup Language) is the standard content markup language of the web. It is an open standard developed and maintained by W3C (World Wide Web Consortium).
1,804 questions
6
votes
4
answers
515
views
Automatic Folder Menu for images
I am building a dynamic web gallery that reads subfolders from a main directory and generates a navigation menu. Once a folder is selected, the code should display image names, but they must be ...
4
votes
2
answers
503
views
1
vote
1
answer
139
views
conditional CSS value in pure CSS
I'm not sure if I am the first to do this but I just want to share what I've figured out.
(This is used in an actual project)
I was trying to figure out how to pull off a conditional CSS value in pure ...
4
votes
1
answer
241
views
Represent CSS text color based on C# enum values in an .NET 8 MVC application
In my solution, I have the following enum definition below. It's shared across several projects, including the front-end project:
...
1
vote
0
answers
315
views
Force Google Translate to translate text between <code....> and </code> tags on my webpage by replacing code with span and revert it after translation [closed]
Some browsers were not showing text on my webpage in bold so I put some text that was between <span> tags between ...
4
votes
1
answer
185
views
Unofficial School News Website between Friends
Why I made it
I built a small news-style website in Secondary 3 to publish monthly recaps of everything happening in my friend group. My friend’s pen name was Salmon (Who is also the one who designed ...
7
votes
1
answer
108
views
Fruity Balance GUI Remake
I am new to front end development and thought to recreate the GUI of Fruity Balance just for practice. I would love to hear any advice on best practices. I am also wondering if any improvements could ...
4
votes
3
answers
214
views
My first web project; calculate the GCD and LCM of two numbers and save cookies
I made my first ever JavaScript project. It is a program that calculates the GCD and LCM of 2 numbers that the user inputs. It also stores these 2 numbers in cookies so that they can be accessed for ...
6
votes
1
answer
315
views
Splitting a long introduction into collapsible elements easier to read and translate
Before I started, we had a few long introductory texts that were shown to users in different part of the editor window, depending on what type of object they are editing. The texts describe how to add ...
2
votes
0
answers
117
views
Simple image captcha test in Java and JS (revised version)
Following on from my previous question, I would like to know what could be improved here and whether it is now secure.
I had to use Java 8 because the Blade lib was built with it, and I want to extend ...
4
votes
1
answer
181
views
Implement a simple image captcha test yourself in Java and JS
First of all: I was looking for a simple image captcha solution for a website, but all I found were "Over-the-top" solutions for me. So I decided to write something to self.
I mainly use two ...
3
votes
2
answers
272
views
A Pacman clone in Javascript with binary heap and A*-based AI
rodde's Pacman clone
I have this clone implementation of Pacman. It looks pretty much like the original, yet I had to impose some relaxations as I am not sufficiently masochistic to implement all the ...
0
votes
0
answers
50
views
Fully animated React reorderable list
I've been playing around more and more with React recently, and wound up wanting to create a fully animated reorderable list. You can get idea about what it looks like here.
It's a self contained ...
3
votes
1
answer
390
views
HTML Editor: Online HTML Editor with Real-Time Preview (version 6)
Overview
HTML Editor is a web-based HTML editor designed for web developers, designers, and learners. It offers a lightweight, minimalist environment for writing and previewing HTML, CSS, and ...
3
votes
0
answers
66
views
React section toggle with single active panel
I’ve built a working animated panel menu in React using Framer Motion. Only one section expands at a time, making the animation smooth and visually clean.
However, I’d like help improving or ...