转换出开头的html [英] Transitioning out of beginning html

查看:73
本文介绍了转换出开头的html的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请原谅我的新手。我对基本的html非常熟悉,虽然有点生疏,但是想要突破基础并开始

获得对设计的合理理解,以免吮吸和

也可以开始为它付钱。我不知道

的起点和去哪个方向。如果有人能给我一些

的快速建议。如果这不是我的论坛,我会道歉并且

你能指出我正确的方向吗?干杯

Please excuse my newbie-ness. I am pretty familiar with basic html,
though somewhat rusty, but want to break out of the basics and start
acquiring a legitimate understanding of design so as not to suck and
also to be able to start being paid for it. I have no idea where to
start and which direction to go. If anyone could give me just some
quick suggestions. If this is not the forum for this I do apologize and
could you point me in the right direction? Cheers

推荐答案

se *********@gmail.com 写道:
se*********@gmail.com wrote:

我非常熟悉基本的HTML,

虽然有些生疏,但想要打破基础并开始

获得对设计的合理理解
I am pretty familiar with basic html,
though somewhat rusty, but want to break out of the basics and start
acquiring a legitimate understanding of design



欢迎来到该组。这是一个很好的小组,你也会想要ciwastylesheets




书籍阅读:


*谎言& BosCascading Stylesheets


CSS中为数不多的几个_readable_教程之一,它也是一个方便的

参考。


*Head First HTML& CSS"


Best"从这里开始HTML"目前预订。教一般

HTML,CSS和XHTML的好习惯

网站阅读:


一些CSS网站
http://alistapart.com
http://brainjar.com
http://positioniseverything.com


辅助功能
http://joeclark.org/book/sashay/serialization/
http://groups.google.co.uk/group/com...authoring.html

这个群体的大档案,大部分问题已在那里得到答案

某处。

这篇文章中的所有内容都应该是可搜索和可解释的通过这个

组档案。

http://w3c.org

马的嘴

http:// w3schools

马的屁股 - 不要相信你在这个网站上读到的东西。尽管有外表,但是它不是一个W3出版物。

事情可以解决问题:


*有效编码


将您的页面编码为格式良好且有效的HTML。还要使用

属性的引用,不要忽略可选的结束标记。


除非你这样做,否则没有其他任何工作可靠。


* CSS而非HTML用于控制演示文稿


编写最小结构HTML,描述基本文档

结构,将演示文稿留给CSS。


* Doctype选择

使用HTML 4.01严格处理所有事情(_Why_是一个更难的问题和一个

更详细的答案)


*流畅的设计


不要假设浏览器窗口大小。设计页面以应对

他们给予的东西。


*适当使用上浆单位


使用ems,少数情况除外


*辅助功能


阅读Joe Clark


* XHTML ,以及为什么你不需要它


你不能。


*如何解决浏览器错误

标准代码,通过验证和合理的b / b
准确浏览器(FF或其他好的浏览器)进行测试。将IE作为最后的

度假村。 IE不是很难支持,只要你满足上面的有效性和

doctype约束,并躲避其他一些记录良好的缺陷

。 br />

Welcome to the group. It''s a good group to start with, and you''ll be
wanting c.i.w.a.stylesheets as well.

Books to read:

* Lie & Bos "Cascading Stylesheets"

One of the few _readable_ tutorials to CSS and it makes a handy
reference too.

* "Head First HTML & CSS"

Best "start here for HTML" book around at present. Teaches generally
good habits for HTML, CSS and XHTML
Web sites to read:

Some CSS sites
http://alistapart.com
http://brainjar.com
http://positioniseverything.com

Accessibility
http://joeclark.org/book/sashay/serialization/

http://groups.google.co.uk/group/com...authoring.html
Big archive of this group, most questions are already answered in there
somewhere.
Everything in this post should be searchable and explicable by this
group archive.

http://w3c.org
The horse''s mouth

http://w3schools
The horse''s arse -- don''t believe everthing you read on this site. Also
it''s _not_ a W3 publication, despite appearances.
Things to get your head round:

* Valid coding

Code your pages to be well-formed and valid HTML. Also use quoting of
attributes and don''t omitting optional closing tags.

Nothing else works reliably until you do this.

* CSS rather than HTML for controlling presentation

Write minimal structural HTML thhat describes the essential document
structure, leave presentation to CSS.

* Doctype choice
Use HTML 4.01 Strict for everything (_Why_ is a harder question and a
more detailed answer)

* Fluid design

Don''t assume browser window sizes. Design pages to cope with what
they''re given.

* Appropriate use of sizing units

Use ems, except in rare cases

* Accessibility

Read Joe Clark

* XHTML, and why you don''t need it

You don''t.

* How to work around browser bugs

Code to the standard, testing it by validation and a reasonably
accurate browser (FF or the other good ones). Work around IE as a last
resort. IE isn''t hard to support, so long as you meet the validity and
doctype constraints above, and dodge a few other well-documented flaws
in it.


哇...我不期待那么详尽 - 一个回应。非常感谢

Andy Dingley写道:
Wow...I wasn''t expecting that exhaustive-a response. Much thanks
Andy Dingley wrote:
se *********@gmail.com 写道:
se*********@gmail.com wrote:

我非常熟悉基本的HTML,

虽然有些生疏,但想要打破基础并开始

获得对设计的合理理解
I am pretty familiar with basic html,
though somewhat rusty, but want to break out of the basics and start
acquiring a legitimate understanding of design



欢迎来到该组。这是一个很好的小组,你也会想要ciwastylesheets




书籍阅读:


*谎言& BosCascading Stylesheets


CSS中为数不多的几个_readable_教程之一,它也是一个方便的

参考。


*Head First HTML& CSS"


Best"从这里开始HTML"目前预订。教一般

HTML,CSS和XHTML的良好习惯


网站阅读:


一些CSS网站
http://alistapart.com
http://brainjar.com
http://positioniseverything.com


辅助功能
http://joeclark.org/book/sashay/serialization/

http://groups.google.co.uk/group/com...authoring .html

这个群体的大档案,大部分问题已经在那里回答了

某处。

这篇文章中的所有内容应该是可以通过这个

组织小组进行搜索和解释ve。

http://w3c.org

马的嘴巴

http:// w3schools

马的屁股 - 不要相信你在这个网站上读到的东西。尽管出现了,但是它不是一个W3出版物。


事情让你头脑清醒:


*有效编码


将您的网页编码为格式良好且有效的HTML。还要使用

属性的引用,不要忽略可选的结束标记。


除非你这样做,否则没有其他任何工作可靠。


* CSS而非HTML用于控制演示文稿


编写最小结构HTML,描述基本文档

结构,将演示文稿留给CSS。


* Doctype选择

使用HTML 4.01严格处理所有事情(_Why_是一个更难的问题和一个

更详细的答案)


*流畅的设计


不要假设浏览器窗口大小。设计页面以应对

他们给予的东西。


*适当使用上浆单位


使用ems,少数情况除外


*辅助功能


阅读Joe Clark


* XHTML ,以及为什么你不需要它


你不能。


*如何解决浏览器错误

标准代码,通过验证和合理的b / b
准确浏览器(FF或其他好的浏览器)进行测试。将IE作为最后的

度假村。 IE不是很难支持,只要你满足上面的有效性和上面的doctype约束条件,并躲避其他一些记录良好的缺陷



Welcome to the group. It''s a good group to start with, and you''ll be
wanting c.i.w.a.stylesheets as well.

Books to read:

* Lie & Bos "Cascading Stylesheets"

One of the few _readable_ tutorials to CSS and it makes a handy
reference too.

* "Head First HTML & CSS"

Best "start here for HTML" book around at present. Teaches generally
good habits for HTML, CSS and XHTML
Web sites to read:

Some CSS sites
http://alistapart.com
http://brainjar.com
http://positioniseverything.com

Accessibility
http://joeclark.org/book/sashay/serialization/

http://groups.google.co.uk/group/com...authoring.html
Big archive of this group, most questions are already answered in there
somewhere.
Everything in this post should be searchable and explicable by this
group archive.

http://w3c.org
The horse''s mouth

http://w3schools
The horse''s arse -- don''t believe everthing you read on this site. Also
it''s _not_ a W3 publication, despite appearances.
Things to get your head round:

* Valid coding

Code your pages to be well-formed and valid HTML. Also use quoting of
attributes and don''t omitting optional closing tags.

Nothing else works reliably until you do this.

* CSS rather than HTML for controlling presentation

Write minimal structural HTML thhat describes the essential document
structure, leave presentation to CSS.

* Doctype choice
Use HTML 4.01 Strict for everything (_Why_ is a harder question and a
more detailed answer)

* Fluid design

Don''t assume browser window sizes. Design pages to cope with what
they''re given.

* Appropriate use of sizing units

Use ems, except in rare cases

* Accessibility

Read Joe Clark

* XHTML, and why you don''t need it

You don''t.

* How to work around browser bugs

Code to the standard, testing it by validation and a reasonably
accurate browser (FF or the other good ones). Work around IE as a last
resort. IE isn''t hard to support, so long as you meet the validity and
doctype constraints above, and dodge a few other well-documented flaws
in it.


Andy Dingley写道:
Andy Dingley wrote:

使用HTML 4.01严格处理所有事情(_Why_更难问题和一个

更详细的答案)
Use HTML 4.01 Strict for everything (_Why_ is a harder question and a
more detailed answer)



我不是魔鬼的拥护者,也不是打架,所以不要恐慌:-)


我之前没有听过这个建议(我生活在一个泡沫中),你能指点一下吗?请问这个意见背后的推理?我有点接受了

(也许是愚蠢的)XHTML / CSS是要走的路,所以我对

的原因不感兴趣。


-

KA Nuttall
www.yammer.co.uk

重新输入电子邮件地址的声音,删除。无效

I''m not being devil''s advocate, nor picking a fight, so don''t panic :-)

I''ve not heard this advice before (I live in a bubble), can you point
me to the reasoning behind this opinion, please? I''ve sort of accepted
(maybe foolishly) that XHTML/CSS is the way to go, so I''m interested in
the reasons not to.

--
K A Nuttall
www.yammer.co.uk
Re-type the e-mail address how it sounds, remove .invalid


这篇关于转换出开头的html的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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