mdbootstrap / HTML-and-CSS-tutorial-for-beginners

Create your first website using HTML and CSS. Access even more Web Development tutorials via the link below:

Home Page:https://mdbootstrap.com/docs/standard/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML-and-CSS-tutorial-for-beginners

What will you learn?

You will learn basics of HTML and CSS

What will I build?

Preview

How to start?

1. Preapre the environment

1.1 Text editor

Download and install Visual Studio Code

1.2 Browser

Download and install one of the following browser:

1.3 Lesson files

Download lesson files from here and unzip on your computer.

You will see the following files structre:

    tutorial/ 
        1-start-here.html
        2-html.html
        3-css.html
        4-website-structure.html
        5-website-styles.html
    final
        myWebsite
            index.html
            project.html
            styles.css

2. Start learning

Navigate to tutorial folder and follow lesson files in given order:

1-start-here.html
2-html.html
3-css.html
4-website-structure.html
5-website-styles.html

About

Create your first website using HTML and CSS. Access even more Web Development tutorials via the link below:

https://mdbootstrap.com/docs/standard/getting-started/

License:MIT License


Languages

Language:HTML 95.7%Language:CSS 4.3%