Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

html5

  1. tomliv

    Figure and figcaption

    Is it valid to have one figure that contains more than one image with a single figcaption? The spec says "One figcaption element followed by flow content. Or: Flow content followed by one figcaption element." In my mind, "flow content" is not specifically ONE item. Thoughts?
  2. woweya

    HTML & CSS Responsive website.

    Hello to everyone, Since 1/2 months ago, I wanted to start coding and learning HTML & CSS. Everything is going very well, I'm learning a lot of stuff but right now, I'm trying to understand and learn the logic behind a responsive website to be able to view the website on all devices without...
  3. Johna

    JavaScript How can I add a timeout in between functions?

    <button id="button">Click me!</button> $("#button").click(function() { console.log("clicked"); }) The button can be clicked any number of times, but I want the JavaScript function to only run at most once per second. So if the button was clicked twice in a second, the function will only run...
  4. EkBass

    p5-2D-Sidescroller

    So, here it is. My first ever Javascript program. Used p5 for some reason here too. Anyway, simple 2D sidescroll jump around whatever. Still wondering is JS or C# the one i would like to use for my future (and prpably similar) projects. Playable game via browser here. GitHub link here. Check...
  5. Johna

    How can I create desktop applications from html

    I've made an app in Html CSS and JavaScript (I know it's not the best language for making apps but I only know these). I'm made it for android using WebView. I also want to make this app run on windows. Is there a free way to do that? I don't want to use nwjs or electron, because the whole app...
  6. S

    HTML & CSS HTML5 audio - tweak controls??

    Hi all. I'm using the code below to display some very short (<2 seconds) clips on a web page so don't really need the time or progress bar showing. It would be better if we could just have the play/stop button. There doesn't seem to be a way to customise what controls are shown so wonder if...
  7. R

    JavaScript thesaurus

    i am trying to find a thesuarus program for finding synonyms to words in text. I found a place called wordnet. http://wordnetweb.princeton.edu/perl/webwn .. i tried directly copying their source directly to codpen. https://codepen.io/richardengle/pen/vYyGwVW ... no good, 404. so, I also...
  8. psycho_41

    HTML & CSS Need help to create this page exactly like this

  9. Bob383510

    HTML & CSS Code Confusion. Card Flip animation not showing back.

    I am trying to make this card effect flip and I have almost done it. The problem is that when the card flips to show the back there isn't any writing being shown. Sometimes the work back will flicker and then go, but I have no idea why this is. Any help would be much appreciated thanks forks. I...
Back
Top Bottom