Jump to content

test123a

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

test123a's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_draggable <script> //Make the DIV element draggagle: dragElement(document.getElementById("mydiv")); It should be "draggable", but instead it's "draggagle".
  2. test123a

    Demo?

    A few weeks ago, i remember a button in the w3schools editor, i cannot remember what it said, but when i clicked it, i got redirected to a page saying "We are working on a function that gives our users the ability of creating their own websites" or something like that, what was it?
  3. <style> .sub-heading { background-color: #1c1c1c; } </style> <div class="sub-heading"></div> I think this could work, if i understand your post correctly.
  4. Ok, thank you! What i've understood from this means that the w3schools code examples aren't copyrighted, so i can use them in my website? Is that right?
  5. Can you please just summarize it for me?
  6. test123a

    Upload

    How can i make a PHP code to upload files to a github repo? (A directory can also do) And i was wondering if can do this in github?
  7. Are the w3schools code snippets free for commercial use?
×
×
  • Create New...