Der Eintrag kann gerade nicht entfernt werden. Bitte versuchen Sie es später noch einmal.
08 Juli
Basics
So, you have made the basics of your website. Now, how about putting something onto it. Now open the file in notepad, you will see the basic html of your site, this will not show anything in your internet browser.
Text
If you want you can just type any text inbetween the bodytags e.g. <body> Type text here </body>
This would just produce a white page, with the black text saying Type text here in the top left, in Times New Roman font and in font size 12, all defaults.
Now to move onto something a little more complicated, editing the format of the text. As always you will use tags, in this case it will be <font> and </font>. You just put whatever text in between the tags you want to appear. Editing the text will involve editing the first tag.
To edit the font add face="arial" to the tag e.g. <font face="arial">, changing "arial" to whatever font you wish to use (dont forget that the font you use must be owned by all you viewers to be properly viewed, major fonts are arial, times new roman, courier, etc.
To edit the size add size="3" to the tag e.g. <font size="3">, changing "3" to whatever font size you wish to use.
To edit the colour add color="00ff00" (yes all you brits, it is spelt color) to the tag e.g. <font color="00ff00">, changing "00ff00" to whatever you wish to use (I use hex colour codes on all my websites, hex colour codes are a way to identify a colour, to find any colour code you want click HERE.
Images
Next, lets add an image to the site. To do this involves an image tag (this tag only has a start tag (<img src>), but no end tag);. This is <img src="imagename.extension">, replacing the "imagename" with the image name (dont forget to add the correct filename extension (.extension) To find out the filetype of your image you can right click on the file and then click properties, this will then show you the file format. Also, dont forget to keep the image file in the same folder as the HTML document. There are several options you can add to your image, shown below:
To edit the width of the image add width="130" to the tag e.g. <img src="imagename" width="130">, changing the "130" with whatever size you want. (When editing just the width the height is automatically changed too. To change the width and height indipendantly add a height="130" to the tag e.g. <img src="imagename" width="130" height="130">
To edit the border of the image add border="1" to the tag e.g. <img src="imagename" border="1">, changing the "1" with whatever thickness you want. (When turning the image into a link a border is automatically added to an image, so adding a border="0" will remove this border.
To add a 'title' to the image, where, when you hover over an image, it displays some text (esp useful if the user doesent display images) then add alt="Image Title" to the tag e.g. <img src="imagename" alt="Image Title">, changing "Image Title" to whatever you wish to use.
Links
You can add a link to near enough whatever you want on your website. To add a link add <a href="link.html"> to the start of whatever you want e.g. some text and </a> to the end. An example is <a href="link.html">CLICK FOR LINK</a>, this coding would produce a link to link.html whenever a person clicks on the CLICK FOR LINK text. An examples is shown below:
Der eingegebene Kommentar ist zu lang. Bitte kürzen Sie ihn.
Sie haben keine Angabe gemacht. Bitte versuchen Sie es erneut.
Ihr Kommentar kann im Moment leider nicht hinzugefügt werden. Bitte versuchen Sie es später erneut.
Zum Hinzufügen eines Kommentars ist die Erlaubnis von einem Elternteil erforderlich. Erlaubnis einholen
Der Elternteil hat die Kommentarfunktion deaktiviert.
Ihr Kommentar kann im Moment leider nicht gelöscht werden. Bitte versuchen Sie es später erneut.
Sie haben die maximale Anzahl an Kommentaren, die pro Tag zugelassen sind, überschritten. Versuchen Sie es in 24 Stunden erneut.
Kommentare wurden in Ihrem Konto deaktiviert, da in unseren Systemen angegeben wird, dass Sie anderen Benutzern möglicherweise unerwünschte E-Mails versenden. Wenn Sie der Meinung sind, dass es sich beim Deaktivieren Ihres Kontos um einen Fehler handelt, wenden Sie sich an Windows Live Support.
Schließen Sie die Sicherheitsüberprüfung unten ab, damit Sie ein Kommentar hinterlassen können.
Die bei der Sicherheitsüberprüfung eingegebenen Zeichen müssen den Zeichen im Bild oder in der Audiodatei entsprechen.
Melden Sie sich zum Hinzufügen eines Kommentars mit Ihrer Windows Live ID an (wenn Sie Hotmail, Messenger oder Xbox LIVE verwenden, besitzen Sie eine Windows Live ID). Anmelden
Sie haben noch keine Windows Live ID? Registrieren