SDML article element documentation
Description
The article element is used to contain a independent, self-contained piece of content which could be published on its own. Examples include blog posts, news articles, comments or forum posts.
Example code
body {
article(id="forecasts") {
article(class="forecast") {
h3 { "03 May 2021" }
...
}
article(class="forecast") {
h3 { "04 May 2021" }
...
}
article(class="forecast") {
h3 { "05 May 2021" }
...
}
}
}
Attributes
All elements have the global attributes.
Additional attributes
None.
Default style
None.
SDTPBrowser support
Not yet implemented.