<center><table border="1"> <tr><td rowspan="3"><font size=6> F = m · g </font></td><td>F = Force in N</td></tr> <tr><td>m = Mass in kg</td></tr> <tr><td>g = Gravitational acceleration in m/sē</td></tr> </table></center>
F = m · g
F = Force in N
m = Mass in kg
g = Gravitational acceleration in m/sē
Excercise 1
This is how a spreadsheet is created. I begins with '<table>' and ends with '</table>'. You've already got to know 'border= ...'. The line is initiated with '<tr>' and ends with '</tr>'. For the column it's '<td>' and '</td>'.
Excercise 2
The addition of 'colspan="2"' means that the heading spans two columns.
Excercise 3
The addition of 'rowspan="3"' that, the single line in column 1 is opposite to the 3rd line in column 2. ' ' means that a space must be set, because browsers are quite happy to ignore spaces.
So, that was, first of all, a so-called 'blind' spreadsheet with 'border="0"'. This provides a certain formatting, without it being noticed. Below, you'll find the source-code for the picture right at the top. All the elements should be familiar to you, except for the placing of the picture, which you have already practised in the previous part. Now take any picture you like, as big as you like and construct your own first website. Indeed, you'll have to promise to do a bit of experimenting ...
<center><table><tr><td width=450 height=450 style="background-image:url(https://www.kfz-tech.de/Bilder/Kfz-Technik/Allgemein/Computer07.jpg)"><font color=#F902CF size=7><b>This is how beatiful spreadsheets can be ...</b></font></td></tr></table></center>
Oh yes, we nearly forgot the colour of the text. Your text can take on any conceivable colour. Thereby, the first two digits stand for red-, the second two for green- and the last two for blue. What we're dealing with, are hexadecimal numbers. Try to understand the table below and after a bit of experimenting, you'll arrive at the colour of your choosing