diff --git a/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md b/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md index fba4d4986..1c2a4bfd1 100644 --- a/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md +++ b/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md @@ -1 +1,7 @@ -# Conventions and best practices \ No newline at end of file +# Best Practices + +Learn to follow the best practices for writing maintainable and scalable HTML documents. + +Free Content +HTML Best Practices + diff --git a/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md b/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md index f5a29eca9..547aff6cb 100644 --- a/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md +++ b/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md @@ -1,5 +1,12 @@ # Making layouts +Float, grid, flexbox, positioning, display and box model are some of the key topics that are used for making layouts. Use the resources below to learn about these topics: + Free Content Learn and Practice Flexbox +Game for learning CSS Grid +All about Floats +Positioning Types: How Do They Differ? +The Box Model +The CSS Display Property