How to have a bold header text?

28,855

For the bold, remove the

<b>TEXT</b>

tags and use

<span style='font-weight: bold;'>TEXT</span>

For the margin, try padding, OR add this before the FOOTER tag

<div style="clear: both;"></div>
Share:
28,855
sij
Author by

sij

Updated on August 12, 2020

Comments

  • sij
    sij almost 4 years

    I can't find out how to give my header text some (bold) like on this design.

    Here is my html/css project.

    There is something wrong with my footer too, I can't give it margin-top or margin-botton :/

    I hope someone can give me some tips and tell me what I can do better :)

  • sij
    sij about 13 years
    ye clear: both; worked like Stew said, and i have just <span class="bold">Bold text here</span> :) thanks for help