Web Design Basic Tutorial For Beginner part-004
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 Tags | ||
---|---|---|
<h1> <p> | This is an Element This is Paragraph | </h1> </p> |
< | No Element | No End Tags |
< | 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 ha s publi shed 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 | |
---|---|---|
< <h1 | Size='5" face="Tahoma" Color="red" align="center" align="left"align="right" title="TONEYSOFT" | |
< |
bgcolor="green" Background=" |
|
< |
ID="HTML" Class="Tutorial" aligh="Center" | |
< |
height="100px" width="50px" border="5px" | |
<Input/> | type="text" name=Textfield" | |
01 | 100 |
For Example
Thank