1 / 17

HTML

HTML. HTML. Barvy. Co je to HTML soubor?. HTML je zkratka H yper T ext M arkup L anguage V HTML souboru je textový soubor proložen malými značkovacími tagy Značkovací tagy říkají Web prohlížeči jak zobrazit stránku. HTML soubor musí mít příponu htm nebo html

zwi
Télécharger la présentation

HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML

  2. HTML

  3. Barvy

  4. Co je to HTML soubor? • HTML je zkratka Hyper Text Markup Language • V HTML souboru je textový soubor proložen malými značkovacími tagy • Značkovací tagy říkají Web prohlížeči jak zobrazit stránku. • HTML soubor musí mít příponu htm nebo html • HTML soubor můžeme vytvořit v textovém editoru

  5. Ukázka struktury stránky <html> <head> <title>Titulek stránky</title> </head> <body> Toto je první stránka. <b>Tento text je tučný - bold</b> </body> </html>

  6. Základní HTML tágy

  7. Formátování textu

  8. Formáty textu „Výstupní tagy“

  9. Definované tágy

  10. < font > < font color = „red“ face = „Arial,Helvetica“ > červené písmo </font> <span style=„color: red; font-size:2;font-family:Arial,Helvetica“>červené písmo Arialem</span>

  11. Zvláštní znaky

  12. Další zvláštní znaky

More Related