htmlcss

Here at HTML & CSS Wiki, you may want to just jump in and create some pages. But you can't just do that. Not yet. There are some simple guidelines to follow when creating pages, so that is why there is an Article Policy. First of all, new pages must be relevant to HTML, CSS, computer languages, markup code, and anything else related to that. If it's not, it will be deleted.

The following lists what you should try to do when creating a new article.


What you should do

For an HTML element:
The [[HTML]] '''<code><firsttag></endtag></code>''' element...
For a void element use:
The [[void Element|void]] [[HTML]] '''<code><tagname /></code>''' element...
Remove the / if not necessary.


For a CSS property:
The [[CSS]] '''<code>propertyname</code>''' property...


Make sure to include an example of the HTML element using the <pre> element. For CSS properties, include an HTML example (if possible) and a CSS example.
{|border="1"
!Attribute !! Value !! Description
|-
|<code>attribute1</code> || value(s) || foo
|-
|<code>attribute2</code> || value(s) || foo
|-
|...                     || ...      ||
|}
Values which are not exact, like pixels, should be italicized. (eg. pixels instead of pixels) Exact values are not italicized. (eg. true instead of true). If there are more than one value, insert a break after each value. (eg. true<br />false).
{|border="1"
!Value !! Description
|-
|<code>value1</code> || foo
|-
|<code>value2</code> || foo
|-
|...                 || foo
|}