From 48a05a0fcf0842451f86833e1dd67f27505dc3ea Mon Sep 17 00:00:00 2001 From: dsh Date: Thu, 8 Aug 2024 11:15:55 +0100 Subject: [PATCH] centered the html logo on frontend language guide (#6429) --- src/data/guides/frontend-languages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/guides/frontend-languages.md b/src/data/guides/frontend-languages.md index b4697181c..08c5a99ad 100644 --- a/src/data/guides/frontend-languages.md +++ b/src/data/guides/frontend-languages.md @@ -77,7 +77,9 @@ These are the best front-end languages you should learn in 2024: ### HyperText Markup Language (HTML) -![HTML HyperText Markup Language](https://assets.roadmap.sh/guest/html-bmvj9.png) +

+ HTML HyperText Markup Language +

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.