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. Anchor tag: Actually anchor tag is the tag with which we connect our text to any links. Example: 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 i...