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

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

    Or also you can do something like this.

    We can add any CSS inside the style attribute of HTML tags.

提交回复
热议问题