bold
italic
underline
Web Development In 2020
Block Quote
<h1>This is html</h1>
.container {
display: flex;
}
const x = 2;
let y = 3;
for (let i = 0; i < x; i++) y += i;
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content from cell 2 | Content from cell 4 |