语言

Menu
Sites
Language
css for web apps

I have writed some code in html5

<p><label id="label1">First Name:</label>

In css file i writed

#label1 { float:left; widt:250; border: 1px solid black; background:gray; }

I see the result in design section of TIZEN IDE

But I do not see the result on simulator

Thank you

 

 

 

 

 

响应

1 回复
Raghu Kona

Hi Tuvia,

The code above works fine both on simulator and device. Can you please check the console for errors, if any.

In Simulator, right-click select 'Inspect element' and click on 'console' tab on top of the page.

Regards,

Raghu Kona