From the course: Robotic Process Automation: Tech Primer

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Summary

Summary

- [Instructor] So now I'm going to summarize with this slide here again, and hopefully it'll make more sense to you now that we've gone through those examples. HTML defines the contents of a webpage in a meaningful semantic way. It gives us tags and attributes that we use to build up the structure of the document. CSS comes along and put styles on things. Changes colors, moves things to the left or to the right or to the center, size, position, color, borders, all that stuff. JavaScript is a scripting language that allows action to take place. Finally, Bootstrap rolls all those things up together in a nice tidy package, and makes web development significantly easier and faster. The reason why I'm showing you this is because I want you to be familiar and comfortable with all the moving parts behind the scenes of any given modern webpage. So for instance when we go in here and we want to find locators for all these kinds of things, it might be a little bit overwhelming when you just…

Contents