HTML WEB PAGE - RONAL FERNANDO

HTML Basics

Learning HTML Basics

What is HTML?

HTML (HyperText Markup Language) is the standard markup language for creating the structure of a web page. It is used to describe the content and elements on a webpage, such as text, images, links, forms, and more.

Tags of HTML

HTML uses tags to define and structure content. Tags are enclosed in angle brackets and come in pairs, usually an opening tag and a closing tag. Some common HTML tags include:

  • <html>
  • <head>
  • <title>
  • <body>
  • <h1>, <h2>, ..., <h6>
  • <p>
  • <a>
  • <img>

Functions of HTML

HTML serves various functions in web development, including:

  • Defining the structure of a webpage.
  • Creating hyperlinks using the <a> tag.
  • Inserting images with the <img> tag.
  • Building forms to collect user input.

Things You Can Do with HTML

HTML enables you to:

  • Build the basic structure of a webpage.
  • Embed multimedia content (images, videos, audio).
  • Create hyperlinks for navigation.
  • Develop forms for user input.

Comments

Popular posts from this blog

html basics

vidun

Learn HTML - Dasun Nilanjana