Posts

Showing posts from December, 2020

Course Structure

HTML and CSS (1-2 week) What is HTML ? HTML elements Block and Inline Elements HTML attributes HTML style attribute  (what is CSS and how to write inline CSS) Formatting text with different elements    What are "Comments" in programming? : They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by computers. Comments are not treated as code. HTML Comments HTML Forms HTML links i mage element <img> Assignments 0.1 & 0.2 Table element <table> Lists Assignment 0.3 HTML file-paths CSS in another file(External CSS) HTML id HTML class CSS display property CSS box model CSS margin, padding, border properties CSS flexbox JAVASCRIPT for Front-end (along with OOP)  ReactJS with ant-design, stateManagement 

Project 0

Image
 Replicate the given webpages by using only HTML and CSS(if needed).                                                                                               1.  First webpage              Elements used : h1, div, img, hr, h3, form, input Explaination:  This webpage contains a heading at the top(ABC football academy),  then some information about the academy below it,  after that there is an image of a football (here is the image link/src =  https://cdn.pixabay.com/photo/2013/07/13/10/51/football-157930__480.png ) then there is an html form to collect user data( which asks for name, document upload etc.) 2. Second webpage Elements used: h3, if...