Background & Text Color Tag
• The attribute bgcolor is used for changing the background color of the page.
<body bgcolor="Green" >
• Text is use to change the color of the enclosed text.
<body text="White">
Text Alignment Tag
• It is use to alignment of the text.
1 .Left alignment <align="left">
2.Right alignment <align="right">
3.Center alignment <align="center">
Hyperlink Tag
• A hyperlink is a reference (an address) to a resource on the web.
• Hyperlinks can point to any resource on the web: an HTML page, an image, a sound
file, a movie, etc.
• The HTML anchor element <a>, is used to define both hyperlinks and anchors.
<a href="url">Link text</a>
• The href attribute defines the link address.
<a href="https://learn.pg513.in">Visit Learn513</a>
Post a Comment