TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HTML Is a Programming Language. Fight Me

2 点作者 CameronBanga4 个月前

2 条评论

proc04 个月前
it doesn&#x27;t do anything on its own. Html tags are meant to be parsed and used by the underlying programming language that adds the actual functionality. Nobody is saying it&#x27;s simple, or useless it&#x27;s just not a programming language. I&#x27;d be surprised if it&#x27;s even Turing complete, but even then it&#x27;s still about how it&#x27;s used and right now it&#x27;s for browsers to create the DOM with C or C++, and then exposes this object to JS.<p>(I didn&#x27;t see any real explanation in the article, it&#x27;s more a of an HTML praise, which I get, I think it has done a lot for the web)
rcakebread4 个月前
The author doesn&#x27;t even mention what HTML stands for. Hyper Text Markup Language. It&#x27;s almost as if they named it to avoid confusion with a programming language.