Question:

Changing font inside HTML tables (using notepad)?

by  |  earlier

0 LIKES UnLike

made a little webpage using notepad for an assignment (has to be notepad), the font for the whole page is Tahoma and works for most of it except the first table which defaults back to times new roman. How do i change the font inside the table? i've tried adding " font="tahoma " inside the table tags..

Any ideas?

 Tags:

   Report

3 ANSWERS


  1. span style="font-family: tahoma;" in brackets and then /span in brackets when you are done


  2. <table style="font-family:tahoma;">

    <tr>

    <td>Text with Tahoma font</td>

    </tr>

    </table>

  3. <font face="tahoma"> words..... </font>

    its its own tag. Its better to you use css. but if its for school, then this is the HTML coding way.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions