new to web development and came across this error message while trying to build for production in the terminal. Tried entering: parcel build index.html Error me
I am getting an error in my old HTML form onsubmit return statement. It was working perfectly fine before but recently the same statement is showing an error. I
I want a header with an image attached to the left and a div with some text inside, to the right of this image. The div must contain horizontally and vertically
I want to show some cards on scroll and for that purpose I chose to use an intersection observer. But I ended up with: Uncaught TypeError: Failed to execute 'o
Whenever I hover over an element and data-content shows on hover, if I scroll fast or quickly, the content gets stuck on page even if I scroll. enter image desc
I am new to HTML CSS, can anyone tell me what am I doing wrong? * { box-sizing: border-box; margin: 0; padding: 0; } :root { --pink: #ff6161; --w
I have an array of my clients' pending requests that I iterate through, creating a div with relevant information for each pending request. Within each div, ther
May I know how to trigger the $event on the click of my selectAll button in Angular? My code are as follows: <div class = "col-md-auto" id = "container">
I was trying to center these div class using margin but when Im looking at the mobile view, its overlapping. I wanted to do to make it responsive by itself
I am looking for the most "canonical" and/or "up-to-date" way to add a set of default HTML attributes as a set of allowed TypeScript props to a customized, "enh
I have to create a web with two buttons to show each city's information. When I clicked the button the icon would keep adding every each time i click it. I have
I want to add a custom-styled label to my object. this is my code of SVG: <svg height="512" version="1.2" viewbox="0
I am trying to make header with background image on it. This is the url :https://aionnyc.gogroth.com/specials/ Below is the URL of my implementation: https://ht
I made a basic website header and the respective menus should appear when you hover over the options but it doesn't work. When hovering over the options "Home"
I want to show that buttons have focus, especially when accessed by keyboard. I can tab to the buttons and Developer Tools shows that the button has focus. But,
I'm trying to make a form for adding a blog page. I have title form, date form, content form, checkbox for blog category form and image form for the topic image
I am doing Excel VBA code to send emails from Outlook. This is working so far. I would like to add a couple of buttons (or links) inside the email body. The rec
I have a basic bootstrap header here: https://codepen.io/yan14171/details/KKQNoYW <nav class="navbar navbar-light" id="navbar"> <a
I want to highlight the word which user has searched. I am getting an array in response which will shows the occurrence of that word. I want to highlight that w
I'm a complete beginner, trying to make html and css work for me, and I need help! I will have a go at describing my problem in English. In my top left corner I