Home  >  Article  >  Backend Development  >  Does php need to do html first?

Does php need to do html first?

王林
王林Original
2019-09-28 17:59:012996browse

Does php need to do html first?

Recommended learning order for beginners:

1. HTML learning

First learn HTML. HTML is a very important markup language. It's easy to learn, just go through the tutorials on w3school. Remember to go through them one by one, and don't be lazy. Once you start to be lazy, you will become more and more lazy, and in the end you will learn nothing.

2. CSS learning

HTML and CSS are two things that come together. It is recommended that you learn them together. Generally speaking, it is called "CSS DIV", which is what creates the basic appearance of a web page. To learn this, you mainly need to understand the two things "box model" and "style sheet".

3. JS learning

JS learning will be much more difficult than the previous two, because JS is a formal programming language. After learning js, you can try to learn jquery. At this time, you can basically understand the language library, and you can also go through jquery directly. If you know jquery, you will basically be familiar with front-end web development. If you learn it solidly, you will actually be competent in front-end development.

4. PHP learning

If you just make a static web page, the above is completely enough, but if you want to make it dynamic, you need to start learning at this time php. Getting started with PHP is more troublesome than JS, because running PHP requires a lot of details to be dealt with, so a good introductory book is very important. Of course, if reading is boring, you can watch videos.

Note: When learning HTML, CSS and JS, it is enough to have a browser, and there is no need to install wamp.

The editor recommends sublime. It is very important to learn to use google more and code more. It is especially important to code more so that you can grow quickly.

Recommended video tutorial: PHP video tutorial

The above is the detailed content of Does php need to do html first?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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