ONLINE LEARNING

WEB DEVELOPMENT WITH HTML AND CSS

It's all about self learning.

First Chapter : Design Introduction

I am sharing one design demo which we are going to develop

We are going to learn HTML and CSS and will design a web page with it. Learn to Code HTML & CSS is a simple and comprehensive guide dedicated to helping beginners learn HTML and CSS. Outlining the fundamentals, this guide works through all common elements of front-end design and development.
I am not going to teach you HTML And CSS, You can learn from any where. I would recoommend you w3chools.com, this website is basic for all beginners. I am going to teach you how can you design a webspage with HTMNLand CSS. These are some topics which we will learn in coming chapters
1. Learn Web Development with HTML & CSS
2. Getting to Know HTML
3. Getting to Know CSS
4. How to make DIVs
5. Learn Box modal concept
6. How to use Float property
7. Working with Typography
8. Using CSS Margin and Padding
9. Setting Backgrounds & Gradients
10. Creating Lists
11. Adding Media
12. Types of Classes in CSS
13. Adding imgaes and HREF functionality
14. Background property
15. Dropdown Menu
16. Design header
17. Design Menu
18. Design body
19. Design Footer
20. Complete web page design
HTML, HyperText Markup Language, gives content structure and meaning by defining that content as, for example, headings, paragraphs, or images. CSS, or Cascading Style Sheets, is a presentation language created to style the appearance of content using, for example, fonts or colors. The two languages HTML and CSS are independent of one another and should remain that way. CSS should not be written inside of an HTML document and vice versa. As a rule, HTML will always represent content, and CSS will always represent the appearance of that content.

Multiple Choice Questions

logo