Dashes
em dash(—) —
en dash(–) –
Styles
<div style="font-size: 18px;
font-style:italic;
border-right: 1px #7c1120"></div>
Tables ( I have been working in word press and needed to use tables to create columns)
<table>
<tr>
<td></td>
</tr>
</table>
Always check your closing tags </> is very important, and can mess up your code badly if you forget to do it.
No comments:
Post a Comment
Thanks for commenting on Design Morsels.