+ 1
Viewing work done on html
i finished my html tags on my note pad what do i do to able to see how it looks like on a web page. Thanks
2 Answers
+ 2
Without php you can just save as .html
With php you need .php file.
Afterwards you can simply open it in a browser
+ 2
If you saved your file with .htm or .html extension then you can simply open/view it with any web browser, open your computer's file manager, navigate to the directory where you saved the file, and double click on it to have it opened using the system's default web browser (Assuming you are on a PC/laptop)
Hth, cmiiw