Welcome!

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

SignUp Now!

html help

  1. Cooldude100

    Invalid syntax on html?

    Hello, my name is Grayson. I am a beginner coder who is twelve years old. I took this code from a website: <!DOCTYPE Html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> And it put out this error: File "C:\Users\grays\OneDrive\Desktop\Test.html", line 1...
  2. A

    Have the 3 images in the same line

    Hello Friends, I am trying to have the description of image come below the image. Once, I tried with figure and figcaption tags, the- second image goes below. I want to have the three images in same horizontal line while have the description to be below. If you run the code below, you may...
  3. Ron12345

    HTML & CSS Help Hover animation stop after 1 click one of the tabs

    html: <!DOCTYPE html> <html> <head> <title>Guide Collection</title> <p>Guide Collection</p> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div class="games"> <div class="tabs"> <button id="dst" onclick="openDST()">DST</button>...
  4. PirateLife

    Modifie input TEXT to lowercase

    Hi, I am trying to no matter what my customer write for their email. The formate of the email is lowercase ( no uperacase). I cant find the mistake in the code. <div class="kform_spacer"> <label><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Email...
  5. U

    HTML & CSS Job Application form with upload using HTML and JS code

    Hi I need some code for job application form filling with resume upload through google drive option for blogger site Please any one give existing code for above requirement. it will help I tried with google form creator option can't add file upload option please do the needful. Thanks
  6. U

    HTML I need Html code double click cursor move down

    Hi All I need Html code when i single click particular words like as Apply now cursor move to next line , at the same time new link wants to open to new tap with some delay. I'm placing reference website (link) in that page have double click apply like as i need code. Please do the needful.
  7. T

    HTML Add or multiply two numbers

    Good day I am trying to get a total of two numbers. The first number I need to get form my page (the number changes every few seconds (crypto clicker) Second number will always be 35 This is the code I got after search, but do not know how to get it to work <form>...
  8. sallu110

    HTML & CSS Inserting image in a web page

    Hye! I am trying to insert an image from my pc to a webpage but its not working.I am working on tailwind currently. <img src="images/PP.jpg"style="width:300px; height:300px" alt = "my pic"> This is what I get: Thanks!
  9. Stefan7kk

    HTML & CSS How to move description below image?

    How to move description below image? https://www.ecrindefleur.com/products/aloe-vera
  10. U

    HTML I need html code for Mouse pointer move down

    Hi All I'm making new website, I need html code with below concept "when I click to particular text mouse pointer have to move down with custom iy distances. in that location I add will adding adsense code. Please help me any one give code.
  11. T

    HTML Iframe login not working

    Hi, I am trying to create a portal to quickly navigate between websites quickly. But I have run into an issue. I am using an iframe to open the website in the window, but when I input my login information to the iframe page, it just reloads and doesn't proceed. It works on IE but no other...
  12. Aathena4

    HTML HTML Help

    Hi, i am looking to start my own competition business however i am having issues with designing my Product Page. I want to add "Entry Price: Draw Date: Ticket Limit: and the progress bar of how many have sold" just like in the screenshot below however i dont know how to do this and there isnt...
  13. dennermelo

    HTML & CSS Create a kind of pager in a box.

    I need to create a second repository session, but they are expanded by a "Next" button. Sorry if there are errors in English, I'm Brazilian.
Back
Top Bottom