Home > front end >  CSS based
CSS based

Time:10-28

HTML:

<link rel="stylesheet"
Href="https://bbs.csdn.net/topics/example.css" & gt;

<body>

This is my first com.lowagie.text.paragraph. & lt;/p>

CSS:
P {color: # 99 d; }
Can delete the link part of the head?
I deleted after, is still the same ah

CodePudding user response:

Example. Whether the CSS file has written style, if not will not affect,

CodePudding user response:

Might be the wrong path, under the current page F12 you check for this wrong, there is one path is wrong

CodePudding user response:

The CSS file you use & lt; link> Link said example. CSS must be independent to create CSS file


Or you can write

<style>
P {color: # 99 d; }
</style>

<body>

This is my first com.lowagie.text.paragraph. & lt;/p>

CodePudding user response:

Novice can entry first
  • Related