Web Design Basic Tutorial For Beginner part-004

Web Design Basic Tutorial For Beginner part-004 



frank dog




All Of the tags on web-Design part 003 that we took in the today, What is Element is the elements and elements used in the element's will bring. 
The central part of the tag at the start and closing of any element is called. For example 

<h1> this is an example of element </h1> here <h1> header 1 and </h1> / header tags at the end of example of element write, so Example of element an element. But some of them do not contain element , such as tags < br/>, <hr/>,<img/> etc. 

Start Tagselement                    End Tags
<h1>
<p>
   This is an Element
   This is Paragraph
                      </h1>
                      </p>
<br/>   No Element                  No End Tags
<Img/>    No Element                  No End Tags

The tag is the closing tag of the element is At the initial of the tag "/" marker and is a space previous to . 

What is attribute, And How to use html attribute





Html element has a lowly place in the attribute information published.  In the html tag attribute is applied to enhance performance . as 

<Font size="5" face="Tahoma" color="red"> this a paragraph . </font

Here's size="5" is part of the font tag attributes, which has published documents or this paragraph.
What will be the size of the text.  The Face="Tahoma" font expresses and colr="red" color of the text to be published by red. 

  Some HTML Attributes: 

Tags Attributes

<font>
<h1>...<h6> <p
Size='5" face="Tahoma" Color="red" align="center" align="left"align="right"  title="TONEYSOFT"
<body> bgcolor="green" Background=".../images/eles.png"
<div>  ID="HTML" Class="Tutorial" aligh="Center"
<img><table>  height="100px" width="50px" border="5px"
<Input/> type="text" name=Textfield"
01 100

For Example :

 <html>
<head>
<title> TONEYSOFT</title>
</head>
<body bgcolor="green">
<font size="5" face="Tahoma" color="red"
  This is Paragraph.
</font>
<body>
</html

Pleas keep a note pad to write down the code on top of the open file menu by clicking on the save as file name: example.html, save the file and open the examle.html would lok like the following image.


Thank your For Visite and Stay... Please share and like.. The Post.  

Technology