English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can anybody teach me how to do it?
ok..so this is what the dude said
hey plss copy past this code in notepad then save(unicde,all files)


Movie





Oi ye don't forget the put .html

2006-08-23 00:39:04 · 1 answers · asked by Fritzie 2 in Computers & Internet Programming & Design

1 answers

It looks like somebody was trying to show you how to save a file that represents a remote resource in it.

Let me back up. This text here that you're showing me is HTML (HyperText Markup Language), the standard language that web browsers read and interpret. HTML is as old as the web, and in that time it's gotten a lot of "extras" added to it. But we won't go into that.

To answer your question:
1) Open notepad.
2) Select the text starting with and ending with (those are the opening and closing tags telling the browser that what's between is HTML)
3) Pull down the edit menu and select "copy". Alternatively you could just select the text and hit CTRL+C
4) In notepad, pull down the edit menu and select "paste" Alternatively you could just hit CTRL+V in notepad.
5) Pull down the file menu and select "Save As".
6) In the file type selection box, select "all files"
7) In the filename box, type "WhateverYouWantToNameThisFile.html" (That .html at the end is important)
8) In the encoding box, select "Unicode"
9) Push the save button. (Be sure you know where you saved the file!)
10) Fire up your favorite web browser and open the file you just created. You should be able to view the movie.

Hope this helps!

2006-08-23 02:23:59 · answer #1 · answered by sovbob 3 · 0 0

fedest.com, questions and answers