HTML/WWW

Whether you dabble in small-time web development or you just have general interest of digging around in code to see how things work, there may be times when you want to see the HTML source code behind a specific web page.
It’s possible to do this from both your iOS devices such as an iPhone or iPad, and your Mac. In this tutorial, we’ll show you how to view the HTML source code of a web page on both platforms.

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

HTML Editors
Step 1: Open Notepad (PC) Windows 8 or later: …
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. …
Step 2: Write Some HTML. Write or copy some HTML into Notepad. …
Step 3: Save the HTML Page. Save the file on your computer. …
Step 4: View the HTML Page in Your Browser.