2018年1月4日

JavaScript

摘要: JS的两种引入方式: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>js的两种引入方式</title> <script> alert('hello world') </script> <!--<script 阅读全文

posted @ 2018-01-04 15:49 二十四岁半 阅读(188) 评论(0) 推荐(0)

CSS

摘要: CSS的四种引入方式: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css的四种引入方式</title> <style> /*p{*/ /*background-color:black;*/ /*colo 阅读全文

posted @ 2018-01-04 11:53 二十四岁半 阅读(194) 评论(0) 推荐(0)

导航