






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to html and css basics, covering the structure of an html document, text editing in different operating systems, frequently used html tags, and image inclusion using the img tag.
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Instructor: Nelson Padua-Perez ([email protected])
Class Web Site:
http://www.cs.umd.edu/class/spring2009/cmsc122/
No posting of code in the forum
Check class announcements daily
An html document has two main parts. Header – provides information about the document. Body – contents of the page. Example: BasicHTMLSkeleton.html
Template
If you open an html file in TextEdit it will display the rendered HTML To edit the html you need to change preferences as follows:
If you opened the file before changing the preferences you will need to open the file again to see the html
Nested tags are possible but don’t overlap sets of them. Avoid the following: Message Browser Processing Multiple spaces are converted to one space. John Mary Peter John Mary Peter Line returns are ignored. Comments Represented by Note: (two sets of double -) Examples Comments can not be nested.
Emphasis text here Text usually rendered in italics text here Text usually rendered in bold Super/Sub script text here text here Quotations quote here Line Breaks
Verbatim (text displayed exactly as it appears) text here Example: HtmlDoc.html
Text Editors Any text editor (e.g., wordpad, notepad, pico, etc.) HTML Editors Utilities designed to write HTML Examples: CoffeeCup HTML Editor, HTMLjive Authoring tools Frontpage Dreamweaver – Fairly complex but powerful. NVU – Free and available for (Windows, Linux, Mac) http://www.nvu.com/ Recommended: Amaya- http://www.w3.org/Amaya/ Komodo Edit - http://www.activestate.com/komodo_edit/