Search results

  1. G

    What is the html code to cause a link to redirect to a certain part of the same page?

    On the part that you link, put: <a href="Section_2">To Section 2</a> On the part that you want to go to, put: <a name="Section_2">Section 2</a>
  2. G

    How can i recover lost data on my flash drive?

    In my experience, you can access the hidden files and folders, then open the trash bin and retrieve the files from there, but that only worked on a Linux computer and when I hadn't ejected the flash drive yet. There might be another way to recover it, but I'm not a IT guy, so I don't know.
  3. G

    Where to learn to build a website using HTML?

    You need to upload it through a web hosting company, such as GoDaddy.com. Here's some steps to upload your website.
  4. G

    What is the HTML or JAVA to make the background of your site expand or contract to any..

    When you make your background, make a code like this: body { background url("background.jpeg"); background-repeat:no-repeat; background-position:center; background-attachment:scroll; background-size:100% }
Back
Top