Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div {
font-size: 5em;
}
span {
background-color: rgba(0, 255, 0, 1);
}
</style>
<div><span>a</span>bc</div>
<!DOCTYPE html>
<style>
div {
font-size: 5em;
}
span {
background-color: rgba(0, 255, 0, 1);
}
</style>
<div><span>a</span>bc</div>