How to learn web development well? Please give me some advice_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:26:17
Original
1040 people have browsed it

How to learn web development well? Please give me some advice. For example, I want to implement a text alignment. I can't figure out how to write it. I opened Google and searched for w3school cn. I took a look. It's so simple. Many problems occur like this. I think it's simple when I see it. The books cannot be written together. What's going on? How should I learn it well? Please give advice from senior web developers. I don’t dare to become a senior web developer, but I do dream of being an ordinary web developer.

<html><head><style type="text/css">h1 {text-align: center}h2 {text-align: left}h3 {text-align: right}</style></head><body><h1>这是标题 1</h1><h2>这是标题 2</h2><h3>这是标题 3</h3></body></html>
Copy after login


Reply to discussion (solution)

Write more, practice more, ask more, read more,

Write more, practice more , ask more, read more, there is also Baidu, google

The original poster’s situation is that he is not familiar with the code enough. Write more, do more demos, don’t think it’s too simple after reading it, think you understand it, and then put it aside. There are many features of html/css. If you don’t try it yourself, you will get half the result with half the effort.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!