Advanced Web Design CIS4930 HTML Commands (Review)

Advanced Web Design CIS4930 HTML Commands (Review)

<p> Advanced Web Design CIS4930 – HTML Commands (Review) 1/26/04</p><p> The first thing to put on your web page, is a title.  <title>John Doe's Web Page</title></p><p> HTML isn't case sensitive</p><p> HTML has six levels of headings, numbered 1 through 6, with 1 being the largest</p><p><h1>Hello</h1> Hello</p><p><h2>Hello</h2> Hello</p><p> Whenever you have more than a sentence of writing, you should have paragraphs. <P>This is a paragraph. Put whatever instructions you want here. Maybe ask them to send an e-mail with suggestions</P></p><p> There are two types of lists that you can make in HTML, Dotted <UL> <LI> Lisa <LI> George <LI> Bill </UL></p><p>Numbered <OL> <LI> Lisa <LI> George <LI> Bill </OL></p><p> Forced Line Breaks – Sentence1<BR>Sentence2<BR>Sentence3 This is one of the few commands that you don't have to put an ending command on</p><p> Horizontal rule, or line in your page <HR SIZE=25 WIDTH=75%> <HR SIZE=3 WIDTH=100%> <HR NOSHADE SIZE=1 WIDTH=100%></p><p>1  Format some of your text</p><p><b>, </b> for bold</p><p><i>, </i> for italic</p><p><u>, </u> for underlined</p><p><strike>, <strike> for strikeout</p><p><sup>, </sup> for superscript</p><p><sub>, </sub> for subscript</p><p><tt>, </tt> for teletype</p><p><blink>, </blink> for blinking text (very annoying)</p><p>You can also mix styles together like this!</p><p> URLs - When you make a link - colored text <A HREF="http://www.ufl.edu">text that you want to be colored goes here</A></p><p> have a link that will take you further down a page</p><p>1) To make the actual link, call it "downstream". If downstream is on the same page that the link is, you would type:</p><p><A HREF="#downstream">Colored Text</p><p>Otherwise, you would add "#downstream" to the end of the URL. 2) Now, you need to make where the link will take you. Go to downstream where you want the link to take you, and type:</p><p><A NAME = "downstream"> </p><p> Mailto Links - <A HREF="mailto:[email protected]">Prof Jodi</a></p><p> To display a graphic - <IMG SRC="http://www.ufl.edu/Images/pic.gif">The "ALT" attribute lets you specify text to be displayed instead of an image. For example: <IMG SRC="pic.gif" ALT="browser cannot display images"> </p><p> Animated Graphics - In order to have animation on your web page, you need to download a program that was made to fit more that one GIF in a file.</p><p>2  Background, text, and link Color – You must have "#" sign before actual code.  <body bgcolor="#code">for background color  <body text="#code">for color of text (all non-links)  <body link="#code">for color of unvisited links  <body vlink="#code">for color of visited links  <body alink="#code">for color of active links (while being selected) </p><p>You can also string two or more of these commands together:</p><p><body bgcolor="#000015" text="#000020" link="#000050" vlink="#7a7777" alink="#8f8e8d"></p><p> Background Graphics</p><p>Instead of having a solid color as a background, you can have one graphic that repeats over and over to create a background; for a background called "bk.gif" would be:</p><p><body background="bk.gif"> </p><p> Linking with graphics</p><p>(1) You might want to have a graphic that is a link. just mix the two commands of linking, and displaying graphics.</p><p>(2) You can also have a graphic link with text next to the graphic </p><p>Yahoo! first the plain graphic-link:</p><p><A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif"></A> second, the graphic-link with text:</p><p><A href="http://www.yahoo.com"><IMG SRC="http://www.infhost.com/members/web/Images/yahoo.gif">Yahoo!</A> </p><p> Image Maps</p><p>Before creating an image map, make sure your server supports them. First, create an image. Draw a picture with sections that could lead to certain places. Second, create an image map file. You can go to Yahoo's Image Map Directory. </p><p>3</p>

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    3 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us