[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] how to understand the non-standard tags in html
|
- From: Jus <lunjinyuan@xxxxxxx>
- Date: Wed, 01 Oct 2008 00:23:00 +0100
- Newsgroups: eclipse.webtools
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.17 (Windows/20080914)
Hi,
I saw some html tags:
<f:view>
which is based on JSF.
I am wondering that tag f is not a standard tag of html, thus I cann't
find it at the reference from w3school:
http://www.w3schools.com/tags/default.asp
then How could we use these tags? is it user defined? or these tags are
resoved by the browser? could I find the answer from the html specification:
http://www.w3.org/TR/REC-html40/cover.html#minitoc
Many thanks
Jing