|
|
|
|
|
by gosub
5470 days ago
|
|
a markup language like html is not made of elements that containts other elements, that is just an artifact of the syntax. A tag is more like a "semantic modifier" of its argument/the thing that it contains. How is <i>Lorem ipsum</i> different from (italicize "Lorem ipsum") or italicize :: string -> adorned-graphic-text ? edit: also, I think having one entire application expressed with only language (coffeescript vs html+css+javascript) is an advantage. |
|