From a367be60dca21d17c0d906f74e14fac219ac4174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 22:51:52 +0600 Subject: [PATCH] chore: update roadmap content json (#8690) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/frontend.json | 26 ++ .../roadmap-content/prompt-engineering.json | 232 ++++++++++++++++++ 2 files changed, 258 insertions(+) create mode 100644 public/roadmap-content/prompt-engineering.json diff --git a/public/roadmap-content/frontend.json b/public/roadmap-content/frontend.json index 91aff6204..d849cc073 100644 --- a/public/roadmap-content/frontend.json +++ b/public/roadmap-content/frontend.json @@ -218,6 +218,32 @@ } ] }, + "z8-556o-PaHXjlytrawaF": { + "title": "Writing Semantic HTML", + "description": "Semantic HTML refers to the use of HTML markup to reinforce the meaning of web content, rather than merely defining its appearance. It involves using HTML elements that clearly describe their purpose and content. Semantic HTML improves accessibility, SEO, and code readability. Key elements include `
`, `