Learn Computer Programming In Tamil

Breaking

[தமிழில்] HTML & CSS Online Course

[தமிழில்] HTML & CSS Online Course
[தமிழில்] HTML & CSS Online Course

Monday, October 19, 2020

[Tamil] Text Decoration Using CSS In Tamil


Text Decoration:-
ஒரு text-க்கு decoration கொடுக்கவும், அழிக்கவும் Text Decoration property பயன்படுகிறது.

எந்தவொரு decoration ஆனது Text-க்கு வேண்டாம் என்றால் none என்கிற value ஆனது பயன்படுகிறது.

none


<!DOCTYPE html>
<html>
<head>
<style>
#none {
text-decoration:none ;
}
</style>
</head>
<body>
<h2>text-decoration:none; கொடுப்பதற்கு முன்பு</h2>
<p>Website: <a href="https://techysaw.blogspot.com/">Techysaw.blogspot.com</a></p>

<h2>text-decoration:none; கொடுத்த பிறகு</h2>
<p>Website: <a id="none" href="https://techysaw.blogspot.com/">Techysaw.blogspot.com</a></p>
</body>
</html>

Output:

overline

Text-க்கு மேலே கோடு போட வேண்டுமென்றால் அதற்கு overline value ஆனது பயன்படுகிறது.

<!DOCTYPE html>
<html>
<head>
<style>
h1 {
text-decoration: overline;
}

</style>
</head>
<body>


<h1>பகுதி ஒன்று</h1>

</body>
</html>

Output:

line-through

Text-க்கு நடுவே கோடு போட வேண்டுமென்றால் அதற்கு line-through என்கிற value ஆனது பயன்படுத்தப்படுகிறது.

<!DOCTYPE html>
<html>
<head>
<style>

h2 {
text-decoration: line-through;
}

</style>
</head>
<body>

<h2>பகுதி இரண்டு</h2>

</body>
</html>

Output:

underline

Text-க்கு கீழே கோடு போட வேண்டுமென்றால் அதற்கு underline value ஆனது பயன்படுகிறது.

<!DOCTYPE html>
<html>
<head>
<style>

h3 {
text-decoration: underline;
}
</style>
</head>
<body>

<h3>பகுதி மூன்று </h3>

</body>
</html>

Output:

3 comments:

  1. AFilmywap is a popular piracy site that uploads Bollywood movies illegally. Afilmywap downloads in movies, Filmywap's online website has a wide
    afilmywap

    ReplyDelete
  2. Great Post. Very informative. Keep Sharing!!

    Apply Now for Web Designing Training in Noida

    For more details about the course fee, duration, classes, certification, and placement call our expert at 70-70-90-50-90

    ReplyDelete
  3. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. graduation signs

    ReplyDelete