How to start and create a new web page

Hello Guys!
Today I will Share a Tips. How To Create a New Web Page ?
html5

Now Open Your Code Editor or Notepad  Software and Copy Below HTML Code and Past Your Notepad or Text Editor Software. Now You can Save Your File. Click to [File] and Click Save as File. or, Keyboard Command [Ctrl+S]. Now This Time Open a New Window, Then Click Your File Save Location and Rename Your File Extension Name. Type [ Index.html ] and Press Save Button or Hit Your Keyboard Enter Button. Now, You Open Your File in Web Browser Google Chrome, Mozilla Firefox or Another Web Browser. Finally, You can view your html code in web browser. Thanks view this post. & wait for upcoming our next tutorial.

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>



Or, Try it on W3Schools Try Editor :Click Here.
Previous
Next Post »