HTML Editors


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

How To Use Audio In Html

 How To Use Audio In Html  Friends, if you want to put a  <audio>  in html, then you have to use the audio tag. Some examples are giv...