HTML thorough analysis (13) Other tags

Source: Internet
Author: User
Tags define generator range microsoft frontpage

Other tags

  <MARQUEE>
  <BLINK>
  <ISINDEX>
  <META>
  <LINK>

To understand this "HTML thorough analysis" of the mark classification, please see " Mark List ".
Please also understand the distinction between containment and empty tags, see "HTML concept ."

 
<marquee>:

<MARQUEE> only applies to IE , called "Happy Lights" such as the Status Bar, which means moving or scrolling text, its parameters set more. Let me give some examples and then list the parameters.

Example one:

Original code <marquee width=150> I ' m a small MARQUEE</marquee>
Show results I ' m a small MARQUEE

Example two:

Original code <marquee behavior=slide> This is a slide effect</marquee>
Show results This is a slide effect

Example three:

Original code <marquee behavior=alternate> hit to hit, Ah! I'm dizzy. </marquee>
Show results Hit and hit, Ah! I'm dizzy.

Example four:

original code <marquee scrolldelay=5 scrollamount=50> wow!! It's too soon, I'm dizzy again! </MARQUEE>
Wow!! It's too soon, I'm dizzy again!

<marquee Behavior= "SCROLL" direction= "Left" bgcolor= "#0000FF" height= "30" width= " hspace" = "0" vspace= "0" loop= "INFINITE" scrollamount= "30" scrolldelay= ">Hello</marquee>"

  • Behavior= "SCROLL"
    Determines how text is scrolled, with an optional value of:
    SCROLL General Scrolling, is the default value.
    SLIDE , such as slides, one of the words, the left side of a contact will be all disappeared.
    Alternate Writing to the left and right side of the collision.

  • direction= "Left"
    Set text to scroll the direction of the text , left to indicate to the right, is the default value, yes means to the right-hand.

  • bgcolor= "#0000FF"
    Set text scrolling range of background color, color values can refer to the "Color principle ."

  • height= " width" = "150"
    > Set Text Scrolling range, can be used relative or absolute, such as 30% or 30, units in pixels.

  • hspace= "0" vspace= "0"
    Sets the horizontal and vertical blank position of the text.

  • Loop= "INFINITE"
    Sets the number of text scrolling, the value can be a positive integer or infinite,infinite is the default value, indicating infinite times.

  • scrollamount= "30"
    The interval between each "grid" text, in pixels.

  • scrolldelay= "500"
    The pause time for text scrolling in milliseconds.
 
<BLINK>: ▲top
<BLINK> is for text to blink, only for NC, direct usage, no parameters. Take a look at the example to know:

Example:

Original code <blink> I am the star of the sky, flashing and flashing </blink>
Show results I am the star in the sky, flashing and flashing

 
▲top

<ISINDEX> allows some Web servers to search for keywords within a Web page, and if your Web server provides such search functionality and the user's browser supports them, you'll see a simple search box when you load the page. The use of direct, no parameters, would have been placed in the <HEAD> tag, but put it in the <BODY> tag is not a problem, please remember, 3W to RED against this tag.

Example:

Original code <isindex>
Show results You can search for the index. Please type the keyword you want to search for:

 
<META>: ▲top

<META> is the mark, function and change between <HEAD> and </HEAD>, so I introduce it in a formulaic way.

  • <meta name= "Description" content= "This is Chris ' home Page" >
    The description of the Web page is used for the search engine login.

  • <meta name= "Keywords" content= "Chris, Web, Music, photo" >
    The keywords for the Web page are used for search engine login.

  • <meta http-equiv= "Expires" content= "Tue, Dec 1997 00:00:00 GMT" >
    <meta http-equiv= "Pragma" content= "No-cache" >
    The same function is the same as the browser to reload the page, do not use the cache function, of course, you can modify the Expire (expired) time.

  • <meta http-equiv= "Content-type" content= "text/html charset=gb2312" >
    <meta http-equiv= "Content-type" content= "text/html charset=iso-8859-1" >
    Set this is an HTML file and its coding language family, Simplified Chinese web pages using charset=gb2312, Traditional Chinese use charset=big5, or no coding can also be, pure English web site recommended use of iso-8859-1.

  • <meta name= "generator" content= "mozilla/4.04 [en] (WIN95; I) [Netscape] ">
    <meta name= "generator" content= "Microsoft FrontPage 3.0" >
    This only means that the page is written by what editor.

  • <meta http-equiv= "Refresh" content= "url=http://www.hkiwc.com" >
    This line is more practical and can be automatically transferred to the specified URL within the predetermined number of seconds. The original code represents 10 seconds.
<LINK>: ▲top

Usage: Define the interrelationship between a link and the source
Start/End identification: mandatory/illegal
Properties:%coreattrs,%i18n,%events
Href= "..." indicates the URL of the link source
Rel= "..." Send the type of link
Rev= "..." to save the type of link
Type= "..." indicates the type of Internet content
Media= "... Define the target media (screen, print, projection, Baille, speech, or all)
Target= "..." determines where the link source is displayed (_blank,_parent,_self,_top)
Null: Allow
Note: This element should be located within the head of the document

<LINK> used to link the current file with other URLs, but no link buttons are used for <HEAD> tags, in the following format:

<link href= "URL" rel= "relationship" >
<link href= "URL" rev= "relationship" >

The usage is described in detail in the Style Sheet stylesheet section.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.