If we write HTML that has no content just the head title body and metadata with script and style elements to external style and script is it really a hypertext markup language at that point?
8
4
17
I think I get your meaning, but I'd guess you're referring to libs like React which only deliver a barebones "document" as actual HTML to bootstrap a script-generated page? In that case, you still have to generate & render HTML at some level to do anything useful on a web page.
2
2
Replying to @TroyWarr
Yes I am thinking of the declarative web which is what the web is meant to be not programmatic that is an HTML5 and JavaScript first mentality it does not address the real nice it's that we've been with the web for declarative which is to be meaningful searchable accessible

Apr 29, 2022 · 3:15 PM UTC

1