Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
when using html how do i save it and then refresh my browser?
instructions for learning to write a web page say to save it and then refresh my browser so i can check and see if it looks right. How do I do that?
4 Answers
- ?Lv 59 years agoFavorite Answer
The F5 key also refreshes the page within the browser.
CTRL + F5 will refresh and clear anything that's cached
you could also just click in the address bar and press ENTER.
Or add a link on your page that links to itself and click that which reloads the page.
- ?Lv 59 years ago
If you are doing the locally on your computer your browser is reading the file from your hard disk.
Using notepad ,or better still, a syntax highlighting editor like notepad++ edit the file and save it with a name page1.htm in a directory that you know, like my document/learninghtml. Go back to your browser and do a open file from the menu and navigate to the place where you saved the file. Select it and open it, it should display.
Now you can flip back and forth between the editor and the browser to modify the file and see the results. Rembrandt to save the file when leave the editor and reload the file when you go to the browser to see the latest version.
Source(s): http://notepad-plus-plus.org/ - 9 years ago
1. create html file
2. save file
3. upload to server
4. Refresh your url page
5. done!
Source(s): w3schools.com - Anonymous9 years ago
Just click the circular arrow (reload, refresh) and it will re scan the page.