Almost a year after graduation, I have been engaged in network promotion and often come into contact with HTML code. Although I have learned some in college, I am still not stubborn about the basic HTML knowledge, there is no systematic concept for HTML. The basic knowledge of HTML over the past few days mainly involves the following points.
1. Seemingly familiar with the specific usage
For the basic knowledge of HTML, we can only say that most of them know the meaning of the code, but we do not know the detailed subdivision and how to use the specific code, I do not know some marked attributes. For example, the basic mosquito markers <SUB> refer mark and <SUP> refer mark, and the webpage markup <meta> webpage language are unknown, I think some garbled characters on the web page may be related to <meta>.
2. Differences between <p> and <br>
The most basic section mark of <p> is often used in text editing. <P> tags do not need to appear in pairs. A single <p> tag only needs to be added to the end of a paragraph. <P> What is the relationship with <br>? <p> each section marked contains a line of space between a paragraph and a paragraph. <Br> The Line Feed label does not generate a line of space, but is a normal line feed. <br> it can be used independently or in pairs.
3. Basic HTML knowledge needs to be further learned
Only when problems are found can you solve the problem. If you are not familiar with the basic HTML knowledge, you must continue to learn more. Take a look at the code in your spare time and read more records if you don't understand the code. This helps us learn the code faster and faster. In a word, the smaller the problem, the more careful we are. In the face of big problems, we have enough confidence and strength!