This is my first DevPost here, Im learning HTML now. HTML is the markup language where it is used to communicate with web browsers as a human. Today I joined a class at Payilagam. Markup language is not a programming language it is used to define the structure of the web page which needs to be displayed in web browser, markup language uses Tags elements to structure and define where the elements like text, images, videos, links needs to be displayed and placed accordingly using the tags.
I created a basic web page code where I can enter the user name and password as text and click the button submit just as any web application has a login page on the website. I got to know about CSS which is used to style the web page which is created by HTML.
I created the login page with help of tags <html>, <head>, <body>, <input>, <button>.
Top comments (0)