<html> <head> <title>ASP and CSS</title> <link href="styles.css" rel="stylesheet" type="text/css"> <% 'ASP Code here' %> </head> <body> <p>Hello, World!</p> </body> </html>
p { color: red; font-size: 18px; }
上一篇arima模型css
下一篇arma評價指標css
<html> <head> <title>ASP and CSS</title> <link href="styles.css" rel="stylesheet" type="text/css"> <% 'ASP Code here' %> </head> <body> <p>Hello, World!</p> </body> </html>
p { color: red; font-size: 18px; }