- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 56字
- 2021-07-02 15:48:56
Internal style sheet
An internal style sheet moves all the CSS rules into a specific web page. Only HTML elements within that particular page have access to the rules. All CSS rules are defined inside the <head> tag and enclosed inside a <style> tag, as seen in the code example as follows:
<head>
<style type="text/css"> hr {color:sienna;} p {margin-left:20px;} body {background-image:url("images/back40.gif");} </style> </head>
推薦閱讀
- Python 3.7網絡爬蟲快速入門
- Python神經網絡項目實戰
- Rust Cookbook
- Python編程與幾何圖形
- Highcharts Cookbook
- R語言與網絡輿情處理
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Go語言底層原理剖析
- Red Hat Enterprise Linux Troubleshooting Guide
- Java高手是怎樣煉成的:原理、方法與實踐
- 前端程序員面試筆試真題與解析
- ROS Robotics Projects
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程
- 微信小程序開發實戰教程(PHP+Laravel+MySQL)(微課版)