学习网页设计 [英] learning web design

查看:67
本文介绍了学习网页设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我是网页设计的新手,有些事我想知道。

我应该学习HTML手吗用CSS制作firt然后转到

Javascript或转移到XHTML? HTML是否是

XHTML的必备先决条件?


提前付款

Fran?ois

解决方案

francois写道:

大家好,

我是网页设计新手,有一些我想知道的事情。
我应该学习HTML手工制作的CSS,然后转移到Javascript或转移到XHTML? HTML是否是
XHTML必不可少的先决条件?




XHTML与我们已经了解和喜爱的旧HTML完全相同,只是

以基于XML的语法重新实现,而不是类似于基于SGML的
基于SGML的语法。


最重要的是要了解Javascript是如何以及何时*不*以

使用它。一般来说,最好首先学习服务器端技术,然后继续学习Javascript作为它们的补充。


你问一下CSS。最明确的是,*做*花时间学习CSS。请小心,无论您使用什么源材料来学习HTML,

都不会引用旧的和已弃用的表示HTML属性和

元素。任何在2001年或之前受版权保护的图书,至少可能是b / b
。我有一张HTML快速参考卡声称

是从2001-05开始引用这个已弃用的版本并且没有任何提及CSS的b $ b。在过去几年写的任何内容

应该仅仅为了理解旧文件而引用旧垃圾,并且应该明确说明CSS是新方法

暗示演示。


-

Shawn K. Quinn


> francois写道:

大家好,
我是网页设计的新手,有些事我想知道。
应该我用CSS学习HTML手工制作




我刚开始使用网页设计(约两个月前)。我经常阅读各种

新闻组并从中学到很多

news:alt.html.critique

news:alt。 www.webmaster

news:comp.infosystems。 www.authoring.site-design

news:comp.infosystems。 www.authoring.stylesheets

和荷兰语关于网络设计。

你已经发现了ciwah :-)


我也从
下载了CSS2规范 http://www.w3.org/TR/1998/REC-CSS2-19980512/css2 .zip

并玩弄它。在我上网的第一步之后

发布我的页面,我请求了反馈并从中学到了很多。

我的页面现在运行了大约两个月,普通的HTML和CSS。

然后转移到
Javascript或转移到XHTML? HTML是否是
XHTML必不可少的先决条件?




其他人比我更了解xhtml,对JavaScript也是如此。所有我知道

肯定是我曾经使用JS为我的菜单犯了错误而且在

反馈之后我永远不会再这样做了。 JS,直到现在,我已经发现了没有必要的
。虽然获得更多知识,但可能会有用。


-

Groet,

芭芭拉

http:// home .wanadoo.nl / b.de.zoete / index.html


Barbara de Zoete写道:


其他人比我更了解xhtml,JavaScript也是如此。我所知道的确有一点是,我曾经使用JS作为我的菜单犯了错误,在
反馈之后,我再也不会那样做了。 JS,直到现在,我发现没有必要。虽然获得更多知识,但它可能会有用。




非常明智


javascript非常有用。 ..badly写的和

设想javascript可以严重搞乱不仅仅是

网站但也导致访问者严重的问题...所以

最好用javascript保持一点点曲线


你可以用html或css承担一两个风险......因为你

可能会在你的结尾搞砸,但访客可以点击

后退按钮并且不受影响...执行不佳

javascript你可以让生活变得更加困难对于

他们......这不是一件好事(tm)


-

eric
< a rel =nofollowhref =http://www.ericjarvis.co.uktarget =_ blank> www.ericjarvis.co.uk

嘿Lord不要问我问题

在我身上没有答案


Hi everyone,

I''m new to webdesign and there are some things that I''m wondering.
Should I learn HTML hand crafting firt with CSS and then move to
Javascript or move to XHTML? Is HTML an essential prerequisite for
XHTML?

Thanks in advance
Fran?ois

解决方案

francois wrote:

Hi everyone,

I''m new to webdesign and there are some things that I''m wondering.
Should I learn HTML hand crafting firt with CSS and then move to
Javascript or move to XHTML? Is HTML an essential prerequisite for
XHTML?



XHTML is really the same old HTML we''ve come to know and love, just
re-implemented in an XML-based syntax instead of something resembling an
SGML-based one.

The most important thing to know about Javascript is how and when *not* to
use it. Generally it is best to learn the server side technologies first,
and then move on to learn Javascript as a supplement to them.

You ask about CSS. Most definitely, *do* take the time to learn CSS. Be
careful that whatever source material you are using to learn HTML from,
does not refer to the old and deprecated presentational HTML attributes and
elements. Any book copyrighted on or before 2001 will probably at least
tangentially cover these; I have an HTML quick reference card that claims
to be from 2001-05 that refers to this deprecated cruft and makes no
mention of CSS whatsoever. Anything written in the last couple of years
should only make reference to the old junk for the purpose of understanding
older documents and should make it clear that CSS is the new method of
suggesting presentation.

--
Shawn K. Quinn


> francois wrote:

Hi everyone,
I''m new to webdesign and there are some things that I''m wondering.
Should I learn HTML hand crafting firt with CSS



I just started with webdesign myself (about two months ago). I read various
newsgroups a lot and learned a lot from them
news:alt.html.critique
news:alt.www.webmaster
news:comp.infosystems.www.authoring.site-design
news:comp.infosystems.www.authoring.stylesheets
and a Dutch ng about design for the web.
And you''ve discovered ciwah already :-)

Also I downloaded CSS2 specification from
http://www.w3.org/TR/1998/REC-CSS2-19980512/css2.zip
and played around with it. After my first few steps on the internet
publishing my pages, I requested feedback and learned very much from that.
I''ve my pages running for about two months now, plain html and css.
and then move to
Javascript or move to XHTML? Is HTML an essential prerequisite for
XHTML?



Others know about xhtml much more than I do, same for JavaScript. All I know
for certain is that I once made the mistake using JS for my menu''s and after
feedback on that I will never ever do that again. JS, untill now, I have
found no need for it. Though when gaining more knowlegde it might get
useful.

--
Groet,
Barbara

http://home.wanadoo.nl/b.de.zoete/index.html


Barbara de Zoete wrote:


Others know about xhtml much more than I do, same for JavaScript. All I know
for certain is that I once made the mistake using JS for my menu''s and after
feedback on that I will never ever do that again. JS, untill now, I have
found no need for it. Though when gaining more knowlegde it might get
useful.



very wise

javascript can be extremely useful...badly written and
conceived javascript can seriously mess up not just the
site but also cause the visitor serious problems...so
it''s best to stay a bit behind the curve with javascript

you can take a risk or two with html or css...in that you
may mess up at your end but the visitor can just hit the
back button and be unaffected...with poorly executed
javascript you can make life a little more difficult for
them...this is not a good thing (tm)

--
eric
www.ericjarvis.co.uk
"Hey Lord don''t ask me questions
There ain''t no answer in me"


这篇关于学习网页设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆