wHr 1 Posted January 7 Share Posted January 7 Level 0 Landing Page - Un scurt tutorial pentru primul nivel de adepti (0 cunostinte in HTML) Folosim doar elemente basic, fara parte de CSS sau js. Invatam ce reprezinta fiecare parte din cod in pagina folosita drept exemplu. Exemplu: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>Tutorial - Rangfort</title> </head> <body> <h1>Rangfort</h1> <button type="button">Buton 1</button> <button type="button">Buton 2</button> </body> </html> *Explicatia de mai sus este strict pentru oamenii cu 0 cunostinte in HTML. Nu asigur 100% calitatea intelegerii explicatiei mele si sfatuiesc cunoscatorii sa nu judece exprimarea neprofesionala. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.