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
I haven't written plain/raw HTML, CSS, or JS in probably the last decade. But they're still intact & are basically the only markup, styling, & scripting languages that browsers understand. It's just that we have much higher-level languages & tools now to generate/preprocess them.
2
1
Probably XML facts about it later and probably an application I wrote myself myself external CSS times minimal JavaScript if absolutely needed for forms validation or that sort of thing but even then I would prefer to use something else stop generically

Apr 29, 2022 路 2:54 PM UTC

1