Home >Web Front-end >HTML Tutorial >Beginners' questions about HTML_html/css_WEB-ITnose

Beginners' questions about HTML_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:15:401125browse

I am a beginner student of HTML. First time using myeclipse

1. Which software is better for editing HTML5?
2. I downloaded eclipse and myeclipse, how to create an HTML project?
3. I created a javascript project, but I can’t run HTML5 in the javascript project
4. Are there any introductory books on HTML5? It’s best to teach you how to create a project step by step.


Reply to the discussion (solution)

You won’t become fat by eating one bite, so I will slowly read the tutorials myself. . ~

To start html, it is recommended to use a general text editor, editplus is good
In addition, pure html does not have the concept of a project, it is to put all related files in a directory

If you are interested in code If you don’t know much about it, just install DW. If you know it, install notepad.

To start with html, it is recommended to use a general text editor. Editplus is good.

I can use a text editor to write html, but I want to write it in javascript

To start html, it is recommended to use a general text editor, editplus, which is good

In addition, pure html has no concept of project. Put all related files in a directory

Then how to call html with javascript

The poster should learn slowly,

First look at xhtml and js

html5 is Expanded with more tags, canvas is the application of js


JavaScript is very important, find two books and learn slowly,
Of course, css also needs to be learned

Quote 2 Lou's reply:


To start html, it is recommended to use a general text editor, editplus is good
In addition, pure html does not have the concept of a project, it is to put all relevant files in one directory


I can use a text editor to write html, but if I want to write

in javascript, then I have to write a static web page on the js page... There are things written on the js page without prompts, such as css styles... and some tags There is no prompt... It is best that you compile the static web page in DW first and copy it directly to the js page. For the div css layout you use, it is recommended to use vs2010, because there are many more prompts than DW, and it looks... Look better. If you use tableb layout, use DW. After editing, copy it directly to the js page. That is what you call the js page in myeclipse. Then if you want to transfer data to the js page, just write it directly in the js page... .Please adopt...

dreamweaver

Use notepad to write slowly. . . You can write html js css. . .

When you don’t even know the basics, don’t think about what tools to use, how to set them up, etc.

Using notepad is your best choice.
After learning the basic knowledge, let’s see how to use the tools. Tools also need to transition from low-level to high-level.
Don’t think this is unnecessary, why do you do this when there are advanced tools? Because low-level tools can give you a better understanding.
I have seen many people who have not gone through this route and have used advanced tools from the beginning, but I have basically never found any that have a solid and comprehensive foundation, and they are all seriously lacking.

If you are not in a hurry, first use tools like nodepad to type a little bit, and then learn javascript bit by bit. For advanced tool frameworks and the like, don’t worry about it for now

Beginner Scholars can edit with a text editor, Dreamweaver is also good

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