Javaweb崔希凡---day2---CSS---Javascript

今日內容概要: 1、css的簡介 2、css和html的結合方式(四種結合方式) 代碼: <html> <head> <title>HTML示例</title> <style type="text/css"> div { background-color:gray; color:white; } </style> </head> <body> <div
相關文章
相關標籤/搜索