我非技术出身,最近才自学完成 HTML 和 CSS。本来很高兴的想跟我男朋友展示一下,结果他告诉我那个很简单,小学3年级就可以会的....真的很打击人好嘛。HTML 现在没什么人用来写网页吗?想请教下现在一般网页都是用什么写的呢?Ruby 还是 JS 呢?
---------
想不到这个问题有这么多人来回答,十分感谢,完全出乎预料。
其实,我知道我男朋友只是和我开个玩笑啦,只不过想上来看看知乎的朋友对HTML&CSS 什么一个看法。
男票是技术大牛,我在他擅长的领域班门弄斧,他没在意说了些话,粗枝大叶的心思。估计大多数程序员都有这毛病,但并不是说他人不好,哈哈。
回复内容:
为什么这种人也有女朋友系列。。。 很多男人的通病就是,总是借着打击女朋友来显示自己多厉害。事实上我从小学三年级开始就不做这么幼稚的事了。 我只是很不明白为什么有些人认为用程序生成 html 不叫用 html …回答:用啊当然用,用处大大的!!这玩意设计成三年级小孩也能学会就是为了让更多的人用用用 首先,你是非技术人员,你做了一个网页,不论是用什么方法什么工具做出来的,都应该鼓励。甚至哪怕不是男朋友,我也觉得说小学三年级都能学会太过分了。
其次,让你男朋友完全不用HTML写个网页出来吧? 有了html和css基础,题主还有兴趣继续下去的话,可以继续学习原生js,然后可以尝试一下Meteor - 一个前后端都是用js写的全栈解决方案。
meteor上手很容易,写出来的是单页面web应用(Single Page Application)。有兴趣可以先看看基础教程Meteor (名为 to-do 的web应用,可以直接部署到meteor.com,相当于自己做了一个小型网站,全世界人都可以用),跟着教程,很快就能亲手做一个web app出来,这能让题主产生成就感,进而继续学习下去。这是Meteor中文教程:Discover Meteor 中文版。
其实写web应用有很多可用的技术框架和解决方案,web很短的发展历史和web技术的飞速发展形成了鲜明的对比。我想题主所理解的web,可能只是在前端的范围之内。
以前学会html,css可能就能找到一份像样的工作。但是现在随着用户体验要求的提升,web应用对前端工程师的要求非常的高,前端编程本身也变的异常复杂,而不仅是写静态页面那么简单。
初学者可能会被某答主列出的一大堆清单吓傻。其实无论用什么技术,最终都是变成html,css,原生js到浏览器上跑的。初学者一定不能舍本逐末,否则学不到知识本质。只能从这三种语言一步一脚印地来学。
学习路线时html --> css --> js,也就是前端编程的编程步骤:内容 --> 外观 --> 行为。html控制内容,css控制外观,js控制行为。
web知识上手容易,精通难。我认为真正的精通在于掌握js的编程思想、web技术方案的设计思想,还有web应用设计模式等。如果初学者沿着应走的路线慢慢摸索,会逐渐对web编程有越来越明确的概念的,然后就会知道怎么继续下去了。
其实你男朋友一定程度上并没有说错,html和css上手真的特别简单,但是要做到极致或者应用到产品上还是需要很长的学习时间。发展到现在,前端框架有很多,可以直接使用,能使做出来的界面看起来很漂亮。
还有, 孙浩上面的提醒:
不要因为刚好上手了两门容易入门的语言就对自己有了错误的评估,以为不是语言入门很容易而是自己很聪明。即使这会儿不借由他自己打击,那在之后你学习JS以及学习更深的前端知识时,也会自己被自己打击。确实在情在理。
最后,如果题主有兴趣和天赋的话,可以继续下去,但是没有技术基础的话,这条路必将诸多坎坷。 就目前的状况,还没有其他替代品啊 在我心里,就觉得只有淘宝的‘多隆’这种人才配的上‘大牛’这二字
不只是技术,更多是对技术的专注精神,到了让你觉得加入淘宝创始人也理所当然的地步。
在他眼里,语言只有合适不合适,没有轻视一说
会再多语言,也只配的上“程序员”三字 好吧, 做了这么多年, 原来咱只有小学3年级的水平... HTML…


HTML5introducesnewinputtypesthatenhanceuserexperience,simplifydevelopment,andimproveaccessibility.1)automaticallyvalidatesemailformat.2)optimizesformobilewithanumerickeypad.3)andsimplifydateandtimeinputs,reducingtheneedforcustomsolutions.

H5 is HTML5, the fifth version of HTML. HTML5 improves the expressiveness and interactivity of web pages, introduces new features such as semantic tags, multimedia support, offline storage and Canvas drawing, and promotes the development of Web technology.

Accessibility and compliance with network standards are essential to the website. 1) Accessibility ensures that all users have equal access to the website, 2) Network standards follow to improve accessibility and consistency of the website, 3) Accessibility requires the use of semantic HTML, keyboard navigation, color contrast and alternative text, 4) Following these principles is not only a moral and legal requirement, but also amplifying user base.

The H5 tag in HTML is a fifth-level title that is used to tag smaller titles or sub-titles. 1) The H5 tag helps refine content hierarchy and improve readability and SEO. 2) Combined with CSS, you can customize the style to enhance the visual effect. 3) Use H5 tags reasonably to avoid abuse and ensure the logical content structure.

The methods of building a website in HTML5 include: 1. Use semantic tags to define the web page structure, such as, , etc.; 2. Embed multimedia content, use and tags; 3. Apply advanced functions such as form verification and local storage. Through these steps, you can create a modern web page with clear structure and rich features.

A reasonable H5 code structure allows the page to stand out among a lot of content. 1) Use semantic labels such as, etc. to organize content to make the structure clear. 2) Control the rendering effect of pages on different devices through CSS layout such as Flexbox or Grid. 3) Implement responsive design to ensure that the page adapts to different screen sizes.

The main differences between HTML5 (H5) and older versions of HTML include: 1) H5 introduces semantic tags, 2) supports multimedia content, and 3) provides offline storage functions. H5 enhances the functionality and expressiveness of web pages through new tags and APIs, such as and tags, improving user experience and SEO effects, but need to pay attention to compatibility issues.

The difference between H5 and HTML5 is: 1) HTML5 is a web page standard that defines structure and content; 2) H5 is a mobile web application based on HTML5, suitable for rapid development and marketing.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Chinese version
Chinese version, very easy to use

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools
