That’s what I do. However I run a website for a conference, and have found that just about everyone (engineers but not programmers) thinks that this is just impossible and you positively, absolutely have to use some program to generate unreadable html pages.
However most of them didn’t have runoff as their first text formatter.
Using runoff (or any of its spin-offs like roff or troff) to format text is the equivalent (sort-of) to using a command-line system to do . . . just about anything. Those were the days when users actually had to learn detailed stuff to do anything.
If you used runoff, then presumably you also used a plain-text editor. TECO, to be specific.
Also, the noscript is sort of still supported by modern browsers (though not by XHTML if I remember right), but its use has fallen out of favor. If you don’t have JavaScript in your page, you won’t need it at all, and if you do, the noscript tag doesn’t really behave all that well anyway.
That’s the thing. I could create a webpage ‘from scratch’ ten years ago, but it’s not ‘my thing’. I can fly an airplane and a helicopter (not at the same time ). I’m a pretty good cook. I can write programs in the archaic language of Easytrieve. I know, and can do, all sorts of things. But it always seems a miracle if I work on a car and everything goes well the first time. With pages, I don’t have a need to do much with them. It may be the easiest thing in the world to people who do it all the time, but I don’t. I can see how my questions on this subject would be like me telling someone ‘OK, first you make a roux,’ and they get a blank expression because they’d never heard of it.
Anyway, whatever I used a decade ago was WYSIWYG. I made the pages using that, and then tweaked the HTML later. In this case, I don’t have a WYSIWYG editor but I do have the source code. Using TextEdit worked, and now all I have to do is FTP it to the site… when I get around to it.
But this means that “Save as : HTML” Means to make HTML to produce the screen as you see it. HTML that says "Put a < , then h , then t, then m … " and so …
You can use a Word processor (like Word) as a text editor, you just want to save as Text… so you only get the characters not the WYSIWYG stuff
Seamonkey is a WYSIWYG HTML editor made for Windows, Mac OS and Linux
+1. The difference between good, solid code and the insanity practiced by SEO mavens (= voudon witch doctors) is considerable.
Google advocates what’s good for their search protocols. The faster their bots can move through a site without redirection, the better for Google. Utterly meh for everyone else including the site owner.
ETA: Anyone who allows Word anywhere near serious web code needs to be beaten with a cricket bat.