Re: Website improvements and source code
pepa65 <[email protected]>
| Newsgroups | gmane.editors.nano.devel |
|---|---|
| Message-ID | <[email protected]> |
Browsers are so tolerant that most anything (still) works. That said, your code is more or less html5 compliant. Replace the first line with: <!DOCTYPE html> The only thing that catches my eye is uppercase attributes, and nonquoted values (against the recommendations, even for 4.01). Cheers, Peter On 2023-02-02 15:31, Benno Schulenberg wrote: > > Op 01-02-2023 om 15:24 schreef Sidney Trzepacz: >> Upon visiting https://www.nano-editor.org/ I noticed it was out of date >> and using HTML4.1. > > What do you mean with "out of date"? And what is wrong with HTML-4.1? > Are browsers going to stop supporting HTML-4.1 soon? > > If there is anything wrong with the current HTML code, though, > however small, please tell us what it is. > > Benno