Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [html-lists]

Used for ordered and unordered lists and their list items in HTML, and also any list styles applied to them.

-6 votes
0 answers
28 views

How to Create a strategy [closed]

How to create strategy for trading in 1sec time frame and back test. I have no try so that how it. So plz tell me how to creat self strategy in trading view chart and set automatic sell or buy like a ...
Sikandra 's user avatar
1 vote
1 answer
54 views

Show/Hide HTML list items based on ajax results

I'm running a PHP file that uses javascript to add to a list of items that is pulled from a sql database. The search filter does not affect the items that were taken from the sql database. How can I ...
Exosylver's user avatar
  • 166
0 votes
1 answer
30 views

Implement Edit and Delete functions using buttons

I have this HTML file of a website that includes a form to enter recipes and display them below. Every recipe has a title, an ingredients section and an instructions section and every recipe must have ...
user25460651's user avatar
-1 votes
2 answers
54 views

How to start page with html list expanded?

I have the following code which produces a collapsible list: .collapsibleList li > input + * { display: none; } .collapsibleList li > input:checked + * { display: block; } .collapsibleList ...
ellat's user avatar
  • 31
0 votes
1 answer
39 views

How do I repopulate a list with local storage json data?

This is my first time using this resource so bare with me. I'm working on a choose your own adventure game. I need to be able to take a ul, store it in local storage, and repopulate a ul on another ...
dpjollygreen's user avatar
-1 votes
1 answer
47 views

Align lists of list in html

I'm designing the bottom section for a website that should contain three lists, arranged horizontally, each with its own points, which are links or text. I tried to create an unordered list, with 3 ...
Luca Biagini's user avatar
0 votes
1 answer
29 views

Bootstrap 5: Content between tabs not showing nor changing

I'm a beginner coder and have been trying to make my topnav bar work with my links to switch between tabs. It shows that the tabs are switching in the URL, but it doesn't change the content being ...
zephyr's user avatar
  • 1
0 votes
0 answers
17 views

Get the displayed index of an item in an HTML ordered list

I've got a document with an HTML ordered list where some of the list items have hyperlinks to other items in the same list. Is there a way of getting hold of the displayed index that the browser has ...
PaulH567's user avatar
  • 111
0 votes
1 answer
46 views

Expand the Current List in Table of Contents

I have a basic table of contents on each webpage, and there is CSS which adds a border around the current section the user is on. This is just a snippet to show how it works: <ol> ... </...
David's user avatar
  • 81
0 votes
0 answers
62 views

How can I render an ordered list as an HTML content inside a div?

I am trying to render an ordered list inside a div but it is coming out as plain text like "flour" instead of "1. flour". Rendering other HTML contents works but the ordered list ...
yeonjun choi's user avatar
0 votes
1 answer
68 views

How to scroll to a specific element in a dynamically loaded list <ul> using Python and SeleniumBase/ Selenium?

I have an unordered list element (<ul): <ul><li><li>... with over 50 list items (<li), but only the first 10 are loaded initially. I need to scroll using SeleniumBase, but if ...
Elnatan Iskhakov's user avatar
0 votes
0 answers
14 views

How do I have full menu pop up on responsive burger hit and not have to hir second link

I have this UL LI dropdwon menu code. When mobile view the responsive shows the burger? But when users hits the burger, then the menu link appears only, and the user then has to hit that link to get ...
Ron R's user avatar
  • 1
0 votes
1 answer
33 views

How to link checkbox-elements in a hierarchy-like unordered list?

I want my checkboxes to be linked: when I click on the level 2 checkbocks, I want all checkbockses be affected from starting from level 3. So far, I could come up only with this (I clicked on the ...
baeko's user avatar
  • 7
1 vote
0 answers
46 views

How to format a nested numbered list as a degree?

There is really cool method for nested numbered lists: <style> ol { list-style-type: none; counter-reset: item var(--start-value, 0); } ol > li:before { content: counters(item, &...
Gregory Sapogovsky's user avatar
0 votes
0 answers
26 views

Why are the underlines removed from my hyperlinks and no numbers on ordered list?

Below is my backend code that send HTML to my frontend react app and I am using dangerouslySetInnerHTML to render this data. For some reason (don't know if this is the right behavior) my hyperlinks ...
Swayam Shah's user avatar

15 30 50 per page
1
2 3 4 5
400