BASIC HTML (PART 1)

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

Comments

Post a Comment

Popular posts from this blog

BASIC HTML (part 2)