New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Elementele limbajului HTML

Slideshow

Played 0

About this activity

O prezentare detaliată despre elementele esențiale ale limbajului HTML.

Created by

Romania

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Elementele limbajului HTML
 

Elementele limbajului HTMLOnline version

O prezentare detaliată despre elementele esențiale ale limbajului HTML.

by Muntean Aurelia
1

Introducere în HTML

HTML (HyperText Markup Language) este limbajul standard pentru crearea paginilor web. Este utilizat pentru a structura conținutul pe internet.

2

Structura de bază a unui document HTML

Un document HTML are o structură specifică, care include următoarele elemente:

  • <!DOCTYPE html> - definește tipul documentului
  • <html> - elementul rădăcină al documentului
  • <head> - conține metadate și titlul paginii
  • <body> - conține conținutul vizibil al paginii
3

Elementele de titlu

Elementele de titlu sunt esențiale pentru organizarea conținutului. Acestea includ:

  • <h1> - titlul principal
  • <h2> - subtitlul
  • <h3> - titluri secundare
4

Paragrafe și texte

Textul este structurat folosind elemente precum:

  • <p> - pentru paragrafe
  • <br> - pentru întreruperi de linie
  • <strong> - pentru text îngroșat
  • <em> - pentru text italic
5

Listele în HTML

Listele sunt folosite pentru a organiza informația. Există două tipuri principale:

  • Liste neordonate: <ul>
  • Liste ordonate: <ol>
6

Linkuri și imagini

Linkurile și imaginile sunt elemente esențiale:

  • <a> - pentru a crea linkuri
  • <img> - pentru a insera imagini
7

Tabele în HTML

Tabelele sunt folosite pentru a organiza datele în format tabular:

  • <table> - elementul principal
  • <tr> - pentru rânduri
  • <td> - pentru celule
8

Formulare HTML

Formularele permit utilizatorilor să interacționeze cu pagina:

  • <form> - elementul principal al formularului
  • <input> - pentru câmpuri de input
  • <button> - pentru butoane
9

Semantica HTML

Semantica HTML se referă la utilizarea corectă a elementelor pentru a îmbunătăți accesibilitatea și SEO:

  • <header> - pentru anteturi
  • <footer> - pentru subsoluri
  • <article> - pentru articole independente
10

Concluzie

HTML este fundamentul oricărei pagini web. Cunoașterea elementelor sale esențiale este crucială pentru dezvoltarea web.

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.