Friday 26 May 2017

html5 and css3 part-1

learn html 5 & CSS 3 – part 1

html5 and css3


what is html 5 and CSS 3…?

html 5 and CSS 3 is used to create a website or to edit an website. html means hypertext text markup language and 5 means 5th version. And CSS means cascading style sheets and 3 means 3rd vesion.

How to start html 5 and CSS 3…?

We want to type html 5 & CSS 3 in notepad only. And we can type in notepad++ also.

Where and how to save that code…?
                                 html 5

We want to save that html 5 and CSS 3 code in a different way. It means in a different format I will say that step below…
Step 1:- go to file option
Step 2:- select save as option
Step 3:- file name = name.html
               Save as type = all files
              Encoding = UTF-8
Step 4:- save the file in a new folder
                                   
                                  CSS 3

We want to save that html 5 and CSS 3 code in a different way. It means in a different format I will say that step below…
Step 1:- go to file option
Step 2:- select save as option
Step 3:- file name = name.css
               Save as type = all files
              Encoding = UTF-8
Step 4:- and save the file at the same folder

How to see what we type till now with the help of fire fox browser…?

For that we need to right click on the html file and select with fire fox browser.

How to edit and add text in html…?
for that also we need to right click on html file and select with notepad.

No comments:

Post a Comment