mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
centered the html logo on frontend language guide (#6429)
This commit is contained in:
@@ -77,7 +77,9 @@ These are the best front-end languages you should learn in 2024:
|
|||||||
|
|
||||||
### HyperText Markup Language (HTML)
|
### HyperText Markup Language (HTML)
|
||||||
|
|
||||||

|
<p align="center">
|
||||||
|
<img src="https://assets.roadmap.sh/guest/html-bmvj9.png" alt="HTML HyperText Markup Language" />
|
||||||
|
</p>
|
||||||
|
|
||||||
HTML is the standard markup language for creating web pages. It defines the structure and layout of content within a web browser, allowing for the display of text, images, videos, and more that users interact with. HTML is beginner-friendly, supported across multiple browsers, and fundamental to web development.
|
HTML is the standard markup language for creating web pages. It defines the structure and layout of content within a web browser, allowing for the display of text, images, videos, and more that users interact with. HTML is beginner-friendly, supported across multiple browsers, and fundamental to web development.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user