|
Computer Basics |
||||||
|
| ||||||
|
To create a web page for the Internet, you must write HTML (Hypertext Markup Language) code to define what is on the page, create or acquire the images for the page, and then upload the files to a web server. What do you need?
HTML Editor: Popular programs for writing HTML include Notepad (write the code yourself!), Microsoft Expression Web, and Macromedia Dreamweaver. Graphics:
(If you do much with images, you will soon want a more advanced program than MSPaint!)
Uploading:
Browser: Web space: |
|
||||||||
HTML CodeWhen each logical part of a web page is marked, the browser will know how to display the contents in a way that makes sense for the particular display device and user. Special code tags are used to mark all the parts of a web page. For example the text in an ordinary paragraph is written in between opening and closing tags like this: <p>This is a paragraph</p> ExampleIn the frame below is a simple web page. Click the link below it to view the source code for the page. Can you find the tags that define the two headings and the list items? How about a simple paragraph? What does the image tag contain? What line dictates the background image?
Learning moreReading and analyzing the source code for the pages you see on the Web is a good way to learn about writing web pages. You can view the source code for any page that you can view with your browser. Try it with this page. Right click on the page (not on a link or an imag. A context menu appears. Select View Source or View page source or similar command. The source code will open in a text editor or in the browser, depending on your browser. The code for this page is a lot more complex than the example above! For a set of lessons on writing web pages,
go to Working with the Web:
HTML Basics
~~ 1 Cor. 10:31 ...whatever you do, do it all for the glory of God. ~~ | |||||||||