Download presentation
Presentation is loading. Please wait.
Published byStephany Cameron Modified over 9 years ago
1
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster Email: pchun@ubmail.ubalt.edu
2
Table of Contents Internet & HTML concept Internet Terms Software Tool (WYSWYG vs. Text Editor) Introduction to HTML Tags Making your web page.
3
Internet & HTML concept your computer server users
4
Internet & HTML concept html(s) / image(s) Server
5
Internet Terms URL: Uniform Resource Locator http: Hypertext Transfer Protocol ftp: File Transfer Protocol http://www.yahoo.com www – Server Machine Name/Given Name yahoo – domain name com – top level domain name
6
Your Internet Address H: Drive on the UB Network Students http://home.ubalt.edu/students/NT user ID Ex: http://home.ubalt.edu/students/nws9956 Staff http://home.ubalt.edu/NT staff user ID Ex: http://home.ubalt.edu/ntaschun
7
Software Tool WYSWYG: Netscape Composer, Frontpage, DreamWeaver, Homesite, Word, Powerpoint etc. Text Editor: Notepad, Wordpad, DreamWeaver, Frontpage, Homesite, BBEdit etc. Graphics Editor: Photoshop, Paintshop etc.
8
Basic Tags Creates an HTML document Sets off the title and other information that isn't displayed on the Web page itself Sets off the visible portion of the document
9
Header Tags Puts the name of the document in the title bar
10
Body Attributes Sets the background color, using name or hex value Sets the text color, using name or hex value Sets the color of links, using name or hex value Sets the color of followed links, using name or hex value Sets the color of links on click Color Code - http://hotwired.lycos.com/webmonkey/reference/color_codes/
11
Text Tags 1 Creates the largest headline Creates the smallest headline Creates bold text Creates italic text
12
Text Tags 2 Emphasizes a word (with italic or bold) Sets size of font, from 1 to 7) Sets font color, using name or hex value
13
Links Tags Creates a hyperlink Creates a mailto link Creates a target location within a document Links to that target location from elsewhere in the document
14
Formatting Tags 1 Creates a new paragraph Aligns a paragraph to the left, right, or center Inserts a line break Indents text from both sides Aligns object(s) to center
15
Formatting Tags 2 Creates a numbered list Precedes each list item, and adds a number Creates a bulleted list A generic tag used to format large blocks of HTML, also used for stylesheets
16
Graphical Elements Adds an image Aligns an image: left, right, center; bottom, top, middle Sets size of border around an image Inserts a horizontal rule Sets size (height) of rule Sets width of rule, in percentage or absolute value
17
Table Tags Creates a table Sets off each row in a table Sets off each cell in a row
18
Table Attributes 1 Sets width of border around table cells Sets amount of space between table cells Sets amount of space between a cell's border and its contents Sets width of table - in pixels or as a percentage of document width
19
Table Attributes 2 Sets number of columns a cell should span Sets number of rows a cell should span (default=1) Prevents the lines within a cell from being broken to fit or Sets alignment for cell(s) (left, center, or right)
20
Related Links http://www.w3.org/ http://www.webreference.com/ http://www.webcom.com/html/tutor/ http://www.webmonkey.com/
21
Let’s do web page
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.