Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created February 23, 2024 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkphp/d5d155597bfec9def6f6c94173733faf to your computer and use it in GitHub Desktop.
Save thinkphp/d5d155597bfec9def6f6c94173733faf to your computer and use it in GitHub Desktop.
html
Un element HTML este definit printr-un:
START TAG - content - END TAG
start content end tag
<h1 attributes> my first heading </h1>
<p> my first p </p>
<br />
<img src="path.gif"/>
layer 1: HTML -> structura website-ului (limbaj care foloseste elemente, tag-uri, marcaje)
layer 2: CSS -> Prezentarea
layer 3: JavaScript -> interactivitatea - comportamentul website-ului
(Mootools, Jquery)
React, Angular, Vue
Front-end
Javascript -> programare procedurala, orientata obiect - Algoritm
- ce este un algoritm?
- control flow (instructiuni - if, while, for)
Back-end: PHP, Python, databases
Python/React/
NodeJS
<button></button>
<input type="button">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment