Syntax:
Works
= Swimmingly
/ Beautiful
List with headings:
- Well this is fun
Syntax:
Works
= Swimmingly
/ Beautiful
List with headings:
In Restful Web APIs it is argued that one of the major problems with APIs (arguably regardless of whether they are RESTful) is that they don't convey enough semantics so a client unfamiliar with implementation details (media type, URL structures, HTTP methods etc.) could still make use of it. On the "human web" this isn't really a problem, as the book rightly points out, because humans are much better at making decisions despite considerable semantic gaps. For example, if a site contains a link with the text:
Click here to buy our most popular product!
It's easy for us to understand that we can click on it to purchase an item; a computer however would just see some additional markup and realize it's a link, but not where it points to, why or what it is:
| body { | |
| background: rgb(239, 239, 244); | |
| } | |
| .toggle { | |
| position: relative; | |
| display: inline-block; | |
| font-family: "Helvetica Neue"; | |
| font-size: 10pt; | |
| border: 1px solid lightgrey; |