DEV Community

QUBE
QUBE

Posted on

HTML Basics

  1. HTML(HyperText Markup Language)is the standard language used to create web pages.It structures content on the web using elements and tags.
  • It is not a programming language.

  • It is a markup language

  • It tells the browser how to display the content

  • We can use CSS with HTML for designing purpose

  • We can use JavaScript with HTML for functionality

  1. Basic structure of an HTML page.

    My First Web Page

    Welcome to HTML

    This is my first webpage.

  2. Features of HTML

  • Platform Independent

  • Simple and easy to learn

  • Used in all websites.

Top comments (0)