Basic Computer Notions Beyond HTML

Next Introduction Intellectual property Style sheets Style sheets (cont'd) External style-sheet file External style-sheet file (cont'd) 7 of 57 Styles within the body Styles within the body (cont'd) Controlling spacing Controlling spacing (cont'd) CSS2 Further information XML XML (cont'd) XML (cont'd) XML (cont'd) MathML MathML (cont'd) MathML (cont'd) MathML (cont'd) MathML (cont'd) XML for other areas XML for other areas (cont'd) XML for other areas (cont'd) XSL and XSLT Example XML file Corresponding XSL file Resulting HTML Javascript Java Cookies Push vs. pull RSS Semantic Web Uniform Resource Identifiers Uniform Resource Identifiers (cont'd) OID's OID's (cont'd) OID's (cont'd) OID's (cont'd) Use of OID's in HL7 XML Resource Description Framework Resource Description Framework (cont'd) Resource Description Framework (cont'd) Resource Description Framework (cont'd) Resource Description Framework (cont'd) Ontologies Ontologies (cont'd) Applications in medicine Applications in medicine (cont'd) Applications in medicine (cont'd) Web services Typical application Typical application (cont'd) Potential medical applications

Styles within the head

Style specifications like those above can also be included directly within the head of an individual HTML page, with the style specifications enclosed in a <style> element. E.g.,

<style type="text/css">
p { font-family: gill, arial, helvetica, sans-serif ; font-size:80% }
p.intro { color:blue ; font-family: gill, arial, helvetica, sans-serif ; font-size:80% }
</style>

This example specifies that text within paragraphs will be displayed with a small sans-serif font, unless the <p> tag of a paragraph has a class attribute of "intro", i.e., <p class=intro>, in which case the text in the paragraph will be displayed as blue.

Note the possibility (and importance) of specifying alternative font names.


Start Next
Bacon home page

Valid HTML 4.01! Valid CSS!

Creative Commons
License
This work is licensed under a Creative Commons License.
R. Funnell

Last modified: Thu, 2007 Mar 8 09:45:21

Slide show generated from beyond.html by Weasel 2007 Mar 8