L
Luke Olek
How to transform:
<html>
<h1>Title</h1>
<h2>Header1</h2>
Content
<h3>Subeader1</h3>
Subcontent
</html>
to:
<newsletter>
<title>Title</title>
<section header="Header1">
Content
<subsection header="Subheader1">
Subcontent
</subsection>
</section>
</newsletter>
Any help appreciated!
<html>
<h1>Title</h1>
<h2>Header1</h2>
Content
<h3>Subeader1</h3>
Subcontent
</html>
to:
<newsletter>
<title>Title</title>
<section header="Header1">
Content
<subsection header="Subheader1">
Subcontent
</subsection>
</section>
</newsletter>
Any help appreciated!