Basic html Concepts for Beginners 2023 | TechTipsBD71

 

Basic html concepts for beginners 2023


Basic html concepts for beginners 2023
Basic html concepts for beginners 2023


Basic HTML Concept 2022 Hello Friends,
Friends, there are still many people who want to learn web programming but they don't get the opportunity. And that's why today I came to share something educational for you. I hope you will read today's tune very carefully and stay with me till the end.

Remember one thing, no one will teach you, if your desire is strong, then use that strong desire. You will definitely succeed.


What is your Html today? How does it work? I will not discuss these matters. But today I am going to talk about how to use Html Tag directly, today's tune. I hope you learn a lot today.

How To Give A Link Html ? How to give HTML link?

I am giving an html link tag. You follow.

For example – 



<b>DjSohagRana.Com</b>
 

How To Give Small Text In Html ? How to give small letters when coming to ATM?
In many cases lowercase letters are required. In that case you have to follow the below Html.

For example – 


<small>DjSohagRana.Com</small>
 

How To Give Italic Text In Html ? How to give italic letters in ASTM?
In many cases italics are required. In that case you have to follow the below Html.

For example – 


<i>THESOHAG</i>


How To Give Underline Text In Html ? How to mark under the letters in ASTM?
In many cases it is necessary to underline the letters. In that case you have to follow the below Html.

For example – 


<u>THE SOHAG</u>


<div class="text-one">DjSohagRana.Com</div>
<div id="text-one">DjSohagRana.Com</div>



Here I have shown two lines. A Class is another Id. Now you can call Css from Head Tag Meta Style or you can also call from Html. Here I am calling from Html.

For example –


<!-- My Css Start -->

<style type="text/css">

.text-one {

color:#00000;

}

#text-one {

color:#0000;

}

</style>

<!-- My Css End -->




Dear 😊 Don't forget to tell us how you like today's tune. 
So today's tune ends here.
All will be well and healthy.
Bye Tata.

Next Post Previous Post
No Comment
Add Comment
comment url