Forum Moderators: open
i.e. <b> = <strong>, <i> = <em>......is there a list for these, or perhaps someone knows them off hand :-)
Cheers if you can point them out, SE's arent too handy when searching for <tag>, though I'll have a gander through W3.
Index of HTML Elements [w3.org]
When I'm parsing, I want to read all the "alt" text of tags, I see that a "title" attribute can be used on the tags the link points to.
Can the title tag be used in pretty much all markup in the body? I tried it with <b>,<table> etc and they all seem to show alt text when i preview with FP.
7.4.3 The title attribute [w3.org]
P.S. I just happen to be researching myself this evening and have all the references handy.
The parser has a tag on each line, and I'd stripped out most of them, now looks quite clear I'll have to look at each and every tag to see if it's hiding some alt/title text. Hopefully the worrld wild web markup will be forgiving when my parser comes across it!
Thanks page, and for the links.