diff --git a/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md b/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md index e19e60c57..684bf536c 100644 --- a/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md +++ b/content/roadmaps/100-frontend/content/101-html/101-writing-semantic-html.md @@ -1,6 +1,6 @@ # Semantic HTML -Semantic element clearly describes its meaning to both the browser and the developer. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as
, ,
,
,
, etc. +Semantic element clearly describes its meaning to both the browser and the developer. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as ``, `
`, `
`, `
`, `
`, etc. Free Content Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN diff --git a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md index 0fd35d2f5..81d0f6850 100644 --- a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md +++ b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md @@ -4,4 +4,4 @@ Centrifugo is an open-source scalable real-time messaging server. Centrifugo can Free Content GitHub Repository -Getting startedGetting started