How to Create HTML From a Web Page Source
- 1). Navigate to the desired Web page in your Web browser.
- 2). Right-click somewhere in the window of the Web page and select the option that allows you to view the page source. On most Web browsers, this option is called "View Page Source," and many present this option in a drop-down menu as well.
- 3). Highlight the portion of the source you wish to copy.
- 4). Copy the desired snippet of code.
- 5). Paste the code into a new text document.
- 6). Save the code as an .html file. If it will be the main page of a forthcoming website, title the file "index.html."
- 7). Continue adding snippets of code until you have all of the desired HTML.
- 8). Open your HTML file in a Web browser, making sure that it renders properly.