eu code week moldova

Post on 02-Jul-2015

128 Views

Category:

Education

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

Eu code week Moldova. Moldova / Chișinău / 17 Octombrie 2014

TRANSCRIPT

WorkshopEU Code Week MoldovaMoldova / Chișinău / 17 Octombrie 2014

Despre mine...

Vladimir Melnicmelnic-v@mail.mdProgramator

Internet

Site-uri web

Programare web

● HTML - HyperText Markup Language

● CSS - Cascading Style Sheets

● PHP - Hypertext Preprocessor

LAMP programe

Demo

http://wrappy.info

Înregistrare 1/8

Crearea mediului de programare 2/8

Detalii mediul de programare 3/8

Configurarea mediului de programare 4/8

Adaugare proiect 5/8

Adaugăm index.html 6/8

Edităm index.html 7/8

Vizualizare index.html 8/8

Exemple

http://wrappy.info/examples

HTML 1/3

<!DOCTYPE html>

<html>

<body>

<h1>Hello World!</h1>

</body>

</html>

HTML+CSS 2/3

<!DOCTYPE html>

<html>

<body>

<h1 style="color:blue">Hello World!</h1>

</body>

</html>

HTML+PHP (index.php) 3/3

<html>

<body>

<h1><?php echo("Hello World!");?></h1>

</body>

</html>

Mulțumesc pentru atenție!

top related