Html – Clickable circle sectors with svg path
I am designing nested circles for a project; I adapted this answer with svg which fit me best, making gaps and border easy to add to a path. I also tried as in this topic with the skew and border…
I am designing nested circles for a project; I adapted this answer with svg which fit me best, making gaps and border easy to add to a path. I also tried as in this topic with the skew and border…
I am trying to create a login form in react.js. I have an API where there is only username and password. Now I don't know how to call an Api in React.js. I have watched tutorials but I didn't get…
I'm trying to develop a syntax highlighting web component and it will take content placed inside it and syntax highlight it. So something like this: <fs-highlight data-line-numbers="true" data-language="html"> any content here .... </fs-highlight> This is a prototype implementation and it…
The code below displays a message after typing a value into the field Poprawnie zapisano: - but without this value Also does not write anything to the database. Did I make a mistake somewhere? HTML file <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> </head>…
I'd like to align a carousel with the left side of a container and have the right side stretch to the edge using the remaining space. Please see the attachment below. Thank you.
as the title states, I would like to separate the logoSlogan and the stats div vertically, however, if I put some margin in between them, it moves the both of them. Is there any clue on how I could make…
hi im trying to make a login page that after you push the button it goes to the index. I did that but now i want to change part of the html to say welcome back ( and the name…
I'm trying to use JavaScript to open and close a new window in my web application. The opening part works fine, but I'm having trouble closing the window using window.close(). Here's my code: let myWindow; //select dom element const width…
While writing html textarea content in a file, python flask is adding additional new lines in the file. There is no issue while reading the content on textarea. Initial file content: line1 Line2 Line 3 Line 4 Added one new…
I'm encountering an issue with my search box. When I clear it, all the data in my pagination appears. My objective is for it to return only the five data entries displayed on the currently active page when cleared. document.getElementById("myInput").addEventListener("input",…