"2017-3-22" HTML base text tags, picture tags, spaces, line breaks, tables, hyperlinks

Source: Internet
Author: User

A

1.HTML: Website (site)-Web page

HTML as the file suffix, you can change the file into a Web page

HTML is the name of a programming language: Hypertext Markup Language
Beyond the text of the category, in addition to the text can also have pictures, video, audio, animation effects and other content, a computer programming language composed of markers <>

The role of HTML language: making Web pages

2. Basic format:

<body>

</body>

3. Tags

Text Markers
+ Bold, italic, underline <b> <i> <u>
+ color, size, font style <font color= "" size= "" face= "" ></font>

-Image Marker

You can set the width, height, two values will automatically match, set one, you can set the percentage or pixel px

(b) Label

Space Mark:&nbsp;
Line break tag: <br/>
Paragraph mark:<p></p>

Form:
<table>
<tr>
<td></td>
</tr>
</table>

Border-border thickness
Width-wide px%
Height-Altitude
Align-Horizontal arrangement format
valign-Vertical Rehearsal format
bgcolor-background color
background-background image

cellspacing-spacing between cells
cellpadding-spacing between content and cells


Hyperlink: <a href= "Connect" target= "_blank" > Text/Picture </a>

Target--Open a new page label

Three

Get rid of the content and page margins, written in the head

<style type= "Css/text" >

*{

padding:0px;

margin:0px;

}

</style>

"2017-3-22" HTML base text tags, picture tags, spaces, line breaks, tables, hyperlinks

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.