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

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

    Is this what you're looking for? You place you CSS between style tags in the HTML document header. I'm guessing for iPhone it's webkit so it should work.

    
    
        
    
    
        

    La super bonne proposée par Jérém

提交回复
热议问题