Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    HTML - kleines TUT


    `OptikBooM´
     Share

    Recommended Posts

    Hi,

    hier sind mal die Wichtigsten HTML-Tags!

    So sieht die HTML Struktur aus:

     

    <html>

    <head></head>

    <body></body>

    </html>

     

    <html>=schließt das anschließende gesamte Dokument ein.

    <head>=schließt den Header ein.

    <body>=schließt den Hauptteil ein.

     

    Zwischen den header kommt noch "title" das schaut dan so aus:

     

    <html>

    <head><title>Hallo GHB!!!</title></head>

    <body></body>

    </html>

     

    <title>=Titel des Dokumentes

     

    Jetzt kann man verschiedene Sachen machen z.B.: Fett-, Kursiv-, Unterstrichenschreiben usw...:

     

     

    <html>

    <head><title>Hallo GHB!!!</title></head>

    <body>

    <p>Hallo GHB</p>

    <p><b>Hallo GHB</b></p>

    <p><i>Hallo GHB</i></p>

    <p><u>Hallo GHB</u></p>

    <hr/>

    <p><font size="22">Hallo GHB</font></p>

    <p><font color="red">Hallo GHB</font></p>

    <br>

    <p><h1>Hallo GHB</h1></p>

    <p><h2>Hallo GHB</h2></p>

    <center>

    <img src="http://www.playunity.de/Bilder/warrock.jpg">

    </center>

    <a href="http://www.ghbsys.net">GHB</a>

    </center>

    <a href="http://www.ghbsys.net"><img src="http://www.playunity.de/Bilder/warrock.jpg"></a>

    </center>

    </body>

    </html>

     

    <p>= Neue Zeile

    <b>=Fett

    <i>=kursiv

    <u>=Unterstrichen

    <font size="22">=Schrifftgröße

    <font color="red">=Schrifft Farbe

    <h1>=header1

    <h2>=header2

    <hr/>=horizontaler Strich

    <br>=break

    <img src="Hier kommt der Link rein ;]P">= Bild

    <a href="http://www.ghbsys.net">GHB</a>=Link

    <center>=zentriert

    <a href="http://www.ghbsys.net"><img src="http://www.playunity.de/Bilder/warrock.jpg"></a>=Link im Bild

     

    Jo das War dan mal das wichtigste xD

     

    Die HintergrundFarbe stellt ihr so um:

    <body bgcolor="red">

    einfach bei body bgcolor="beliebige farbe" eingeben

    Link to comment
    Share on other sites

    • 1 year later...
    O.o bei all dem PHP fehlt ja das HTML wo man ja eig mit anfangen soll, danke das du das uebernimmst^^
    Link to comment
    Share on other sites

    • 4 months later...
    • 2 months later...
    <p><font size="22">Hallo GHB</font></p>

    <p><font color="red">Hallo GHB</font></p>

    <br>

    <center><img src="http://www.playunity.de/Bilder/warrock.jpg"></center>'>http://www.playunity.de/Bilder/warrock.jpg"></center>

    <body bgcolor="red">

    uhm.. O.o

     

    Hello, it's already 2010!

     

    <p style="font-size: 22px;">Hallo GHB</p>

    <p style="color: red;">Hallo GHB</p>

    <br/>

    <p style="test-align: center;"><img src="http://www.playunity.de/Bilder/warrock.jpg" alt="myImage" /></p>

    <body style="background-color: red;">

    Edited by Yearupie
    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...