BASIC HTML (part 2)
Last time we talk about HTML and what is that. In our previous (basic html part 1 ) we learn about hyper text language . Then I tell what's header tag and paragraph tag but this time we will talk about anchor tag and more.
Actually anchor tag is the tag with which we connect our text to any links.
In this picture beginning of the anchor tag <a will be start like that but for linking a any page or any website suppose if we link Google to our text we will code <a href="http://google.com" > and after it you will close the tag </a> .
What is Class and id:
In previous image we talk about anchor tag but with it there is id and class actually what's that . That's way to join HTML to CSS now what's CSS and why we are joining HTML to CSS I will tell it you in detail in our next CSS section for now I will tell you that CSS is the styling which you give to your HTML page . How it works and more we will tell it in next sections which is about CSS.
If you have any question you can comment it. If you are learning HTML CSS or anything just ask me in comments.
For now that's it. Part 3 will be soon. Hope you doing well.
Comments
Post a Comment