“前端入门”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第9行: 第9行:
  
 
html4→css2→html5→css3
 
html4→css2→html5→css3
 +
 +
=== 内核 ===
 +
chrome
 +
 +
早期使用 webkit 内核,现在使用 Blink 内核。
 +
 +
Safari
 +
 +
使用 webkit 内核。
 +
 +
IE
 +
 +
使用 Trident 内核。
 +
 +
Firefox
 +
 +
使用 Gecko 内核。
 +
 +
Opera
 +
 +
早期使用 Presto 内核(已放弃维护),现在使用 Blink 内核。

2024年7月30日 (二) 12:55的版本

https://www.bilibili.com/video/BV1p84y1P7Z5/


https://www.bilibili.com/video/BV1p84y1P7Z5?p=1

教程简介

学习路线

html4→css2→html5→css3

内核

chrome

早期使用 webkit 内核,现在使用 Blink 内核。

Safari

使用 webkit 内核。

IE

使用 Trident 内核。

Firefox

使用 Gecko 内核。

Opera

早期使用 Presto 内核(已放弃维护),现在使用 Blink 内核。