Articles

Affichage des articles associés au libellé Introduction

Continuation de notre développement en HTML et CSS

Image
Introduction, introduction-Part 1 +We were getting Html code when we developed HTML last time.   On a pris le développement en Code HTML et comment développer en HTML. +Today we must create a folder and put inside it xyz.html, and another file called xyzzz.css.  on va mettre ou développer un dossier , et à l’intérieur il faut appeler xyz.html, et xyzz.css.   Méthodes en HTML - Part 2 +We got last time how to write a balise phrase, sentences, <P.....>, <Title....>,<H1.......H6>,<a=....>...    On a pris la dernier fois les balise, P,H,Title,A,.... + Développement de lists ordonnancer.    Developement of lists arranged well. Coding Part 3 Code en HTML: Méthode 1 <ul>    <li>...            <li>...  <li>...</ul>     Méthode 2 <ol>    <li>...            <li>... ...

Continuer développement ensemble en HTML

Image
Introduction- Part1: 1+ Après on a étudié ensemble, créer un fichier xyz.html.      After we get together how we create a file xyz.html and putting it inside a folder. 2+ Et après on a pris connaissance des balises en HTML.      And after we get how to write balise and coding in HTML. 3+ On va continuer ensemble.      we will continue together. Coding in HTML-Part2: <TITLE>Document Html minimum</TITLE> </HEAD> <BODY>texte simple hello bonjour<BR> <P>test1 my first paragraphe, test1 mon premier essaye en html</P> <H3>test of header, test de header size 3</H3> <a>testeur informatique, développeur informatique</a> <p>Light of light is christ jesus our lord, lumiere de lumiere est christ jesus</p> <p>Celci pour ecrire de la phrase</p> <p>This is for wrighting, a sentance, to write a sentance</p> <!--Headers headers--...