Posts

BASIC HTML (part 2)

Image
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...

BASIC HTML (PART 1)

Image
Hypertext Markup Language  ( HTML ) is the standard markup language  for documents designed to be displayed in a web browser. It's tag is <html></html > this is the important tag for the every developer would do web development. HTML is the language which every web developer should know. Specially beginners of web developers there are few more tags HTML .few of tag I will mention in this article <head></head> in it we can write title, link, script etc. I will discuss more about it later in another article. Second is body tag <body></body> in it you can write Heading <h1></h1> , paragraphs <p></p> and few more things. And this article I discuss not too much things but in next article I will tell you more about it . For more information follow me . This is mateen. Thank you and have a good day. 🙂

WELLCOME