User manual

but improves presentation on mobile devices (<meta name ="viewport" …). You
can use these lines in your HTML website at all times.
<HTML><HEAD>
<meta name="viewport" content="width=device-width, initial-scale=2.0, user-
scalable=yes">
<title>
Switch LED
</title>
</HEAD>
After the HEAD, you need the BODY. It contains the content of the website. In the
starting area of the BODY, additional parameters such as the background and font
colours are specified. You can, of course, adjust them to your own wishes at any
time. Afterwards, the font face and size are specified in the FONT-element. They
only apply to the text Switch LED, here, which is made particularly large by this.
Afterwards, the FONT-element is closed again with </FONT>.
<BODY bgcolor="#FFFF99" text="#000000">
<FONT size="6" FACE="Verdana">
Switch LED
</FONT>
The next part is rather similar, but using two new elements, i.e. <HR>, which cre-
ates a horizontal line on the website, and <BR>, to jump to the next line.
<HR>
<BR>
<FONT size="3" FACE="Verdana">
Switch the LED <BR>
on D9 ON and OFF
<BR>
<BR>