Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo HTML LESSON 04 2013

Seo Master present to you:

FOR STARTING A NEW PARAGRAPH

For start a new paragraph you can write code as:


<html>
<head>
<title>
My Page
</title>
</head>
<body>
Welcome on
<p>
www.matrixar.com
</p>
</body>
</html>

                                       ---------------------------------------------------

FOR STARTING A NEW LINE

For starting a new line you can write code as: Important ! The is no need to close line tags.


<html>
<head>
<title>
My Page
</title>
</head>
<body>
Welcome on
<br>
www.matrixar.com
</body>
</html>




                             -------------------------------------------------------



                                                                                                                            NEXT LESSON>>>


2013, By: Seo Master

seo INDRODUCTION 2013

Seo Master present to you:



BASIC QUESTIONS ABOUT HTML?


Q1: What is HTML?

Ans: HTML means "hyper text markup language".HTML is used to make Webpages.
                        -----------------------------------------
Q2: Does everyone learn this language or not?

Ans: Yes,Everyone can learn this language easily.
                        --------------------------------------
Q3: Which things are used in this language?

Ans: Tags,Attributes,Coding and simple text which you want to show on your webpages
        are include in these language.
                        ------------------------------------
Q4: Which software is used to write HTML?

Ans: NO,you don't need any software to write HTML.You can write HTML in
         NOTEPAD,CONTEXT and any text editor software.
                         ----------------------------------
Q5: Does HTML is only one course in web designing?

Ans: NO,there are more courses in web designing.And HTML is the first course
           of Web designing.
                         -------------------------------------
Q6: How many lesson are in HTML?

Ans: There are 40 lessons which can be divided in four parts.Each part contain
         10 lessons.

MMSHGZB7DX8G
                          ----------------------------------------




                                                                                                                NEXT LESSON >>>




2013, By: Seo Master

seo HTML LESSON 03 2013

Seo Master present to you:
WRITE ANYTHING "ITALIC" AND "UNDERLINE"

For write any thing italic you can write code as:

 <html>
<head>
<title>
My Page
</title>
</head>
<body>
welcome on <i>Futurelearning4u</i>.blogspot.com
</body>
</html>


                          ---------------------------------------
For write any thing underline in html you can write as:


 <html>
<head>
<title>
My Page
</title>
</head>
<body>
welcome on <u>Futurelearning4u</u>.blogspot.com
</body>
</html>




                      -----------------------------------------


                                                                                                                                 NEXT LESSON>>>








2013, By: Seo Master

seo HTML LESSON 02 2013

Seo Master present to you:
HTML

             Write Anything Bold In HTML

For write anything bold in html you can type those text you want show bold in body tags.
 write code as:

<html>
<head>
<title>
My Page
</title>
</head>
<body>
Welcome on <b>Futurelearning4u</b>.blogspot.com
</body>
</html>

You can see result below.





                                                   -----------------------------------------------

                                     
                                                                                       
                                                                                                                                 NEXT LESSON>>>







2013, By: Seo Master

seo HTML PART 01 2013

Seo Master present to you:
LESSON 01
                         BASIC OF HTML

This is our first lesson in html.Before start lesson i will tell you basic and important thing that if
you open any tag in html you need to close that otherwise your webpage do not complete.
Lets Start
<html>
<head>
<title>
write anything which you want to show in page title.then close title
</title>
</head>
<body>
write anything you want to show in your webpage body
suppose i type HELLO WORLD. Then close body.And then html
</body>
</html>

Now save this file as webpage.html
MMSHGZB7DX8G
html lesson
so you can make your first page.
THANK'S FOR READING

you can study more in HTML part 01 lesson 02
SEE YOU IN NEXT LESSON
****GOOD BYE****


                           -------------------------------------------------


                                                                                 

                                                                                                                                 NEXT LESSON>>>

2013, By: Seo Master
Powered by Blogger.