This course will comprise all the basic requirements needed to build a Web Page. We start from Document declaration, foundation creation, laying out a structure & adding the styling properties. This is very much similar to building a house.
Firstly we would start with HTML & HTML5. It stands for Hyper Text Markup Language. It is described as the structure of Web pages using markup & elements are the building blocks of HTML pages. They are generally represented by tags. Here are course contents:-
- HTML & HTML5 background
- The Basic Structure
- Block Vs Inline
- Heading Tags
- Images, lists, links & tables
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on the screen, paper, or in other media. It saves a lot of work & can control the layout of multiple web pages all at once. Here are the course contents for CSS:
- What is CSS?
- CSS SYNTAX
- Id vs Class
- Types of Stylesheet Declarations
- Box Model
- Div & Font Properties
- Display, Float & Position
- Pseudo-class & elements
Â
Disclaimer: This course is a basic HTML/ CSS Course. It would not comprise the following contents:
- Responsive Web Design (RWD) & media queries
- CSS transitions & animations
- CSS 3D
- CSS Flexbox & Grid
- CSS variables
- CSS universal browser support