Posts

Showing posts from October, 2019

3 Basic Web Languages ​​For Coders That help you in web design and development.

3 Basic Web Languages ​​For Coders That help you in web design and development. HTML HTML is great language. It defines the structure of webpages and it determines how data is displayed online. But this doesn't make HTML as a programming language. A markup language HTML encapsulates, or “marks up” data within HTML tags or elements, which define the data and describe its purpose on the webpage. The web browser then reads the HTML elements, which tells it things like which parts are headings, which parts are paragraphs, which parts are links, etc. The HTML describes the data to the browser, and the browser then displays the data accordingly. That's how the browser knows that However, this is not programming as I said before. The above is not an example of an executable script. The HTML was only used in the above to mark up the text for the browser to read and interpret as web page content. HTML is used for structural purposes on a web page, n...