Skip to main contentdfsdf

    • IIS or PWS turns your computer into a web server.
    • IIS includes Active Server Pages (ASP), a server-side  scripting standard that can be used to create dynamic and interactive  web applications.
  • Aug 19, 10

    Uniform Resource Locators

    • Uniform Resource Locators
    • A URL is another word for a web address.

    3 more annotations...

    • It is not possible to use the less than (<) or greater  than (>) signs in your text, because the browser will mix them with  tags.
    • To display a less than sign we must write: &lt; or &#60;

    3 more annotations...

    • The script element either contains scripting statements or it points to an  external script file through the src attribute.
    • The content inside the noscript element will only be displayed if scripts are  not supported, or are disabled in the user’s browser:
    • The head element is a container for all the head elements. Elements inside  <head> can include scripts, instruct the browser where to find style sheets,  provide meta information, and more.
      • defines a title in the browser toolbar
      •  
      • provides a title for the page when it is added to favorites
      •  
      • displays a title for the page in search-engine results

    4 more annotations...

    • Metadata is information about data.
    • page description, keywords,  author of the document, last modified, and other metadata.
  • Aug 19, 10

    In HTML 4.0, all formatting can be removed from the HTML document, and stored in a style sheet.

    • In HTML 4.0, all formatting can be removed from the HTML document, and  stored in a style sheet.
    • add style information into the <head> section.

    6 more annotations...

    • always use the HEX notation
    • Color Values
      • 順序是紅綠藍

    • #000000  rgb(0,0,0)       #FF0000  rgb(255,0,0)       #00FF00  rgb(0,255,0)       #0000FF  rgb(0,0,255)

    7 more annotations...

    • <frameset cols="25%,75%">
          <frame src="frame_a.htm" />
          <frame src="frame_b.htm" />
       </frameset>
    • Frameset with noresize="noresize"

    5 more annotations...

    • Unordered Lists
    • Ordered Lists

    1 more annotation...

    • Table Example
    • <th>Header 1</th>

    7 more annotations...

    • The <img> tag is empty, which means that it contains attributes only, and has no closing tag.
    • you need to use the src attribute. Src stands for "source". The value of the src attribute is the URL of the image you want to display.

    6 more annotations...

    • Links allow users to  click their way from page to page.
    • A hyperlink (or link) is a word, group of words, or image that you can click  on to jump to a new document or a new section within the current document.

    5 more annotations...

    • Style Attribute
      • <h1 style="color:red">Like this!!!</h1><h1>style="font-family:verdana;color:red;font-size:30px"</h1>

      • <h1>style中不同設定用;相隔<h1/>

    • Background Color

    6 more annotations...

    • HTML Formatting Tags
    • <ins>

    5 more annotations...

    • Use the <br /> tag if you want a line break (a new line) without starting  a new paragraph
1 - 20 of 25 Next ›
20 items/page
List Comments (0)