Live data from Hacker News

Why can't HTML alone do includes?

frontendmasters.com

1–10 of 367 posts

Re: Why can't HTML alone do includes?

#4
The simplest answer is that HTML wasn't designed as a presentation language, but a hypertext document language. CSS and Javascripts were add-ons after the fact. Images weren't even in the first version. Once usage of the web grew beyond the initial vision, solutions like server-side includes and server-side languages that rendered HTML were sufficient.

Re: Why can't HTML alone do includes?

#5
FTA

> We’ve got , which technically is a pure HTML solution, but

And then on the following paragraph..

> But none of the solutions is HTML

> None of these are a straightforward HTML tag

Not sure what the point is. Maybe just complaining

Re: Why can't HTML alone do includes?

#9
post #5

FTA > We’ve got , which technically is a pure HTML solution, but And then on the following paragraph.. > But none of the solutions is HTML > None of these are a straightforward HTML tag Not sure what the point is. Maybe just complaining

Iframe is stuck in a rectangular box. It's not really suitable for things like site wide headers, footers and menus.
Post reply on HN