为初学者提供从 HTML 到服务器端编程的完整网页设计

发布于 2025-01-01 21:12:07 字数 1539 浏览 0 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

葬花如无物 2025-01-08 21:12:08

Google 提供了 8 个教程视频来帮助人们学习 HTML、CSS 和 Javascript!

它包括以下内容:

  1. 简介
  2. HTML
  3. HTML 练习
  4. CSS
  5. CSS 演练
  6. CSS 练习
  7. Javascript
  8. Javascript 练习

这是

There are 8 Tutorial videos provided by Google to help someone learn HTML, CSS, and Javascript!

It includes the following:

  1. Introduction
  2. HTML
  3. HTML Excercise
  4. CSS
  5. CSS Walkthrough
  6. CSS Exercise
  7. Javascript
  8. Javascript Excercise

Here is the link

撕心裂肺的伤痛 2025-01-08 21:12:08

我通过阅读 W3C 教程和构建自己的网站来学习 HTML、CSS、JS 和 XML。除非你真正尝试过,否则世界上所有的阅读都不会帮助你。

您应该按顺序查看这些语言,为每种语言至少开发一个项目:

HTML ~ 内容

CSS ~ 样式

JS ~ 交互性

XML ~ 数据操作

PHP ~ 动态

因此,第一个项目可能适用于仅使用 HTML 的静态站点,下一个项目可能适用于仅使用 HTML 的静态站点。可能只是同一个网站,但风格变得更漂亮。然后您可以使用 XML,您可能会做一些类似音乐存档站点的事情。等等。

如果您遇到问题,请不要离开它(除非您确定它对您来说太高级),搜索论坛并在 stackoverflow 上发布问题,直到找到解决方案。搞砸对于学习至关重要!您还可以使用浏览器中的开发人员控制台(我喜欢 Internet Explorer 9)来找出问题所在。

我还建议您使用 Web Matrix。使用文件夹中的文件只能让您到目前为止,而 Web Matrix 支持使用 XML、PHP 和 Razor 代码,就像真正的服务器一样。

编辑:

我忘了提......嫉妒非常好!如果您在互联网上看到某些内容并想“他们到底是怎么做到的?”您应该看看是否可以重新创建它,或者至少查看源代码以了解它是如何工作的。所有最优秀的工程师在小时候都会拆开手表。

I learnt HTML, CSS, JS and XML by a combination of reading W3C tutorials and building my own sites. All the reading in the world won't help you unless you actually have a go.

You should look at these languages in order, working on at least one project for each:

HTML ~ Content

CSS ~ Styling

JS ~ Interactivity

XML ~ Data manipulation

PHP ~ Dynamism

So the first project might for a static site that only uses HTML, the next might just be that same site but made prettier with styles. Then you get to XML and you might do something like a music archive site. Etc, etc.

If you hit a problem don't leave it (unless you're sure its too advanced for you), search forums and post questions on stackoverflow until you find the solution. Screwing up is essential to learning! You can use the developer's console in your browser (I like Internet Explorer 9's) to find out what's going wrong as well.

I would also recommend you work in Web Matrix. Using files in a folder will only get you so far, whereas Web Matrix supports using XML, PHP and Razor code exactly like a real server would.

EDIT:

I forget to mention.... Envy is very good! If you see something on the internet and think "how the hell did they do that?" you should see if you can recreate it or at least look through the source code to see how it works. All the best engineers pulled apart watches when they were kids.

只涨不跌 2025-01-08 21:12:08

我认为首先你需要学习基本标签
像 html、body、title、script、a、input、button、iframe、div 等...

然后学习 css 并掌握如何定位、颜色、对齐、调整它们的大小。

您可以在一天内学习这两个基础知识。

接下来是 JavaScript。如果您了解任何编程语言的基础知识,那么您可以跳过很多事情。
js 的强大和美丽在于 DOM 操作。Go 进行 DOM 操作和事件。一开始它非常令人困惑。学习java脚本调试,否则会杀了你。
不掌握 DOM 和事件就不要继续。
(html、css 和 javascript)= dhtml。 DHTML 不是一个单独的东西。

一旦你掌握了 DOM,你就会自动理解 XML。因为DOM本身就是XML。好吧,你也必须学习 xml 名称空间和 xpath(但实际上,如果你不知道 ajax,那么 xml 就是浪费)

如果你对以上所有内容感到满意,那么你将花费 10 分钟来学习 ajax。

I think first you need to learn basic tags
like html,body,title,script,a,input,button,iframe,div etc...

Then learn css and master how to position,color,align,resize them.

You can learn the basic of these two in a day.

Next comes javascript. if you know the basics of any programming language,then you can skip a lot of things.
The power and beauty of js lies in DOM manipulation.Go for DOM manipulation and events. Its is pretty confusing in the beginning. Learn java script debugging, else it will kill you.
Don't go ahead without mastering DOM and events.
(html,css and javascript)= dhtml. DHTML is not a separate thing.

Once you master DOM, them you will automatically understand XML. Because DOM itself is XML. Well you must learn xml name space and xpath too (But practically xml is waste if you don't know ajax)

If you are comfortable with all the above things, then you will take 10 mins to learn ajax.

桃扇骨 2025-01-08 21:12:08

在我看来,你应该学习 HTML & CSS 首先...为 CMS 创建一些模板(如 joomla、wordpress)...了解基础知识很重要!

之后你就可以开始用 javascript 添加一些功能性的东西了。如果没有基础知识,你永远不会明白“DOM 脚本”是什么。

此时你还可以学习一些 HTML5,因为它(imo)是网络的未来 =)

//编辑:
如果您想了解如何从头开始构建网站,请查看此处:http://www.onextrapixel.com/2011/12/14/web-strategy-guidelines-building-a-website-from-start-to-finish/

最好的之一您可以收集一些信息的网站是 http://w3schools.com/

imo you should learn HTML & CSS first... creating some templates for CMSs (like joomla, wordpress).. it's important to understand the basics!

after that you could start adding some functional things with javascript. you'll never get what "DOM scripting" is without the basics..

at this point you can also learn some HTML5 cause its (imo) the future of the web =)

//EDIT:
if you like to learn something about the way to build a website from scratch take a look here: http://www.onextrapixel.com/2011/12/14/web-strategy-guidelines-building-a-website-from-start-to-finish/

one of the best sites you can collect some informations is http://w3schools.com/

別甾虛僞 2025-01-08 21:12:08

您需要停止阅读每个教程。你需要做的是练习...我也是一名网页设计师并提供在线培训课程。当我的学生感到困惑时,我知道如何处理他们。由于网络上提供的信息太多,造成了混乱。首先从一个主题开始,即 HTML。

  1. 介绍
  2. HTML 基础知识
  3. HTML 元素
  4. HTML 属性等等。

您还可以访问此软件培训

You need to stop reading every tutorial. What you need to do is practice... I am also a web designer and providing online training courses. I know how to handle my students when they get confused. Confusion arises due to too much information available on the web. So first start with one topic, i.e. HTML.

  1. Intro
  2. HTML Basics
  3. HTML Elements
  4. HTML Attributes and so on.

you can also prefer visiting this Software Training

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文