Tuesday, November 9, 2004

Affidavit of consent of parents

suppressors and

Document Type The first line of the page should be the DOCTYPE. Is mandatory. Is to tell the browser what version of HTML is what you use on the page.


\u0026lt;! DOCTYPE HTML PUBLIC "- / / W3C / / DTD HTML 4.01 / / EN" "http://www.w3.org/TR/html4/strict.dtd">

Basic Structure a web

\u0026lt;! DOCTYPE HTML PUBLIC "- / / W3C / / DTD HTML 4.01 / / EN" "http://www.w3.org/TR/html4/strict.dtd">
\u0026lt; ; html> \u0026lt;head> \u0026lt;title>

Title \u0026lt;/ title> \u0026lt;/ head> Content \u0026lt;body>

\u0026lt;/ body>
\u0026lt;/ html>

Title

title
element is most important for a website because they use search engines to index the page. Tags


should be lower case and closed.
charset (charset) Your server usually sends the MIME type of document (text / html) and encoding (ISO-8859-1 for English). But, just in case you can specify with this label (within the \u0026lt;head>):

    \u0026lt;meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  • Format \u0026lt;span>
  • : To format a few words, without breaking the flow of text.
\u0026lt;div>
: To format a few items together, breaking the flow of text (which is allotted to a new line and the entire width of the page.) Margins

text-decoration: underline
    In
  • Listamatic have many possibilities lists. Identify elements

To apply a style to multiple elements at once, invent a name (class) for them, with the attribute class
, and change the style to all of the classroom while the CSS. For example, in \u0026lt;div>
will help and apply CSS:
div.ayuda {border: 2px solid black; background: yellow;}


When you want to style a single element is given an ID with the id attribute, for example \u0026lt; div id = "title"> .

And in the stylesheet:
div # title {border: 12px solid blue; background: gray, color: black;}

If all paragraphs that are within a \u0026lt;div>

are special rather write \u0026lt;p class="especial"> for each paragraph, define the CSS rule as
div p {...........
}, which means all
\u0026lt;p> that are within a \u0026lt;div>
), and put just
\u0026lt;p>
in each paragraph.

size

text To change text size, use CSS font-size , not the headers \u0026lt;h1>, \u0026lt;h2> ...

Ref:
Making good websites


0 comments:

Post a Comment