/Englcartecc.com - Computing for beginners 5

Search

A     B     C     D     E     F     G     H     I     J     K     L     M     N     O     P     Q     R     S     T     U     V     W     X     Y     Z




Formulas
All Tests
Buchladen
 F7 F9



  Computing for beginners 5


This is how beautiful spreadsheets can be ...

Previous page

Excercise 1

<center><table border="1">
<tr><td>Line 1, Column1</td><td>Line 1, Column 2</td></tr>
<tr><td>Line 2, Column2</td><td>Line 2, Column 2</td>&# 60;/tr>
</table></center>

Line 1, Column1Line 1, Column 2
Line 2, Column1Line 2, Column 2

Excercise 2

<center><table border="1">
<tr><td colspan="2" align="middle">Heading</td></tr>
<tr><td>Line 1, Column1</td><td>Line 1, Column 2</td></tr>
<tr> <td>Line 2, Column2</td><td>Line 2, Column 2</td></tr>
</table></center>

Heading
Line 1, Column1Line 1, Column 2
Line 2, Column2Line 2, Column 2

Excercise 3

<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&# 60;/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 1This 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 '&# 60;/tr>'. For the column it's '<td>' and '</td>'.
Excercise 2The addition of 'colspan="2"' means that the heading spans two columns.
Excercise 3The addition of 'rowspan="3"' that, the single line in column 1 is opposite to the 3rd line in column 2. '&nbsp;' 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="600" 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

Hexadecimal numbers from 0 up to 255 ..
00=001=102=203=304=405=506=607=7
08=809=90A=100B=110C=120D=130E=140F=15
10=1611=1712=1813=1914=2015=2116=2217=23
18=2419=251A=261B=271C=281D=291E=301F=31
20=3221=3322=3423=3524=3625=3726=3827=39
28=4029=412A=422B=432C=442D=454E=462F=47
and carries on thus up to ...
F0=240F1=241F2=242F3=243F4=244F5=245F6=246F7=247
F8=248F9=249FA=250FB=251FC=252FD=253FE=254FF=255

01/15


To be continued ...







Sidemap - Technik Imprint E-Mail Datenschutz Sidemap - Hersteller