Badboy wrote:Does it work the same way as if it were ordinary text?
I'm not sure what it is you are asking. If you want to create HTML pages, then a text editor is the traditional way to do it, but these days what with Windows and everything, people find it too hard, they want a WYSIWYG method so they use something like Microsoft Front Page or Coffee Cup HTML Editor which is free. For little snippets, a text editor is all you need.
HTML looks like this in Notepad, and lots of other text editors.
<html>
<body>
Welcome to B1FF's Home Page!
</body>
</html>