Articles in the HTML Category
HTML, Tutorial »
Greetings!!!
A Warm Welcome to you all. hope you are in good zeal and enthusiasms… lets utilize our energy in the today’s Session. Starting with the PRE tag
Pre Tag:-
The tag is used to display the text on the web as it is typed or we can say it is pre formatted text tag..
Syntax:– <pre>.. </pre>
Type:– Conatiner Tag Contains Text
Purpose:– used to preserve spaces and line breals
Example:– <pre>
This text
preserving
both spaces and
line breaks
</pre>
Optional Attributes:–
1. Width
* Values:- number
* Purpose:- Defines the maximum number of characters per line (usually …
HTML, Tutorial »
Greetings!!!
A Warm Welcome to you all. hope we are well familiar with the formation of the new webpage its sturcture and the basic elements.. Now the formatting of these text and other elements are also
TeleType Tag:-
The tag is used to give a font style
Syntax:– <tt>.. </tt>
Type:– Conatiner Tag Contains Text
Purpose:– used to renders as teletype or mono spaced text
Example:– <tt>Teletype text</tt>
Optional Attributes:– none.
Italic Tag:-
The tag is used to give a font style
Syntax:– <i>.. </i>
Type:– Conatiner Tag Contains Text
Purpose:– used to renders as italic text
Example:– <i>Italic text</i>
Optional Attributes:– …
HTML, Tutorial »
Greetings!!!
Let us move further to other tags. Stating with the Line Break Tag.
Line Break Tag:–
Syntax:– <br/> or <br>
Type:– Empty Tag End Tag not required.
Purpose:– This tag is used when we want to break the line in the same paragraph but not wanted to break the whole paragraph..
Example:– Line one goes here <br/> line two starts from here
Attributes:– No special attribute is for line break
Moving further towards the horizontal rule tag:
Horizontal Rule Tag:-
The tag is used to give a horizontal line in the page
Syntax:– <Hr/>or <Hr>
Type:– Empty Tag.
Purpose:– …
