Web page
- Answer Web page:
This block replaces the Answer block in the IOT/Server category. It allows you to customize your web page and display multiple information including sensors data. It has the structure of a HTML page.
Learn more about HTML.
Video tutorial: Monitor a sensors network
Video tutorial: Buttons to control LED
- Web Page HTML:
If you have knowledge of the HTML, it is possible to add your own code. You should use this block ONLY inside the Answer Web page block.
- Heading:
HTML headings are titles or subtitles that you want to display on a webpage. You should use this block ONLY inside the Answer Web page block.
- New line:
Insert single line breaks in a text. You should use this block ONLY inside the Answer Web page block.
- SPAN:
Insert a text into your page. You can choose the color and the size. You should use this block ONLY inside the Answer Web page block.
- Button:
Insert a button in your page. The Href parameter is the link where the user will be redirected if he clicks on the button. You should use this block ONLY inside the Answer Web page block.
Video tutorial: Buttons to control LED