domaintechnik.at Domains - Webhosting - Server

For Customers: Login Customer Zone
SSL
secure!
Login Control Panel
Login WebMail (SSL)

Select lang: deutsch english

Help

Short instruction for Using HTML Syntax

HTML Syntax Overview


Word wrap

Command

View

effects a word wrap<br>like Shift + ENTER key

effects a word wrap
like Shift + ENTER key


Links and references

Command

View

<a href="www.shoptechnik.at/support.html">Support</a>

Support


View links and references in a new window

Command

View

<a href="http://www.shoptechnik.at/support.html" target="_blank">Support</a>

Support


Bold / italic style

Command

View

<b>Word</b>

Word

<i>Word</i>

Word

<b><i>Word</i></b>

Word


Change font size

Command

View

<font size="+1">Word</font>

Word

<font size="-1">Word</font>

Word

<font size="+2">Word</font>

Word


Change text color

Command

View

<font size="2" color="red">Word</font>

Word

<font size="2" color="green">Word</font>

Word

<font size="2" color="yellow">Word</font>

Word


Insert figures

Command

View

<img src="http://www.shoptechnik.at/shopfotos/html4.0-StefanMuenz.gif">

<img src="http://www.shoptechnik.at/shopfotos/html4.0-StefanMuenz.gif" height="60">

<img src="http://www.shoptechnik.at/shopfotos/html4.0-StefanMuenz.gif" height="60" width="50">


View image in a new window

Command

View

<a href="http://www.shoptechnik.at/shopfotos/html4.0-StefanMuenz.gif" target="_blank">Image</a>

Image


Combination of several commands: link, font size, text style

Command

View

<a href="http://www.shoptechnik.at/shopfotos/html4.0-StefanMuenz.gif" target="_blank"><font size="+1"><b>Image</b></font></a>

Image