Question:

When i add a hecadecimal code to a website or specific word do i need to close it?

by  |  earlier

0 LIKES UnLike

u know like:

<font color = "hexidecimalcode">The Word</font color>

 Tags:

   Report

1 ANSWERS


  1. &lt;font&gt;&lt;/font&gt; tags are deprecated.  Use &lt;span&gt;&lt;/span&gt; tags instead:

    &lt;span style=&quot;color: #006800;&quot;&gt;This sentence is dark green.&lt;/span&gt;

    To answer your question:

    The color=&quot;color code&quot; is just an attribute of the font tag. Close the font tag with &lt;/font&gt; only.

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.