Basic Computer Notions Introduction to HTML

Next Introduction Separation of form and content Tags Identify file contents as HTML Identify file contents as HTML (cont'd) Head and body Head Head (cont'd) Head (cont'd) Head (cont'd) Body Paragraphs Paragraphs (cont'd) Emphasis Emphasis (cont'd) 16 of 49 Headings Lists Lists (cont'd) Lists (cont'd) Lists (cont'd) Address Line break Horizontal rule Links Links (cont'd) Links (cont'd) Links (cont'd) Links (cont'd) Links (cont'd) Links (cont'd) Links (cont'd) Links (cont'd) Images Images (cont'd) Images (cont'd) Images (cont'd) Images (cont'd) Links to images Links to images (cont'd) Links to images (cont'd) Links to other media Embedded objects Tables Frames Summary of elements Checking syntax Learning more about HTML Style guides for creating Web pages

Emphasis (cont'd)

There are also several other tags for indicating the significance of text:

cite
citation or a reference (www.w3.org)
dfn
defining instance of the enclosed term (a cat is a small animal with soft fur which often keeps people as pets)
code
a fragment of computer code (print *, 'x=',x)
samp
sample output from programs, scripts, etc. (x= 5.)
kbd
text to be entered by the user (emacs test.txt)
var
an instance of a variable or program argument (x)
abbr
an abbreviated form (e.g.)
acronym
an acronym (HTML)
q
short quotation to be displayed in-line (meow) [the browser should add the quotation marks]
blockquote
long quotation to be displayed as a block (
meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow
)

The default appearance of text flagged in these ways will depend on the browser. The appearance can be modified using style sheets, which has been done for some of the examples above.


Start Next
Bacon home page

Valid HTML 4.01! (valid except for embed element) Valid CSS!

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

Last modified: Sat, 2007 Mar 10 15:45:22

Slide show generated from html.html by Weasel 2007 Mar 10