Jump to content

[Tutorial] Basic Index / Landing Page in HTML


wHr

Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...