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.

Extending HTML as a Hypermedia

2 pointsby flexterraabout 4 years ago

1 comment

cratermoonabout 4 years ago
The &lt;a&gt; tag may be the least expressive tag in all of html. It seems all the time and effort of the past decades have been spent making tags more semantic and leaving layout to CSS (a good thing), the humble &lt;a href=..&gt; has evolved little. Other than picking up new protocols to understand, it&#x27;s still just a link. But nothing about the tag says what <i>kind</i> of link. There&#x27;s nothing in the tag that says anything about the kind of relationship between source and destination. If you think of the web as a directed graph, the edges don&#x27;t even have a weight. What&#x27;s needed is a property graph model: <a href="https:&#x2F;&#x2F;www.dataversity.net&#x2F;what-is-a-property-graph&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dataversity.net&#x2F;what-is-a-property-graph&#x2F;</a>
评论 #27032768 未加载