@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openstandards.email/styling>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Styling & Layout"@en-US;
  schema:description "Modern web languages can enhance both the visual appeal and functional aspects of email content, enabling advanced, responsive layouts that deliver a more engaging and seamless user experience."@en-US;
  schema:dateModified "2026-01-19T15:05:29+00:00"^^xsd:dateTime;
.

