Após algumas experiências na tentativa de eliminar algumas divs da estrutura, decidi por fim voltar a reestruturar a minha página principal... Ficará aqui registada por fases a evolução do processo tipo passo a passo...
Após algumas experiências na tentativa de eliminar algumas divs da estrutura, decidi por fim voltar a reestruturar a minha página principal... Ficará aqui registada por fases a evolução do processo tipo passo a passo...
The <abbr> tag defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".
Tip: An abbreviation and an acronym are both shortened versions of something else. Both is often represented as a series of letters.
Marking up abbreviations can give useful information to browsers, translation systems and search-engines.
Examples:
- The WHO was founded in 1948.
- O FCP foi fundado em 1906 ou em 1893?
Tip: The global title attribute can be used in the <abbr> tag to show the full version of the abbreviation/acronym when you mouse over the <abbr> element.
NORMALIZE + GENERAL STYLE:
Audio
The <audio> tag defines sound, such as music or other audio streams.
Tip: Any text inside the between <audio> and </audio> will be displayed in browsers that do not support the <audio> tag.
Example:
With <audio controls>
Requires a click on play for you to listen The Mission (Ennio Morricone)
The attributes for audio are:
autoplay - Specifies that the audio will start playing as soon as it is ready
controls - Specifies that audio controls should be displayed (such as a play/pause button etc)
loop - Specifies that the audio will start over again, every time it is finished
muted - Specifies that the audio output should be muted
preload - Specifies if and how the author thinks the audio should be loaded when the page loads
src - Specifies the URL of the audio file
Another example: If you want a autoplay with loop the code is something like that:
<audio controls autoplay loop src="/music/the-mission.mp3">
Your browser does not support the audio element.
</audio>
<p>HTML is a language for describing web pages.</p>
<p>CSS defines how to display HTML elements.</p>
<hr>
<p>In HTML5, the <hr> tag defines a thematic break.</p>
<p>In HTML 4.01, the <hr> tag represents a horizontal rule.</p>
<br>
<p>However, the <hr> tag may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms.</p>
Result
HTML is a language for describing web pages.
CSS defines how to display HTML elements.
In HTML5, the <hr> tag defines a thematic break.
In HTML 4.01, the <hr> tag represents a horizontal rule.
However, the <hr> tag may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms.
NORMALIZE + GENERAL STYLE:
Hyperlinks
The <a> tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
In HTML 4.01 defines a long quotation.
In HTML5 specifies a section that is quoted from another source.
Examples inside paragraphs:
This is an example inside a 1º paragraph... Here is a long quotation here is a long quotation...
This is an example inside a 2º paragraph... Here is a long quotation here is a long quotation...
Examples without paragraphs:
This is an example without paragraphs but with a <br>... Here is a long quotation here is a long quotation.
This is another example without paragraphs but with a <br>... Here is a long quotation here is a long quotation
Note: According to the HTML 5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate. The HTML 5 specification states that headings should be denoted with the <h1> to <h6> tags, emphasized text should be denoted with the <em> tag, important text should be denoted with the <strong> tag, and marked/highlighted text should use the <mark> tag.
Tip: You can also use the CSS "font-weight" property to set bold text.
The <em> tag is a phrase tag. It renders as emphasized text.
This is normal text - and this is Emphasized text
The <strong> tag is a phrase tag. It defines important text.
Special elements, for defining text with a special meaning.
NORMALIZE + GENERAL STYLE:
Small Text
The <small> tag defines smaller text (and other side comments).
small = 1.05rem (10.5px)
This text contains some small text.
This text contains only small text.
The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2O.
sub = 1.05rem (10.5px)
This text contains subscript text.
The <sup> tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1].
sup = 1.05rem (10.5px)
This text contains superscript text.
The <span> tag provides no visual change by itself.
Tip: When a text is hooked in a <span> element, you can style it with CSS, or manipulate it with JavaScript.
span font-size = variable but this example = 1rem (10px) span font-size % for 1rem = 76.923%
Table data <td> are the data containers of the table.
They can contain all sorts of HTML elements like text, images, lists, other tables, etc.
...
Spend some time on web design newgroups or mailing lists, and you’ll find some common words and ideas repeated time after time. Question after question, of course, is “how do I?”. But beneath questions like “how do I make my pages look the same on every platform” and “how can I make my fonts appear identical on the Macintosh and Windows” is an underlying question – “how do I control the user’s browser?” Indeed, the word control turns up with surprising frequency.
Underpinning all this is the belief that designers are controllers (think about the implications of the term “pixel mechanic”). Designers want to override the wishes of users, and the choices that they have made about their viewing experience (by “fixing” font size, for instance). Designers want to second guess platform differences, caused by different logical resolutions (for instance the Macintosh’s 72dpi, versus the standard Windows 96dpi). Designers are all-knowing, and will not tolerate anything less than a rendering on every browser that is pixel perfect with the rendering on their own machine.
html / New basis ...
HTML basis
Searching for the theory...
W3Schools.com
With HTML you can create your own Web site.
HTML is easy to learn - You will enjoy it.
See all links on the left side of those pages from
w3schools.
HTML.net
Another good web to learn the basis of HTML is from HTML.net
"People often think it is extremely difficult to make a website. That is not the case! Everyone can learn how to make a website. And if you read on, you will have made one in just one hour."
Para aprender HTML em português, tem aqui este link
Introdução ao HTML
também do site HTML.net...
"As pessoas imaginam que é muito difícil construir um website. Isto não é verdade! Qualquer um pode aprender como construir um website. Se você continuar lendo, estará apto a construir um website em uma hora."
Ver Tutorial HTML completo nos links à esquerda dessa página web acima ou por lições (15) neste link
HTML.net