HTML Editors
Web pages can be created and modified by using professional HTML editors.
Html editors like Notepad, Visual Studio ,Sublime Etc
<!DOCTYPE html>
<html><head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
No comments:
Post a Comment