Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Web development for beginners
Rating: 3.8 out of 5(218 ratings)
19,747 students

Web development for beginners

Learn to apply the web development concepts.
Last updated 6/2023
English

What you'll learn

  • Learn to create website layouts with html and css
  • Learn to code one's own curriculum vitae,portfolio,event and content websites
  • Learn to apply Web development concepts for a website creation
  • Learn to code own websites from scratch

Course content

11 sections47 lectures1h 48m total length
  • HTML Tags1:30

    Explore how html tags organize web pages using head and body sections, div partitions, anchors, buttons, images, breaks, embeds, image maps, and source elements.

  • CSS3:05

    Explore how CSS can be included as inline, internal, or external styles, link external stylesheets (.css), and apply color and other properties using tag, id, and class selectors.

  • Styling Types12:53

    Explore how to apply text styling and state properties using inline, internal, and external CSS, including color, font type, and font size, in web development for beginners.

  • Id Selector7:21

    Learn how to target and style specific elements using the id selector by assigning a unique id to a paragraph and reusing the same style properties on other elements.

  • Class Selector7:42

    Learn how to use the class selector to apply styles from multiple classes to an element, then combine class properties like color and font size on a single element.

  • Run a html file0:40

    Learn to run an html file by typing code in a text editor, saving with a proper extension, and opening it in a browser.

Requirements

  • All you need is to have a creative idea and basic or beginner level HTML,CSS knowledge

Description

Featured here in this course

- A quick brush up section that contains explanation about

                     - Basic Html tags used in the course 

                     -Different types of CSS styling (Inline,Internal,External)with examples

                     -Different ways of applying style properties(Tag ,Id selector,Class selector)with examples


-Background: Different types of backgrounds explained (Simple,Partition,Fixed,Changing)

-Navigation: Different types of navigation explained(Text,image,button,navigation with co-ordinates)

-Button: Explanation on

                -How to design a simple button to animated button,

                -How to apply different style properties for a button,

                -How to get code from button generators online,

                -How to design a vertical and horizontal navigation bar with button properties

-Audio and video: Explanation on

                  -How to include audio and video files

                  -How to include background music and background video

                  -Video background Explained

Embedding features: Explanation on

                  -How to embed essential widgets (For ex: Clock, Calendar,Weather,Calculator,Dictionary etc.,)

                  -How to link external website

                  -How to add text animations

                  -How to embed pdf and maps

Website Layout: Explained

                  -Logo Positioning

                  -Div styling

                  -Div Positioning

Responsive Design:

                    Explained View port elements and ways to create website that fit to different display size.

Sample Website 1: Curriculum vitae website

Sample Website 2: Portfolio website

Sample Website 3: Event Website

Sample Website 4: Text animated website


Resources:

Copies of all the code used during the session has been uploaded for reference.



Who this course is for:

  • People who already know the basic concepts of HTML and CSS