HTML: Difference between revisions
From Freephile Wiki
Created page with "Probably should have a collection of resources and information here on HTML5 # http://www.html5rocks.com/en/resources # [http://diveintohtml5.info/index.html Dive Into HTML 5]..." |
Adds Feature template |
||
Line 1: | Line 1: | ||
{{Feature | |||
|explains= HTML | |||
|description=<code>$wgRawHtml</code> allows editors to use HTML in page, making content re-use easier [[File:Text-html.svg|thumb|64px|HTML|link=wp:Manual:$wgRawHtml]] | |||
|notes=This can be dangerous in a public wiki, but suitable for restricted editor groups. See [[wp:Manual:$wgRawHtml]] | |||
|tests= | |||
|examples= | |||
}} | |||
<br clear="all"> | |||
Probably should have a collection of resources and information here on HTML5 | Probably should have a collection of resources and information here on HTML5 | ||
# http://www.html5rocks.com/en/resources | # http://www.html5rocks.com/en/resources |
Revision as of 14:15, 21 January 2016
HTML | |
---|---|
Summary | |
Description: | Manual:$wgRawHtml allows editors to use HTML in page, making content re-use easier.
|
More | |
Notes: | This can be dangerous in a public wiki, but suitable for restricted editor groups. |
Probably should have a collection of resources and information here on HTML5
- http://www.html5rocks.com/en/resources
- Dive Into HTML 5 by Mark Pilgrim