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
I've come to think of HTML, CSS, & JS as low-level languages like Assembly or C. Rarely do you need to delve into those unless you're doing something really close to the metal. Yet, even React's JSX ultimately outputs real HTML - just not handwritten HTML.
1
Contrary to popular belief the web is not programming. Anything driven by JavaScript Frameworks libraries HTML5 apis any apis for that matter without content structure syntax semantics accessibility portability interoperability antithetical 2 design principles of the platform
Apr 29, 2022 · 3:15 PM UTC

