Are Internet Webpages written in HTML?

Whats In Name

Whats In Name

@whats-in-name-KdgM7o Oct 26, 2024
Are webpages written in HTML,So if you know only HTML,You can build a webpage,or there's more behind a webpage?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Sep 9, 2010

    HTML is not a 'language'; it's simply a markup that helps text to be displayed in specific way.

    There's a lot that goes behind generation of web page. For example, PHP runs on server and outputs HTML so that it can be rendered in a browser. Also there's JavaScript, CSS that help in adding more functionality & looks to the web pages.
  • Whats In Name

    Whats In Name

    @whats-in-name-KdgM7o Sep 9, 2010

    Building webpages must be interesting,it must be a good feeling when you instigate and see the changes.
  • optimystix

    optimystix

    @optimystix-4yMPKC Sep 9, 2010

    definitely it is, just try out the applet based tutorials in <a href="https://www.w3schools.com" target="_blank" rel="nofollow noopener noreferrer">W3Schools Online Web Tutorials</a> and u can see and understand the changes and roles that html, css, javascript and others play in developing a full fledged website 😀
  • Whats In Name

    Whats In Name

    @whats-in-name-KdgM7o Sep 9, 2010

    Thanks for the tutorial optimystix,informative tutorials and a lot to learn.
  • parin

    parin

    @parin-Wrk7rv Sep 9, 2010

    yeah it will is interesting and with the new HTML5 Standard it is going to be more interesting do have a look at #-Link-Snipped-#
  • anandkumarjha

    anandkumarjha

    @anandkumarjha-jzdDMA Sep 11, 2010

    rightly said that HTML is not a lsngusge rather its a markup which helps in presenting something in a good manner.there is much more which helps in designing the web pages like PHP is needed and you must learn javascript,css along with the html to develope a weeb page