Yes, I'm an idiot. Can someone explain this to me in simple terms.
</dd></dl></li><li><dl><dt>
Yes, I'm an idiot. Can someone explain this to me in simple terms.
</dd></dl></li><li><dl><dt>
Get a good Backlink from Best Of The Web for $399.95 lifetime Submit Now
First think that I can tell you is that it is backwards. </> tags are closing tags.
They are all types of list tags. So if you had a structured list that you wanted to present these are the types of tags you would use.
HTML dd tag
i will try...
</dd> -closes definition list data
</dl> -closes definition list
</li><li> -closes then reopens a list
<dl> -opens definition list
<dt> -opens definition title
As already said it is in the wrong order (or it is more of a middle part of code.)
It would make more sense as:
<ul>
<li>
<dl>
<dt>
</dt>
<dd>
</dd>
</dl>
</li>
</ul>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks