New to typescript and have been using it for 2 days now mainly to build a custom component for my streamlit app. I have created the below navigation bar and the
I'm trying to set a mobile view for my site. In this particular case i have to show two different forms according to the width of the page (under 400px it shows
I have a problem that I can't figure it out. I just started learning HTML, CSS, JS and BOOTSTRAP. My question is how can I center an entire DI
<select name="docname" class="form-control" id="docname" required> <option Value="">Please Choose Doctor</option> <?php fo
const links = Array.from(document.querySelectorAll("a")); const tabs = Array.from(document.querySelectorAll(".tabcontent")) const hideAll = () => tabs.f
i would like to find the way to position the logo images like it looks here enter image description here I couldn`t find a way to position multiple logo images,
I'm trying to make a out of '*' and I got the code right because it works in the console but when I try to print it in the html document it does not work functi
I am using Hls.js to live stream an audio feed into an audio element in my HTML. In my custom audio controls I limit the user to only be able to scroll back to
I am trying to create an email template using MJML. And I want to create an inline of images both on desktop and mobile. I wrote this code: <mj-section backg
the article passages are divided into different divs tags like in the image you can see it is written data-page-number="2" just like that the data is divided i
plz help me to solve one issue. I have a Multilingual site on Django with standart internationalization framework. Settings.py MIDDLEWARE = [ ... 'djang
I have a mobile nav and I open it using this code in JS file: var toggleButton = document.querySelector(".toggle-button"); var mobileNav = document.querySel
I am building a website for me and I care about performance, speed, user experience and a lot more. When I started I didn't know much and I made an initial desi
This seems like a simple problem but I'm having a bit of trouble finding a solution. I have cards on my page and I simply want the image (in the img tag which i
I am trying JavaScript and HTML with a little CSS (that is not required), and I can't seem to define this variable. I have the element id wit
I am currently using HTMX and Django to process button clicks within a table that adds the selected item to a list. I am trying to use the name/value HTML attri
I have a Problem that my text is moving x-direction instead of 30deg. I need to move the text 30deg along. I use transform: rotate (30deg) and
i would like to ask how to scale down elements given absolute position so that they dont distort on reducing the screen size. Like i have attached an image belo
So I have a component called custom-modal.component. The HTML file looks like this: <dialog id="custom-modal"> <ng-content></ng-content> <
I can't get the right part to assume the center of the page while being constrained by the content of the left part. Does anyone have time to look into my probl