TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Simple and Boring

1 pointsby b3uabout 5 years ago

1 comment

zzo38computerabout 5 years ago
That document does not itself follow their own advice (perhaps due to being part of another web site with their own CSS stuff), although a few web pages do, The example they give, like below (although I entered different text), is good way to make a web page, although a rather simple one. It is also rather readable even if you do not have a web browser (or won&#x27;t open it just to view one document).<p><pre><code> &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;body&gt; &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;&#x2F;p&gt; &lt;&#x2F;body&gt; &lt;&#x2F;html&gt; </code></pre> &quot;You can build a robust, reliable, and fully responsive web application today using only semantic HTML on the front-end. No images. No CSS. No JavaScript. It’s entirely possible. It will work in every modern browser. It will be straightforward to maintain. It may not fit the standard definition of beauty as far as web experiences go, but it will work. In many cases, it will be more usable and accessible than those built with modern front-end frameworks.&quot; I agree with this. But, they say it is not the best approach; well, sometimes it is, I think (not always, but perhaps usually, especially for documents which are not &quot;apps&quot;). It is much more usable and accessible, and I also think it actually does look better too (especially considering, if the user configured their browser with the fonts and colours they want it, then the user will be satisfied, I think).