Aufbau einer HTML Seite:
<html> <head> <title>Titel der Seite</title> </head> <body text="" bgcolor="" link="" alink="" vlink=""> <scriptlanguage="javascript"src=""> </script> (Inhalt der Seite) </body> </html>
Eigenschaften der Seite:
<HTA:APPLICATION ID="" APPLICATIONNAME="" BORDER="thin" BORDERSTYLE="normal" CAPTION="no" maximizeButton="no" minimizeButton="no" ICON="img/bild.ico" SHOWINTASKBAR="no" SINGLEINSTANCE="yes" SYSMENU="yes" VERSION="1.0" WINDOWSTATE="maximize">
Bild:
<img src="" height= width= >
Musik:
<embed src="" autostart=true hidden=true loop=true height=100 width=100 >
Link:
<a href="" ></a>
Schaltfläche:
<input name="" type=button size=10 value="" onClick="" >