Learn to code with HTML & CSS
Build websites with HTML & CSS
Description
As a web developer, the three main languages we use to build websites are HTML, CSS, and JavaScript. JavaScript is the programming language, we use HTML to structure the site, and we use CSS to design and layout the web page.
To build websites, you should know about HTML — the fundamental technology used to define the structure of a webpage. HTML is used to specify whether your web content should be recognized as a paragraph, list, heading, link, image, multimedia player, form, or one of many other available elements or even a new element that you define.
Cascading Style Sheets — or CSS — is the first technology you should start learning after HTML. While HTML is used to define the structure and semantics of your content, CSS is used to style it and lay it out. For example, you can use CSS to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features.
HTML is like the scaffolding or bricks of a building while CSS could be thought of as the paint work that makes it all look pretty. They work like a pair of gloves and requires each other.
HTML and CSS are both easy t learn. This course will teach you the basics of both languages that will be sufficient to get you creative and start building simple webpages and websites.
What you will learn in this course includes:
What is HTML
HTML document structure
Your first code: Hello world
Creating paragraphs using <p> tag
Using HTML comments
Creating Headlines
Adding Images to webpage
Adding Video to webpage
Ading Audio to webpage
Creating Lists
Indenting your code
Creating Divs
Using Id attributes
Using Class attributes
Creating simple forms
Selectors
Group Selectors
Text editors
Textarea
Using Local storage
What is CSS
Syntax
Ways to apply CSS
Inline CSS
Internal CSS
External CSS
Font Family
Border Radius
Box Model
Overflow
Margin
Font size property
Border
Display property
Line Property
Background Property
Links
Text Decoration
Float and Clear
Font weight
Text Alignment
This course course is video based and easy to follow .
Welcome to the course.
What You Will Learn!
- Create HTML document structure
- Create a web page
- Add images to webpage
- Add video to webpage
- Add audio to webpage
- Create links
- Create class
- Create ID's
- Create simple forms
- Creating Text Area
- Create local strorage
- Style a webpage
- Change background color
- Create Inline style
- Create Internal Style
- Create External Style
- Create border radius
- Style links
- Change font size
- Choose font family
- Set Margins
- Set Paddings
- Float and Clear
Who Should Attend!
- Anyone who can use a computer
- Anyone determined to learn something new