- 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>
推薦閱讀
- Learn Type:Driven Development
- Designing Hyper-V Solutions
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- MongoDB權(quán)威指南(第3版)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- RSpec Essentials
- PHP從入門到精通(第4版)(軟件開(kāi)發(fā)視頻大講堂)
- Cybersecurity Attacks:Red Team Strategies
- LabVIEW虛擬儀器入門與測(cè)控應(yīng)用100例
- C++編程兵書(shū)
- Python Interviews
- 精通MySQL 8(視頻教學(xué)版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 樹(shù)莓派開(kāi)發(fā)從零開(kāi)始學(xué):超好玩的智能小硬件制作書(shū)