3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

how to hand script a website

how to hand script a website
in this tutorial we will be going thought html scripting.

note:
some code may look like a link please just ignore it
 
Remove these adsRemove these ads by Signing Up
 

Step 1You will need:

you will need:
notepad++
a free web hosting account with this host

« Previous StepDownload PDFView All StepsNext Step »
11 comments
Dec 19, 2008. 4:28 AMnativman says:
<body oncontextmenu="return false">

this code will entirely disable right click of the mouse in html or xhtml.
Jul 27, 2008. 3:51 PMPbyrd says:
I was wondering does it cost anything to make a website?
Jul 27, 2008. 1:48 AMannex666 says:
Just a note that the tag is NOT to invert text - it has the effect of italicizing; the image seems to give the right impression, but the text is wrong.
Jul 26, 2008. 4:11 PMNoodle93 says:
<head>
<title>
This is the title of the HTML page
</title>
</head>

You should actually teach them how the <img> code works.

<img src='http://website.com/image.jpeg' alt="The text which will appear if the SRC url is invalid' >

And you DON'T have to have an account with 000webhost. There are hundreds of great free hosting websites. From my experience, Geocities and Bravehost are great. Bravehost even gives you little snippets of code for things like passwords, counters and other stuff that a new (or Solely HTML) user would not be able to code.
Jul 26, 2008. 9:38 PMNoodle93 says:
Trust me. Make your i'Bles as thorough as possible, it will result in less unnecessary, highly annoying questions.
Jul 26, 2008. 4:12 PMCameronSS says:
Why do you need Notepad++? You don't seem to be doing anything that Notepad can't handle.
Jul 26, 2008. 6:09 PMTonamel says:
You don't specifically need notepad++, but it has contextual highlighting that makes the code a LOT easier to read/understand when you're going back through to debug it. It has some other features, like autocompleting tags, that some people find useful, but the highlighting alone makes it better for writing code than Notepad.
Jul 26, 2008. 7:47 PMac1D says:
and trust me, you cant go without highlight on a 2000 line code!

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
3
Author:liammk