Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with CSS and JavaScript.

0 votes
0 answers
17 views

Smooth scroll, snappy scroll and anchor navigation at the same time

I was trying to achieve smooth and snappy scrolling while having anchor navigation at an HTML component. Only one "tab" should be visible at a time. The user would have to click in the tab ...
Jaime02's user avatar
  • 181
0 votes
1 answer
27 views

same html popover on different elements positioned in different places

I have a dropdown that I wish to show/hide using html popover API under many different elements. The problem is that popover uses id to detect the target, obviously I can't use one id on multiple ...
lilpigboy's user avatar
3 votes
3 answers
51 views

How to break a word and keep it on the same line with CSS?

Let's say I have the following paragraph tag: <p>10 andSomeQuiteLongWord</p> If I use word-break: break-word or overflow-wrap: anywhere, the word breaks as expected but also gets to a new ...
archvile's user avatar
  • 199
0 votes
0 answers
27 views

html behavior inside R-shiny

I have a Rmd file with some math expression which I kint it inside R and get a html file: --- title: "Random Markdown with Math" author: "Example Author" date: "2024-07-15&...
Haribo's user avatar
  • 2,132
0 votes
1 answer
32 views

Load Data from Database to the HTML Table in ASP.Net Core MVC

I am working on an ASP.NET Core MVC C# project and need assistance with loading data from a database into an HTML table dynamically. Suppose that I have a controller and razor cshtml file. The below ...
KitKat's user avatar
  • 15
0 votes
0 answers
21 views

How to nest multiple isset() functions based on multiple forms without losing any of the form data or refreshing the browser?

I am trying to solve a php problem to find the mean of n random numbers based on the limit(n) given by user on an HTML form. My approach was to create a Html form which asks the user to Enter the ...
Sance Shaji's user avatar
-1 votes
0 answers
31 views

How to connect an HTML GUI to a C# program

I am working on a project where I need to connect an HTML-based GUI to a C# program. The goal is to use the GUI to facilitate the exporting of records digitized by a system called ClickScan. I have ...
Esai's user avatar
  • 1
0 votes
0 answers
8 views

Use common directory for JS modules with apps in different directorys

Using vscode Live Server, I'm loading an HTML file that lives in App1 (see below). The HTML has a tag to include my JS app and another to include another JS library needed by the app. The library is ...
sizzzzlerz's user avatar
  • 4,446
0 votes
0 answers
24 views

CSS selector using :first-of-type not working [duplicate]

I have this very simple example that should highlight the text red but it doesn't work. However the same exact thing with :last-of-type correctly highlights the last row red. I am not sure why the ...
es3735746's user avatar
  • 841
0 votes
0 answers
34 views

Bootstrap 5 multiple carousel cards shows only one card

I am working on an angular 17 web app and using bootstrap 5 to create multiple cards in a carousel. Unfortunately it's just showing 1 card instead of 4. The result i am expecting will look like this : ...
Adebayo Lakatan's user avatar
-1 votes
1 answer
31 views

Java-based Web Framework for UI that integrate with Spring Boot [closed]

I'm looking for a modern framework that allow me to build a simple web-based user interface composed out of different HTML 5 elements like input boxes, slider, check boxes, etc. In addition, I want to ...
ph09's user avatar
  • 1,058
-2 votes
0 answers
10 views

Which are the programming languages that are support webrtc between for example a java user and (in all cases) a browser html5 user?

I was tried aiortc in python for webrtc between a python server user and multiple html5 web users. It works but not exactly well for many clients. So i am searching about other programming languages ...
Chris P's user avatar
  • 2,293
0 votes
0 answers
9 views

Ulkit - adding top nav sub-menu and off canvas accordian type sub-menu

I am working on a website using a html theme that uses Ulkit for menus / submenus. The source / page example is here: https://html-theme-soutien.vercel.app/category.html I can see in the .css that ...
robbertly's user avatar
0 votes
0 answers
8 views

Patternfly Select Within pf-c-form

I'm trying to change the blue hover color in the attached picture to #10175f: the code for the select is: <select id="otp" name="otp" class="pf-c-form-control" ...
amelongo's user avatar
  • 113
0 votes
1 answer
15 views

how to edit page that is creating using shortcode for Fields manager?

i created a page using a shortcode [wp_freeio_change_profile] but some information i need to change them as you will see in the screenshot First: i want to display on the drop down categories "...
Anas Mourabi's user avatar

15 30 50 per page