Vishal-raj-1 / Web-Development-Tutorials

Web Development Tutorials For Beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Development-Tutorials

This Repository contains everything you should know to become an awesome web developer including some great projects.

Table of Content

  1. HTML5
  2. CSS3
  3. JAVASCRIPT
  4. NodeJs
  5. MongoDb
  6. Projects

HTML5

Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.

Topics covered in HTML5 are :

  1. What are tags and Meta tags
  2. Heading and Paragraph
  3. Img and Anchor Tags
  4. List and Tables
  5. Forms and Input Tags
  6. Inline and Block Elements
  7. Ids and Classes
  8. HTML Entities
  9. Semantic Tags

CSS3

  • CSS stands for Cascading Style Sheets
  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work. It can control the layout of multiple web pages all at once
  • External stylesheets are stored in CSS files

Topics covered in CSS3 are :

  1. Types of CSS
  2. Selectors in CSS
  3. Chrome Developers tools
  4. Fonts
  5. Colors
  6. Borders and Backgrounds
  7. Box Model, Margin and Padding
  8. Float and Clear
  9. Styling links and Buttons
  10. Navigation Menu
  11. Display Property
  12. Different types of Positions
  13. Visibility and Z-Index
  14. CSS Flexbox
  15. em, rem , vh, vw Units
  16. Media Queries
  17. More on CSS selectors
  18. Attribute and nth child Pseudo Selectors
  19. Before and After Pseudo Selectors
  20. Box Shadow and Text Shadow
  21. Variables and Custom Properties
  22. Animations and Keyframes
  23. Creating Transitions
  24. Transform Property
  25. CSS Grids

Projects

  1. Gym Website
  2. Online Meal Delivery Website

About

Web Development Tutorials For Beginners


Languages

Language:HTML 55.1%Language:CSS 24.6%Language:JavaScript 20.3%