is a H2 tag</h2> <h3 style="color: gray">This is a H3 tag</h3> <h4 style="color: #232323">This is a H4 tag</h4> <h5 style="color: yellow">This is a H5 tag</h5> <h6 style="color: blue">This is a H6 tag</h6>
style="color: green; background-color: lightblue;">This is a H2 tag</h2> <h3 style="color: gray; background-color: lightblue;">This is a H3 tag</h3> <h4 style="color: #232323; background-color: lightblue;">This is a H4 tag</h4> <h5 style="color: yellow; background-color: lightblue;">This is a H5 tag</h5> <h6 style="color: blue; background-color: lightblue;">This is a H6 tag</h6>
padding</div> <div style="background-color: lightblue; margin: 25px">This is a div tag with margin</div> <div style="background-color: lightblue; border-width: 1px; border-color: red; border-style: solid;">This is a div tag with border</div>
a div tag with border</div> <div style="background-color: lightblue; border-width: 1px; border-color: red; border-style: solid; border-radius: 8px;">This is a div tag with border radius</div> <div style="background-color: lightblue; border-width: 2px; border-color: red; border-style: dashed; border-radius: 8px;">This is a div tag with dashed border</div>
of 64px</p> <p style="font-size: 32px">This is a paragraph tag with the size of 32px</p> <p style="font-size: 32px; font-family: Helvetica">This is a paragraph tag with the font family Helvetica</p> <p style="font-size: 32px; font-family: Courier">This is a paragraph tag with the font family Courier</p>
a text</p> <p>Hello this is a text #2</p> </div> <div style="display: flex; flex-direction: column; background-color: yellow;"> <p>Hello this is a text</p> <p>Hello this is a text #2</p> </div>
H2 tag</h2> <h3 class="bg-lightblue">This is a H3 tag</h3> <h4 class="bg-lightblue">This is a H4 tag</h4> <h5 class="bg-lightblue">This is a H5 tag</h5> <h6 class="bg-lightblue">This is a H6 tag</h6> <style> .bg-lightblue { background-color: lightblue; } </style>