Click

Sunday 1 November 2015

FONT TAGS

We use Font tag in a HTML document because we change font style, color and size in a webpage.
We use <FONT>  tag and use attribute to change any type of style in a font. Attribute is <FONT FACE="ARIAL">  we use face attribute . In this result we writting  total article and then End </FONT> tag. We use end purpose tag is </> 

TAGS


               Tag :- 
                                           <font> (Has a end Tag) </font>

               Attribute :-  
                                          Attribute, size and color
              Code example :-
                                            <font face="lucida handwriting" color="green" size="8">
                                             This is a font tag     </font>

             Code    -  <html>

                             <head>

                             <title> Font style</title>

                             </head>

                             <body>

                             <font face="lucida handwriting" size="8" color="red">Font</font>

                             <br>

                             <font face="arial" size="5" color="green">Style</font>

                            </body>

                            </html>

         Output :-

       
                                    

        video :- 



Wednesday 28 October 2015

BREAK TAG

Any type of line in a HTML document end purpose use Break tag <br>. We use Paragraph tag <p> and writing a multiple line. The use paragraph tag line yonder the next line .So different line small distance we use Break Tag (i.e <br>).


  •               Break Tag “<br>” has no closing Tag.
  •               Put Break Tag and next text start a new line.


Example: - BBBASHS<br> Belgachia, Hooghly


Output: - BBBASHA
                   Belgachia, Hooghly


CODE: -<html>

<head>

<title>BR Tag</title>

</head>

<body>

BBBASHS<br> Belgachia, Hooghly

</body>

</html>


VIDEO: -

Monday 26 October 2015

What are HTML tags?

  • HTML tags are surrounded by the two characters"<", ">"
  • HTML tags normally come in pairs like <a> and</a>
  • HTML tags are use ti make-up HTML element
  • HTML tags are not case sensitive, <b>  means the same as <B>
HTML tags are :-
Paragraph Tags
        Tag: - <p> </p>[Has a closing tag] </> means closed.
        What is Does: - Puts 2 breaks between lines of text.

        Attributes: - Align="left", "right", "center"

        Example: - <p align="left"> Left Paragraph</p>
                            <p align="right"> Right Paragraph</p>
                            <p align="center"> Center Paragraph</p>

      Output: - 
                         Left Paragraph
                                                                               
                                                                                                                                         Right Paragraph


Center Paragraph

Practical:- 

                            

Sunday 25 October 2015

HTML TAG

Any HTML Document main part or it's depend HTML Tags. Tag is certain-est  symbol. This tag  writting a HTML program. Any type of tag we use. That Example: -<title>, <head>, <body> etc.
Generally every tag depends a single End tag. Example: -</title>, </head>, </body>
In this tag End purpose use "/" symbol.

  • HEADING TAG: - Writting in a HTML Document looking a Heading part  we use Heading Tag.
          Heading Tag  is 6 method that 
          <h> Tag is <h1>, <h2>, <h3>, <h4>, <h5> and <h6>. There are End tag are available
          </h1>,</h2>, </h3>, </h4>, </h5> and </h6>,
          <h1> Tag Large Heading  purpose use.
          and <h6> Tag small heading purpose use.
          
      



       This is a Page source code 

<html>
<head>
<title>
Heading style
</title>
</head>
<body>
<h1>Heading- 1</h1>
<h2>Heading- 2</h2>
<h3>Heading- 3</h3>
<h4>Heading- 4</h4>
<h5>Heading- 5</h5>
<h6>Heading- 6</h6>
</body>
</html>

Saturday 24 October 2015

BASIC HTML


Welcome to Basic HTML. 
HTML : -  HTML Stands that "Hyper text Mark-up Language"
                   HTML is a document formatting language common the all computers
                   on the WWW. html permits cross platform communication between
                   Macs, Apples, PCs and others to view a document in a similar
                   way.  
                    
                   
                   Every webpage that you visit use html in many way. If you look the html code behind in                      a  webpage.
                
                  

Saturday 17 October 2015

The site is now working

Thursday 15 October 2015

This site create today.
Site is now working

Get Updates in your Email
Complete the form below, and we'll send you our best of articles.

Deliver via FeedBurner

click

Labels

Text Widget

Recent News

Contact

Copy right© 2015 SSS NETWORK. SSSN BY SK SARIF ISLAM
Powered by SK SARIF ISLAM.
TOP