数据分析师2017-09-30 23:42:43
When writing styles in tags, there is a lot of code and it doesn’t look pretty. How should I deal with it? -PHP Chinese website Q&A-When writing styles in tags, there is a lot of code and it doesn’t look beautiful. How to deal with it? -PHP Chinese website Q&A
Please watch and learn.
迷茫2016-12-24 14:50:45
这位同学说的很有道理,在html标签中写样式,我们称为行内样式,但是,我们有时候也会在标签内加上一些样式,例如宽高,但我们大部分的样式的样式会写在head标签内,这个我们称为内联样式,如果我们在开发项目的时候,我们就要考虑html页面的整洁,我们会吧css写在外部文件当中,这样网页看起来会简洁,便于维护,这就是我们的外联样式!