Internship Summary (Fourth week)

Source: Internet
Author: User

This week is my last week of internship, so I still cherish the opportunity to study seriously to complete the last week of study.

Starting in Monday, I learned some basic concepts of H5 and some standards of the web. That's all you need to know. Later I began to study some of H5 's editors.

I first learned the Web pages of text and images, ordinary text, special text symbols, text typesetting, unordered list of sequence lists, images in Web pages, the format of supporting images in Web pages, the use of paths, the insertion of images in Web pages, etc., learned a lot of great harvest.

These things are still relatively simple, just remember that each function represents the symbol can be. Overall, it's relatively simple. The teacher to help me to study also sent me a book about H5, let me go home when it's OK to look at. The teacher is still very good to me, may see that I am more interested in this aspect, very concerned about my study.

I also learned about tables in the following sections. In the form of tables such as the contents of the table should be placed in <table></table>,<tr> represents a new line <td> represents the element, the table is divided, body, and feet <thead>, <tbody >, <tfoot> These are very convenient to use. and <TD colspan= "x" >,<td rowspan= "x" > These two are used to merge cells, horizontal merge and vertical merge, where x represents merging several cells, knowing that these are useful for tabular editing, such as problems in editing , the process of inspection can be understood at a glance that this code represents that part of the Web page, very convenient.

And then I tried to do some of the tables, simple difficult to try to do a bit, the difficulty is not too high, some of the main code to remember, it is very convenient to do.

Also learned the single-choice multi-select option and the use of the Submit Clear button, enter the account password, there are some fixed input format.

Single-Choice multi-select buttons, such as when selecting some information on a webpage, are needed. Radio buttons are generally <input type= "Radio" name= "XXX" > to indicate. Here is a very important detail, that is, the "name=" XXX "" must be expressed, and in the same option name must be consistent, otherwise it will not be able to achieve the effect of the single-selection, that is, select an option and then click another option, the previous option is not reversed selected. This is not a multi-choice, because also can not be manually operated anti-election, this is a mistake, before I made this mistake, troubled me for a long time to understand, but this for me is also a harvest, this is very deep impression on me, the next time you encounter this problem, the probability of error will be very low.

After the account password input, account password input is very simple, user name general input is text format so directly with <input text= "text" > can, password need to hide, use <input type= "password" > Enter a password-specific format. Remember the format to do it.

The Submit Clear Button also has its own fixed format

Submitted by: <input type= "Submit" value= "Submission" >

Clear: <input type= "reset" value= "clear" > value is the default value, which is the word that is indicated on the button above.

Fixed input format such as the need to enter the email where the input is not in accordance with the specified format, then you will not be able to commit the operation.

My study is these, in the last day, and did not learn new knowledge, but to consolidate the knowledge of the previous study, and to combine the things I learned to do a summary completed a user feedback form, mainly some users of basic information, such as name, gender, age and so on, as well as e-mail, contact telephone, Suggestions and so on. Although in the process of forgetting some of the code there are some minor problems, but in the end, it is more successful to complete the task. It's still more of a sense of accomplishment.

Internship Summary (Fourth week)

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.