html与css学习

相关网站:

  1. html全标签网站 https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element
  2. css全标签网站 https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Building_blocks/Selectors
  3. 效果预览网站 http://codepen.io
  4. 字体基础 https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Styling_text/Fundamentals
  5. 网页安全字体列表:http://cssfontstack.com
  6. 各种字体在Win/Mac上的占有率统计 https://www.cssfontstack.com
  7. 字体选用平台 https://fonts.google.com/

标准格式

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1></h1>
<p></p>
</body>
</html>
posted @ 2023-08-22 01:01  adamaik  阅读(19)  评论(0)    收藏  举报