====== Συνοπτική Λίστα Ετικετών html ====== ==== Βασικές ετικέτες ==== === .. : Η αρχή και το τέλος === === .. : Η επικεφαλίδα === == .. : Ο τίτλος της σελίδας== === .. : Το κυρίως κείμενο === : Ορίζει το χρώμα του φόντου : Ορίζει το χρώμα του κειμένου : Ορίζει το χρώμα των υπερσυνδέσμων : Ορίζει το χρώμα των υπερσυνδέσμων που έχουμε επισκεφτεί ==== Απλή μορφοποίηση κειμένου ==== ===
: Αλλαγή γραμμής (Line BReak) === ===

: Αλλαγή παραγράφου (Paragraph)=== === <Β> .. : Έντονη γραφή (Bold) === === .. : Πλάγια γραφή (Italics) === === .. : Έντονη γραφή (Underline) === ===

..

: Επικεφαλίδα μέγιστου μεγέθους === ===
..
: Κείμενο ελάχιστου μεγέθους === === .. : Κείμενο ως εκθέτης === === .. : Κείμενο ως δείκτης === ===
..
: Κεντραρισμένο κείμενο === ==== Αντικείμενα ==== ===
: Εισαγωγή οριζόντιας γραμμής ===
Ορισμός πάχους (ύψους) οριζόντιας γραμμής
Ορισμός πλάτους οριζόντιας γραμμής ==== Εικόνες ==== === : Εισαγωγή εικόνας name.jpg === Στοίχιση εικόνας σε σχέση με το κείμενο ==== Συνδέσμοι ==== === .. : Δημιουργία υπερσυνδέσμου === Δημιουργία συνδέσμου αποστολής mail Δημιουργία θέσης εσωτερικού συνδέσμου μέσα σε μια μεγάλη σελίδα Συνδέση με την εσωτερική θέση NAME σε μια μεγάλη σελίδα ==== Λίστες ==== ===
  1. ..
  2. ..
: Δημιουργία αριθμημένης λίστας===
    Αρχή και τέλος όλης της αριθμημένης λίστας
  1. Αρχή και τέλος κάθε στοιχείου της αριθμημένης λίστας === : Δημιουργία μη αριθμημένης λίστας=== ==== Πίνακες ====
    Creates a table Sets off each row in a table Sets off each cell in a row Sets off the table header (a normal cell with bold, centered text) Table Attributes Sets width of border around table cells
    Sets amount of space between table cells
    Sets amount of space between a cell's border and its contents
    Sets width of table, in pixels or as a percentage of document width or or
    Sets alignment for cell(s) (left, center, or right)
    Sets vertical alignment for cell(s) (top, middle, or bottom) Sets number of columns a cell should span (default=1) Sets number of rows a cell should span (default=1) Prevents the lines within a cell from being broken to fit ==== Πλαίσια ==== === .. .. : Δημιουργία πλαισίων === Replaces the tag in a frames document; can also be nested in other framesets Defines the rows within a frameset, using number in pixels, or percentage of width Defines the columns within a frameset, using number in pixels, or percentage of width Defines a single frame — or region — within a frameset Defines what will appear on browsers that don't support frames Frames Attributes Specifies which HTML document should be displayed Names the frame, or region, so it may be targeted by other frames Defines the left and right margins for the frame; must be equal to or greater than 1 Defines the top and bottom margins for the frame; must be equal to or greater than 1 Sets whether the frame has a scrollbar; value may equal "yes," "no," or "auto." The default, as in ordinary documents, is auto. Prevents the user from resizing a frame ==== Άλλα ==== === Μορφοποίηση ===
     Creates preformatted text
    
     Creates teletype, or typewriter-style text
    
     Creates a citation, usually italic
    
     Emphasizes a word (with italic or bold)
    
     Emphasizes a word (with italic or bold)
    
     Sets size of font, from 1 to 7
    
     Sets font color, using name or hex value
    Links
    
    
    

    Creates a new paragraph

    Aligns a paragraph to the left (default), right, or center.

    Indents text from both sides
    Creates a definition list
    Precedes each definition term
    Precedes each definition
    A generic tag used to format large blocks of HTML, also used for stylesheets
    Creates a rule without a shadow === Φόρμες ===
    Creates all forms Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.