1115 HTML CSS

Source: Internet
Author: User

1. HTML Full name Hypertext Markup Language (Hyper-text markup language).

2. Web =html file + Web server + CSS text.

3. Web server: Handles browser requests, looking for resources to send to the browser.

4. The browser uses unified HTML to understand the structure and content of the Web page and display it.

5. When the browser reads HTML, it resolves the label that surrounds the text;

6. As a beginner, please use a text editor to write HTML files, which will help you understand the construction of the Web page, and so you become a master, need to improve efficiency, you can use Dreamweaver, FrontPage, GoLive and other powerful web design software;

7. Elements can have attributes, properties provide more information about the elements, and "text/css" must be specified as the style attribute when using CSS styles; The use of CSS and HTML is very powerful, #d2b48c是16进制颜色, learn in detail later; "Body" means that all CSS text between "{" and "}" is used to html<body> the contents of the tag element;

8. CSS is a cascading style sheet (cascading style Sheet) that controls the appearance of HTML;

9. HTML markup content, with tags to provide the structure, matching tags and their content between what is called an element, an element from the beginning, the content, the end of the composition;

10. The user cannot customize an HTML attribute because the browser only knows the attributes of each element that is specified beforehand, and the Committee determines whether the elements and attributes of the HTML are supported;

11. Reference: HEAD first HTML && CSS and "HTML and XHTML authoritative guide";

12. Attributes are used to personalize the element, such as the href is the connection point;

13. The Organization of the website is not absolutely correct form, but to facilitate future expansion and management, sometimes we need to re-use some of the images in several pages, so the image is placed in a folder in the root directory of the project, but if your site needs to use a large number of images in different Web pages, You can set the respective image folder under each leaf directory;

14. Use ".." It goes back to the parent directory, which is much like CMD and Linux commands; This can be used as a stack; The maximum limit is the Web site root directory, the path word limit is 255, you must use the "/" delimiter, not Windows "\";

15. Some browsers, including IE6, do not display double quotes for the text included in the <q> tag;

16. Refer to Multi-text use <blockquote>, the text is mixed with a little reference with <q>, the former is like a new paragraph, is a block element, the latter is an inline (inline) element, the block element has a newline character before and after. Introverted elements in the Web page with the text flowing out now "in line";

17. Block elements Maverick, restrained elements drift;

18. Elements without HTML content are called empty elements;

19. List elements <li></li>,<ol></ol> encapsulate ordered list elements,<ul></ul> encapsulate unordered list elements, list elements and wrappers must be used together, list is a group of items , elements identify each item, encapsulation is their combination, encapsulation has no other attributes, and can be nested in the list;

20. The list also has one type: a custom list. <dl></dl> is the package,<dt></dt> is the item limit,<dd></dd> is the description; set of dolls
The abbreviation for the > symbol is &gt,< is &lt,&amp; instead of & itself, the copyright tag and all tags can be in http://www.w3school.com/tays/ REF-ENTITIES.A2P can also be viewed in a more detailed checklist site: http://www.unicode.org/charts/; Use entities to display special characters;

22. Taste Some elements:<a> links, <em> italic emphasis, <address> address,<strong> emphasize,<pre> display the input text before the formatted text,<q> reference, <blockquote> Long Text Reference,<p> paragraph,<ul> unordered list package such as Schedule table,<ol> have sequence table,<br> line empty element,

Half the fun of HTML is practice!

24. Before entering the content, plan the structure of the Web page, sketch the sketches, then draw the sketch, and then write the HTML.

Create a Web page with a large block element, decorate it with inline elements, and usually use the element that most matches the meaning of the content, with absolutely no paragraph representation when the list is needed;

<p>, <blockquote>, <ol>, <ul> and <li> are block elements that can be displayed independently, with blank lines before and after,<q>, <rm>, < A> are inline elements that follow the contents of these elements along with other content in the text flow, when you need to change lines using <br/> (enclosing itself, both the start and end tags of the empty element), the empty element does not contain content, an empty element consists only of one tag;

26. You can use the Start property to specify the order of the list, and value to change the values of each item;

1115 HTML CSS

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.