With interest in programming, I've always wanted to learn something about programming,Suffering from not a soft professional and no guidance, has not been able to plan self-study. In fact, a freshman has learned C language, unfortunately feel that lessons learned are fur, as if there is no egg use, nor for me to continue to further study to provide a certain degree of interest and sense of accomplishment. So while the summer hollow began to pay attention to how the 0 Foundation began self-learning programming, programming language, there is no professional guidance really feel no way to begin, decided to start from the more simple HTML and CSS, first cultivate and improve their interest in programming. The need to touch programming is not to say that you want to be in this business, just interest, but of course hope that you can learn to be able to enter the industry. To record the progress of my study and as a note, I hope that I can persist, learning programming, I believe that must have the power to do, but not to think about enough.
html, CSS and JavaScript belong to the front-end development, but the code is very simple, it is possible that there is a certain C-language foundation it. Summarize the contents of these two days of study, as a review good.
html is a carrier of web content, which refers to information such as text, pictures, and videos. CSS is used to modify the content of the Web page, such as font color size, such as the cloak, JS is used to achieve web effects, animated and interactive. The basic structure of the HTML file
< HTML > < Head >... </ Head > < Body >... </ Body > </ HTML >
Then learned some commonly used tags, such as <p>,
HTML+CSS+JS Self-study One