分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > IT知识

Notes of Head.First.HTML.and.CSS.2nd.Edition

发布时间:2023-09-06 01:46责任编辑:白小东关键词:CSSHTML

What does the web server do?

tirelessly waiting for requests from web
browsers

What does the web browser do?

how does the browser know how to display a page? 

Notice how each tag in
the HTML maps to what
the browser displays.


HTML gives you a way to “mark up” your text
with tags that tell the browser how your text
is structured.

browsers have built-in
default rules for how to display each of these
elements.
But you don’t have to settle for the default
settings. You can add your own style and
formatting rules with CSS

Browsers
ignore tabs, returns, and most spaces in
HTML documents.

So why did we insert our own formatting if
the browser is just going to ignore it? To help
us more easily read the document when
we’re editing the HTML.

Everyone is talking about HTML5.
Are we using it? If so, why aren’t we
saying “HTML-FIVE” instead of “HTML”?
A: You’re learning about HTML, and
HTML5 just happens to be the latest version
of HTML. HTML5 has had a lot of attention
recently, and that’s because it simplifies

many of the ways we write HTML and
enables some new functionality, which
we’re going to cover in this book. It also
provides some advanced features through
its JavaScript application programming
interfaces (APIs), and those are covered in
Head First HTML5 Programming.

Notes of Head.First.HTML.and.CSS.2nd.Edition

原文地址:https://www.cnblogs.com/xkxf/p/8570329.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved