Different Headers in HTML
- Create and Format the heading of a Web page
- Apply Horizontal Rules and Paragraph tag to separate the content of a web page
- Change background colour and format the text of a web page
- Insert quoted text in a web page and mention the section of a web page that is quoted from another source
HTML Links and Images
- Links or URL Navigation
- Image embedding in the webpage
HTML Tables
- Create a table on the web page by using <table> tag
- Input data in rows and columns by using <tr> and <td> tags
- Create the Unordered list on the web page by using the <ul> tag
- Create the Ordered list on the web page by using the <ol> tag
HTML Block, File Paths and Layout
- Objectives: After completing this lesson, you will be able to
- Apply the <div> element to divide a web page into different sections.
- Apply the <ifarme> tag to display a web page within a web page or an inline web page with its various features.
- Identify the location of a file in a folder through the file paths.
- Apply Layout elements to display the content of a web page in multiple columns.
Responsive HTML and HTML Media
- Objectives: After completing this lesson, you will be able to
- Apply the <meta> element to present web pages differently on a variety of devices.
- Apply the <audio> element to embed audio in a web page.
- Apply the <video> element to embed a video in a web page.
HTML Forms
- Objectives: After completing this lesson, you will be able to:
- Use different types of Form Elements and their attributes to collect data from a web page.
- Additional Resources for HTML
Introduction to CSS
- Objectives: After completing this lesson, you will be able to
- Define CSS with example
- Explain different types of CSS Selectors.
- Describe different CSS style sheets.
CSS Formatting
- Objectives: After completing this lesson, you will be able to:
- Explain different CSS colours.
- Apply CSS Background properties to set the background effects for elements.
- Use the CSS Border properties to specify the style, width and colour of an element’s border.
- Apply CSS Margin properties to create space around elements, outside of any defined borders.
- Apply CSS Padding properties to create space around elements content, inside of any defined borders.
- Apply CSS Outline properties to make the element stand out.
- CSS Text, Tables, Links and Lists
- Objectives: After completing this lesson, you will be able to:
- Apply the CSS Text properties to set different text properties of an HTML element.
- Apply the CSS Font Properties to set the font of an HTML content.
- Apply the CSS Link Properties to create different types of links in the content.
- Use CSS to set different properties of an HTML table.
- Use CSS List to set different properties of an HTML List.
CSS Display, Navigation and Grid
- Objectives: After completing this lesson, you will be able to:
- Apply Display Properties to specify how an element is displayed.
- Use Position Properties to specify the type of positioning method used for an element.
- Use CSS Navigation Bars to transform HTML menu.
- Apply Grid Layout properties to design web pages.
CSS Responsive Design, Web Fonts and FlexBox
- Objectives: After completing this lesson, you will be able to:
- Apply Responsive Web Design to make your web page look good on all devices.
- Use Web Fonts that are not installed on your system to make your web page look good.
- Apply Flexible Box Layout Module to design flexible responsive layout structure without using float or positioning.
Basics of JavaScript and It's Syntax
- Objectives: After completing this lesson, you will be able to:
- Explain the basics of JavaScript
- Describe the JavaScript Syntax
- Enable and disable the JavaScript in Browser