HTML language: Summary notes, thank you for your support

Source: Internet
Author: User
Tags define object end html tags insert
Notes

html= Hyper Text Markup Language = Hypertext Markup Language
HTML has become a common standard for various browsers and is independent of various operating system platforms.
HTML is not a program language, it is just a markup language, a text language.
The importance of HTML: the language that all browsers recognize, and the foundation on which browsers generate Web pages.
Whichever technique you use, the language eventually prints in HTML.
In addition, the markup for an XML language can be defined arbitrarily, so HTML tags can be said to be part of it.

------------------------------

Comment Statement

<!--line of comment statements-->

<!--this is a
Multiple lines of note
Interpretation Statement-->

-----------------------

Head section

Between the <title></title> define the title of the page
<style></style> Define CSS style sheets
<script></script> Insert Script
<mat ..... Write tomorrow.


<body ..... Write tomorrow.

----------------------------------

Hyperlinks

Hyperlinks are the essence of HTML language.
Use a tag in the HTML language to create a hyperlink


File Links:
<a href= "URL (required)" target= "Target (optional)" title= "text displayed when mouse is placed (optional)" > Text </a>
Anchor Point Link:
How to define anchor points??????????????
<a href= "#fragment" > link to the specified location on this page </a>
<a href= "http://server/parth/xxx.html" > links to other site pages at the specified location </a>

Mail Link:
<a href= "mailto:yoyebina@gmail.com?subject= about dazzling ice Blue blog yoyebina.cnblogs.com" > wrote to dazzling ice blue </a>

Create a link for a picture
<a href= "basic format: <marquee> text to scroll </marquee>
Detailed introduction: http://yoyebina.cnblogs;;;; Hg;sh

----------------------
Text formatting


<font face= "Song Body" size= "color=" Blue "> Dazzling ice Blue </font>

Set character style
<suP> dazzling ice Blue </sup> superscript
<sub> dazzling ice Blue </sub> subscript

<B> dazzling ice Blue </B> bold
<I> dazzling ice Blue </I> italic
<U> dazzling ice Blue </U> underline
<S> dazzling ice Blue </S> strikethrough

<BIG> dazzling ice blue </BIG> big font
<SMALL> dazzling ice blue </SMALL> small font
<TT> dazzling ice Blue </TT> fixed-width font

-------------------

Paragraph formatting

Fragment Mark P: a blank line is skipped when the tag is used, and if the end </p> is omitted, the start Mark <p> Note can be placed at the end of the paragraph. Its common properties are align, which is used to set the horizontal alignment of a paragraph.

NewLine tag br: Force the current line to break, so that subsequent content is displayed on the next line.

The title tag Hn:n is 1 to 6, and when n takes 1 o'clock, the title has the largest font size; When n takes 6 o'clock, the title is the smallest;

Horizontal line Mark HR: Align (default is center), color, NoShade (no shadow), size (vertical size), width (horizontal length)

If you want to align part of the content, you can use the <center> and </center>
If you want to set multiple paragraphs to the same alignment, you can use the <div> and </div>

--------------

References to Multimedia


Background music
<bgsound src= "URL" loop= "*" > Loop sets the number of loops, loop=infinete indicates that the loop is constantly looping until it closes

Inserting an image

Commonly used properties of IMG Tags: src,alt.height,width,border,hspace (picture with left and right two text distance), vspace (picture and upper and lower ends text distance), align


Insert Video

Universal tags
<object Property = property value ></object>
Insert Animation
<embed src= "Http://www.webjx.com/htmldata/2006-12-25/yoyebina.swf/midi" ></embed>



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.