Home  >  Article  >  Web Front-end  >  I am new to HTML. Where should I start learning this language?_html/css_WEB-ITnose

I am new to HTML. Where should I start learning this language?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:12:23861browse

I am new to HTML. Where should I start learning this language?


What is the most important thing to learn?


Solve. .


Reply to the discussion (solution)

The host, let’s set sail from here
http://www.w3school.com.cn/html/

You can first learn html and then css and then javascript

Follow the example first. After you are a little familiar with it, you can go to the source code network, find a few html templates, and simulate it yourself with xhtml css.
The key is to write more and read more.

HTML tags

For details, please refer to w3school

First remember some common tags, then learn div CSS, and then learn javascript, you want Learn more, learn ajax, jquery. These will be used in web design. div css javascript is basic

First understand the HTML tags, you can directly look at HTML5. After all, some tags in the old version will be eliminated and the standard is no longer recommended.
When learning HTML tags, remember to focus on understanding the semantics of each tag, not its expression. Presentation is done using CSS, which is the recommended approach.
When learning HTML, you will definitely come into contact with some simple performance-related things, such as width, height, align and other attributes. It is easy to understand the superficial meaning.
Then you can make a web page with a not-too-complicated layout by briefly looking at CSS. If necessary, learn more in depth. To learn CSS, you need to cultivate the idea of ​​​​div css. A simple understanding is to divide the web page into blocks. There is such a design idea.
Then there is javascript, which can achieve interactive effects. If you want to learn more deeply, you need to learn js libraries and so on.

HTML is relatively simple. It seems that books specifically written about html are rarely seen in bookstores
You can go to Taobao to find it, buy it and read it
or you can also look for teaching materials online.

I am a beginner like the original poster, and I read http://www.w3school.com.cn/html/ all day long. Take your time with this website.

Practice tag language more. That’s it.

If you write more by yourself, you will never learn faster than by practicing

I have just started to read HTML, and hope to communicate more

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