Prsentation PowerPoint - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Prsentation PowerPoint

Description:

document.getElementById(nr).style.visibility = 'visible' ... document.getElementById(nr).style.display = 'none' ; document.getElementById(nr).style. ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 8
Provided by: cyr57
Category:

less

Transcript and Presenter's Notes

Title: Prsentation PowerPoint


1
SOMMAIRE
2
Le Html (Hyper Text Markup Language)
  • Présentation du Html
  • Avantages
  • Désavantage
  • Principes
  • Langage à balise ltnomgt lt/nomgt

3
Exemple
ltHTMLgt ltHEADgt ltTITREgt lt/TITREgt lt/HEADgt ltBODYgt
lt/BODYgt lt/HTMLgt
4
Le JavaScript
  • Caractéristique du Langage
  • ltSCRIPT language"Javascript"gt...
  • // Code javascript
  • lt/SCRIPTgt
  • Exemples
  • Objet Fenêtre Window
  • Objet Page Document

5
Code réalisé pour les listes déroulantes
ltscript type"text/javascript"gt function
visible(nr) document.getElementById(nr).style.d
isplay 'block' document.getElementById(nr).st
yle.visibility 'visible' function
cacher(nr) document.getElementById(nr).style.di
splay 'none' document.getElementById(nr).styl
e.visibility 'hidden' lt/scriptgt onmouseove
r"visible('subnavlist1')" onmouseout"cacher('s
ubnavlist1')"gt
6
La feuille de style (css)
Définition de la feuille de style balise
propriété de style valeur propriété de style
valeur
7
Exemples
divcontent pfirst-letter font-size 200
text-transform uppercase color blue
divcontainerall max-height100 min-heigh
t 170px max-width 100 min-width
200px background-image url("./../img/degradeY.j
pg") background-repeat repeat-y
background-position left
Write a Comment
User Comments (0)
About PowerShow.com