From ca51a16e2aada2baeb1664197aca5406be487baa Mon Sep 17 00:00:00 2001 From: Poonam kumawat <103033530+poonam-kumawat@users.noreply.github.com> Date: Sun, 2 Oct 2022 17:17:21 +0530 Subject: [PATCH] Add HTML/CSS/JavaScript content (#1993) * Update html-css-javascript.md * Update content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/html-css-javascript.md Co-authored-by: Kamran Ahmed --- .../100-basic-introduction/html-css-javascript.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/html-css-javascript.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/html-css-javascript.md index 59e4e20cb..3e98663a7 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/html-css-javascript.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/html-css-javascript.md @@ -1 +1,12 @@ -# Html css javascript \ No newline at end of file +# HTML/CSS/JavaScript Basics + +HTML stands for HyperText Markup Language. It is used on the front and gives structure to the webpage, which you can style using CSS and make interactive using JavaScript. + +CSS or Cascading Style Sheets is the language used to style the front end of any website. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. + +JavaScript allows you to add interactivity to your pages. You may have seen common examples on the websites: sliders, click interactions, popups, and so on. + +Free Content +W3Schools: Learn HTML +W3Schools — Learn CSS +W3Schools – JavaScript Tutorial