Is it wrong to copy HTML code from a webpage to get my web page started and make major changes to code to personalize?
-
-
Answer:
Nah. Everybody does it, meaning that there's a very good chance that they themselves originally copied it from elsewhere. It's a good way to jump-start web page development: you can get the whole page laid out before you completely understand it. That's assuming the "major changes" really are major, and you're not planning to just leave it that way, comments and images and all. But the basic tag structure is so common that there's no point in people trying to protect theirs.
Bruceinfl at Amazon Askville Visit the source
Other answers
2) As Pan stated below, it's a good way to start a web page - however, be aware that you'll only get client facing code, and the majority of the real "working parts" of the page will be in server side scripts and java code; so, most professional pages will be useless to you without the server side code, especially in a database, authentication or SSL is involved.
Schelli
Thank you Schelli. I have no html knowledge to be honest. It's just a contact form with a few fields to be filled in (name, address, etc.) and an image upload script that allows a visitor to attach a picture for upload. I copied the code, changed the questions and deleted alot. I previewed it in an html preview viewer and it looks good as a web page. Are you saying I can't just paste into a webpage on my site? Only thing I couldn't find was html code telling it where to send the contact form and image when submitted? Would that be the server side stuff I'm missing? I was just hoping for the contact form and image to come to my email.
Bruceinfl
4) You can publish the html that you have, and it will "work". However, without server-side code and a database, having people enter information on the page is worthless if you don't have a script to take that entered information and insert it into the database - and then you also need to have code that prohibits malicious users from performing sql injection and trashing the database. "Only thing I couldn't find was html code telling it where to send the contact form and image when submitted?" YES "I was just hoping for the contact form and image to come to my email." Then you'll need to add code that will take the information from the form and insert it into an e-mail program and send it.
Schelli
Related Q & A:
- How can I make a dynamic web page in PHP?Best solution by Yahoo! Answers
- In the simplest clearest language possible, can any one tell me step by step how to get a web page or domain?Best solution by Yahoo! Answers
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
- How do I put an html code in a scroll box?Best solution by html.am
- What's the HTML code for a scroll box on top of a picture?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.