HTML Editors

Get started with HTML using a simple Text Editor

Open up Notepad on your windows

Go to find > type “Notepad” > Open up Notepad

				
					 <!DOCTYPE html>
<html>
<head>
<title>Jamfinity - Page title</title>
</head>
<body>

<h1>Welcome to Jamfinity!</h1>
<p>Let's learn HTML</p>

</body>
</html> 
				
			

Write HTML code onto the notepad:

View the HTML page on your browser:

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments