1 / 9

Titlul lectiei: Setarea culorii, fonturilor si stilurilor de text

Titlul lectiei: Setarea culorii, fonturilor si stilurilor de text. Formatarea unui document.

Télécharger la présentation

Titlul lectiei: Setarea culorii, fonturilor si stilurilor de text

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. Titlul lectiei: Setarea culorii, fonturilor si stilurilor de text

  2. Formatarea unui document Orice document HTML incepe cu notatia <HTML> si se termina cu notatia </HTML>. Aceste "notatii" se numesc in literatura de specialitate "TAG-uri"! Prin conventie, toate informatiile HTML incep cu o paranteza unghiulara deschisa (<) si se termina cu o paranteza unghiulara inchisa (>). Intre cele doua marcaje (HTML respectiv /HTML) vom introduce doua sectiuni: sectiunea de antet (HEAD) si corpul documentului (sectiunea BODY).

  3. <HTML>  <HEAD>    </HEAD>    <BODY>    </BODY> </HTML>

  4. <html> <head> <title> Prima mea pagina web </title> </head> <body> <h3> Pasiuni <br> <center> Prieteni <br></center> </h3> <h6> <font face=arial color=blue>Muzica preferata<br></h6> <hr> <b><center><font color=red>am tras o linie </b> <a href=“www.google.ro"> <b><font color=yellow> click aici</b> </body> </html>

  5. Subtitlurile - se folosesc pentru a delimita diferite sec\iuni ale documentului - exist` valori prestabilite pentru font, dimensiune ]i stil pentru fiecare nivel de subtitlu - sunt 6 niveluri de subtitluri: <h1> </h1> <h2> </h2> ........ <h6> </h6>

  6. Linia orizontal` <hr>o linie sub\ire afi]at` pe toat` lungimea paginii R@nd nou <br> Font, dimensiune, culoare <font size=10 face=arial color=red> Centrarea textului <center> </center>

  7. Se folosesc urmatoarele marcaje:<b></b> bold<i></i> italic<u></u> subliniat<strike></strike> t`iat<sup></sup> exponent<sub></sub> indice Stiluri pentru eviden\ierea unui text

  8. Realizati aplicatia din fisa de lucru Aplicatie practica

  9. Va multumesc!

More Related