Here you can find material for Unit 2
Topic 7: Understanding the functionality of HTML
HyperText Markup Language (HTML) is the language common to every website. HTML code is used by web designers and developers to structure web content and give it meaning and purpose. HTML tells the browser how to display web pages and to build or edit websites and web applications, students will need to understand how to write HTML.
Topic 8: Understanding the functionality of CSS
Cascading Style Sheets (CSS) is one of the core technologies for building websites as it is used to control the design and layout of a web page. CSS is still evolving and understanding the latest CSS concepts, such as the box model, specificity and the cascade, transforms and responsiveness, will enable students to develop modern interfaces that work across a variety of screen sizes.
Topic 9: Understanding the functions of JavaScript
JavaScript is the programming language that, when applied to a HTML document, provides dynamic interactivity, such as image sliders, galleries and fluctuating layouts. To make web pages interactive, the JavaScript selects elements on the page. If a student can select an element through the Document Object Model (DOM), they can affect it to make it behave a certain way when a user interacts with it. Developing an understanding of fundamental programming concepts and the syntax of the language will enable students to use JavaScript to create interactive web pages that respond to user actions.
Comments
Post a Comment