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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why You Should Learn HTML5 Now Before It Explodes In Popularity

13 点作者 kaaist将近 12 年前

5 条评论

toastedzergling将近 12 年前
I feel HTML5 today&#x27;s &quot;Web 2.0&quot; of a few years ago. It&#x27;s an overblown term that doesn&#x27;t really capture what it is. CSS3 is cool. Canvas is cool. More native video is cool, I guess. The other new html elements are... ok... but quite frankily I&#x27;m fine with &lt;div&gt;s and changing them to &lt;sections&gt; seems annoying more so than helpful. HTML5 doesn&#x27;t seem to bring anything radically new; most of what it allows could be done before, just with more workarounds and quirks. It&#x27;s being hyped up as some next great thing, and not really a radical new development, it&#x27;s much more incremental really.<p>And plenty of people are still using IE8 and Windows XP, and will for the next few years, so I don&#x27;t think it&#x27;s really more critical to learn HTML5 than over HTML4. Actually, it&#x27;s hardly even possible to learn one without the other.
评论 #6008124 未加载
评论 #6008175 未加载
评论 #6010904 未加载
评论 #6008162 未加载
da_n将近 12 年前
&gt; If there was one programming language I’d recommend to learn for the long-term, it is HTML5.<p>I would recommend going a step further and learning Object Oriented HTML5, no point just learning to program in plain HTML5. &#x2F;s
评论 #6008557 未加载
评论 #6009287 未加载
wldlyinaccurate将近 12 年前
I used to get upset about it, but now I&#x27;ve just come to accept that when people talk about &quot;HTML5&quot;, they don&#x27;t mean HTML. They mean CSS3, JavaScript, all of the APIs that come with the HTML5 spec, etc.<p>This graphic sums up pretty nicely what &quot;HTML5&quot; actually encompasses: <a href="http://upload.wikimedia.org/wikipedia/commons/f/f7/HTML5-APIs-and-related-technologies-by-Sergey-Mavrody.png" rel="nofollow">http:&#x2F;&#x2F;upload.wikimedia.org&#x2F;wikipedia&#x2F;commons&#x2F;f&#x2F;f7&#x2F;HTML5-API...</a>
评论 #6008237 未加载
评论 #6008220 未加载
bluetidepro将近 12 年前
To &quot;toastedzergling&quot;&#x27;s comment also (<a href="https://news.ycombinator.com/item?id=6007986" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6007986</a>), the term &quot;HTML5&quot; seems to always be used in the wrong way. People use it as a buzz word, when they don&#x27;t actually realize what they are really describing. In the context I usually hear it, they typically mean CSS3 or javascript features, not actual HTML5 features.<p>While I think HTML5 does offer some exciting features, I also think people need to know the differences between what HTML5 is and more importantly, what it is not.<p>Because even the graphic they show in the article (<i>“HTML5″ is currently the #1 job trend based on the fastest growing keywords found in online job postings...</i>) says just how recruiters and job listings use that specific term. 90% of the time I see that used, it&#x27;s a keyword as just wanting you to know general HTML, but they use the phrase HTML5 over &quot;HTML&quot; because it sounds better.<p>For kicks, this site probably marks the biggest confusion that I always hear with HTML5: <a href="http://iscss3partofhtml5.com/" rel="nofollow">http:&#x2F;&#x2F;iscss3partofhtml5.com&#x2F;</a> <i>spoiler alert: NO.</i><p>EDIT: No clue why I&#x27;m being down-voted? As the perspective of a front-end designer who just recently was very active in the job market, this was ALWAYS the case. None of the companies were actually using true HTML5 features or wanted to use true HTML5 features, they were just using CSS3 or jQuery. Obviously it was just a recruiter trying to use buzz terms to describe knowing general HTML.
Ticktacks将近 12 年前
I&#x27;d rather recommend learning to make Google Glass apps.