Wikipedia:WikiProject Usability/HTML: Difference between revisions

Content deleted Content added
M~enwiki (talk | contribs)
the right hand side was looking lonely, yes I realize that this is not very standard.
M~enwiki (talk | contribs)
Line 16:
== HTML and CSS primer ==
 
HTML is simple to use - just put a pair of tags around asome wordtext, e.g. <nowiki><i>italics</i></nowiki>, and it will show up <i>as the tags defined it</i>. Most HTML elements, like bold (strong, b), italic (em, i), list (li), heading (h1, h2...) and even table (table) have their equivelant in the markup, so should be avoided. The CSS, which you can think of as the "display attributes" may be added to the markup itself - this is covered later.
 
There is, however, sometimes a need to define your own type of tag, or "element". There are two html tags to help you do this, span, and div: