diff --git a/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md b/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md index 8819f0624..38c0e6ef5 100644 --- a/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md +++ b/content/roadmaps/100-frontend/content/101-html/100-learn-the-basics.md @@ -1 +1,8 @@ -# Learn the basics \ No newline at end of file +# HTML Basics + +HTML stands for Hyper Text Markup Language. It is used on the frontend and gives the structure to the webpage which you can style using CSS and make interactive using JavaScript. + +Free Content +W3Schools: Learn HTML +HTML Full Course - Build a Website Tutorial +HTML Tutorial for Beginners: HTML Crash Course 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 3aecdfad6..de52665c0 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 +1,9 @@ -# Writing semantic html \ No newline at end of file +# Semantic HTML + +Semantic element clearly describes its meaning to both the browser and the developer. + +Free Content +W3Schools: Semantic HTML +How To Write Semantic HTML + +