Site icon Syrus Design 👨‍🎨

How to start a simple HTML page

HTML page

HTML is a markup language that teaches web browsers how to arrange the sites you visit. It can be as complex or as straightforward as the site developer desires. HTML is composed of components used to enclose, wrap, or mark up different portions of the material to make it appear or operate in a specific way. Here I discuss some text editors for starting a simple HTML page.

HTML Using Notepad or TextEdit

Open Notepad (PC) on Windows 8 or later.

Open TextEdit first (Mac)

<!DOCTYPE HTML>

<HTML>

<head>title</head>

<body>the body elements represent the content of document</body>

</HTML>the html elements represent the root of the html documents.

Save the HTML Document

In your browser, view the HTML page.

Open the Html document in your preferred browser (double click on the File, or right-click – and choose “Open with”).

“Try it Yourself” with W3Schools Online Editor

You may modify HTML code and view the outcome in your browser using our free online editor.

Exit mobile version