This is what I'm trying to link into my HTML and it's not working I tried taking off the two periods and that doesn't work either. <link r
I am not at all an expert in react, but from what I could see if I import some css sheets these will be for all my application. If I wanted to use react for a m
I want to be able to scroll to a target when a button is pressed. I was thinking something like this. <button (click)="scroll(#target)">Button</button&
I have a question regarding the information flow of a simple link. Let's say I have an HTML that does this: <a href="servlet">Go to Servlet</a> A
I'm using a Google font Noto Sans to render English text along with Hindi (Devanagari) in a <select> But some of the Hindi characters seem to be cut off f
I'm working with some items in a list: <ul> <li>Item1</li> <li>Item2</li> <li>Item3</li> <li>Item4</
I have a website that has an image with a src attribute and I would like to change the src location of that image with an image of my own. The image lives in a
I'm trying to create something in A-frame (aframe.io) where when a button onclick event happens, a cube will change colors. Here is my current code: <script
I am trying to figure out a way to take a sphere in my scene and set the color of the sphere to a variable. How can I achieve this? I would also like it to upda
I've been exploring the limits on SpeechSynthesis.speak on iOS Safari. I believe the current rules are more restrictive than there were in the recent past. Are
How do I make a color changing/fading background using html and css and possibly javascript similar to waht https://kahoot.it has?
I am trying to get the location of the user with HTML5 geolocation. On Desktop it works great, but on all my mobile devices (Samsung note, Samsung galaxy S4 And
I'm using an input of the type date. I would like to know if there is a way to make the datepicker selection panel opened by default when the user enters in the
I want to copy a selected range from Excel to the body of an Outlook mail (Office 2013). The table is pasting with Center Align. I want to paste with left-align
I want to know how to use thead and tbody in gridview in asp.net and this my html am trying to add page control presented by DataTables I have to use thead and
I have a game written in Javascript with the Processing.js library. I want to make highscores for that game, and for that I want the user to be able to type a n
How to automaticly sort properties in existing CSS file? Is there any way to do it by Excel or something? I want to declare my own order of properties for any C
I'm very novice to HTML and CSS and have not yet "gotten it" how it all works. I am trying to achieve a table made of two rows, in which the first row only has
I have an image where if you click the image, it acts as a button and opens up an overlay window with a form. A user can submit a username and password and subm
When we are coding python code, we typically use packages and modules that we import. For example, when we are coding we may write: import numpy import requests