How can I put CSS and HTML code in the same file?

后端 未结 6 1615
心在旅途
心在旅途 2020-12-24 07:12

I\'m a profane in CSS, I don\'t know anything about it. I need to put HTML code and the CSS formatting for it in the same string object for an iPhone program.

I have

6条回答
  •  眼角桃花
    2020-12-24 07:27

    Two options: 1, add css inline like style="background:black" Or 2. In the head include the css as a style tag block.

提交回复
热议问题