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

后端 未结 6 1652
心在旅途
心在旅途 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:34

    You can include CSS styles in an html document with tags.

    Example:

    
    

提交回复
热议问题