laby_macros 0.1.2

HTML transformation macros for laby
Documentation
1
2
3
4
5
# Deprecated

The **`<frame>`** [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) element defines a particular area in which another HTML document can be displayed. A frame should be used within a [`frameset`](frameset!).

Using the `<frame>` element is not encouraged because of certain disadvantages such as performance problems and lack of accessibility for users with screen readers. Instead of the `<frame>` element, [`iframe`](iframe!) may be preferred.