Skip to main content
0 votes
1 answer
49 views

I am writing an R Shiny app and use CSS to format the buttons on the header and footer of the page. I am running into a sticky situation with the Upload button, where no matter how I configure, it ...
Phi Yen Nguyen's user avatar
-3 votes
1 answer
35 views

Hello! just trying to figure out what is going on here. I am trying to understand in a comprehensive way, how all this works (I am an experienced one but always with some doubts about the things ...
qAutHorp's user avatar
0 votes
0 answers
88 views

I am trying to recreate Ethopia flag using HTML and CSS but I am unable to do the middle part of the flag. The star inside the circle is not coming as expected. HTML and CSS I have applied: body { ...
Anitha Kode's user avatar
-1 votes
0 answers
65 views

I am trying to apply simple CSS to a paragraph but the styles are not being applied. The CSS file is in the same folder as the HTML file. Here is the minimal code: <!DOCTYPE html> <html> &...
Radhika Sharma's user avatar
-2 votes
2 answers
32 views

I try to use <base href="myDriveLink" /> to redirect relative page refs like <a href="test.html" /> to files stored in the Google Drive. I am user and owner. In any ...
Robert Kirkpatrick's user avatar
-3 votes
0 answers
60 views

I created a simple button in HTML: <button onclick="show()">Click Me</button> <script> function show(){ alert("Hello"); } </script> But when I click the button, nothing ...
FARHAN AHMAD's user avatar
0 votes
0 answers
84 views

Take the following HTML: <ol> <li>one</li> <li>two</li> <li>three</li> </ol> Is it possible to set the gap between “1.” and “one”, which is the ...
twhb's user avatar
  • 4,624
-7 votes
0 answers
72 views

How to revert the code to span replacement of code tags with translated text in between which was translated by Google translate ? Google translate was not translating text between <code ....> ...
Baangla Deshi's user avatar
-2 votes
0 answers
66 views

Problem When I type a letter into a cell, the focus does not move to the next cell in the word. After typing a letter, the entire input system becomes unresponsive — I can’t type more letters, ...
Artem Kobziev's user avatar
0 votes
0 answers
25 views

I want to change background color of "maincontent" div element to red when I clicked check box, which is in header tag of my HTML page. please give any idea how to do that. <!DOCTYPE html&...
JagathNalin's user avatar
Advice
0 votes
0 replies
49 views

Graphic designer designed this component that should display forms and messages like an auth form... I'm a bit confused on how should I code the top right border... I thought a simple border-radius ...
Patrick Ferreira's user avatar
-3 votes
0 answers
33 views

I'm a junior web developer and I want to create a portfolio website using Bootstrap 5. When it's finalized, I want to add animations using AOS JS. However, when I add these, the website doesn't ...
Adjie Pradana's user avatar
0 votes
0 answers
46 views

I created a small UI class to encapsulate DOM operations: this.items is always an empty NodeList when the script is loaded in the <head> (not at the end of the body). If I move the script to the ...
kunal tyagi's user avatar
-4 votes
4 answers
117 views

I’m trying to select multiple <p> elements in my HTML using querySelectorAll, but it’s not working. Here’s my code: <p id="ss">Paragraph 1</p> <p id="ss">...
SAHIL SINGH RANA's user avatar
Advice
1 vote
2 replies
116 views

How would I go about, in an HTML webpage, having a random file in a specific directory be selected in a src? My intent is to have a randomized audio file autoplay whenever I open any webpage on my ...
utternovice's user avatar

15 30 50 per page
1
2 3 4 5
79148