Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Meaning of HTML in web programming, it's features and structure of programme., Study notes of Web Programming and Technologies

HTML uses a system of tags to define and describe different elements within a document. These tags tell web browsers how to display text, images, videos, and other multimedia, as well as how to structure the content with headings, paragraphs, lists, and more.

Typology: Study notes

2022/2023

Available from 05/09/2025

kartikksharma
kartikksharma 🇮🇳

12 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Q1. What do you mean by HTML? Explain its features and structure of
a simple HTML program.
Ans: HTML is the Hyper Text Markup Language, which is basically used for website designing
and development.
HTML is a very powerful tool. It is a scripting language developed in 1991.
HTML has a lots of tags which are very helpful into designing a proper web site. It tells the
browser how to display content like text, images, links, and other multimedia elements.
Structure of an HTML Program:
<HTML>
<Head>
<title> Main Page </title>
</Head>
<body>
data
</body>
<HTMLl>
Program
<HTML>
<head>
<title>
Welcome to HTML
</title></head>
<body bgcolour = "RED">
<p>
<H1> <b> First Heading </H1>
<B> Bold One </b>
<I> Italic One </i>
<U> Under line One </u>
</p>
</body>
</HTML>
Features of HTML:
1. HTML is hypertext markup language.
pf2

Partial preview of the text

Download Meaning of HTML in web programming, it's features and structure of programme. and more Study notes Web Programming and Technologies in PDF only on Docsity!

Q1. What do you mean by HTML? Explain its features and structure of

a simple HTML program.

Ans: HTML is the Hyper Text Markup Language, which is basically used for website designing

and development. HTML is a very powerful tool. It is a scripting language developed in 1991. HTML has a lots of tags which are very helpful into designing a proper web site. It tells the browser how to display content like text, images, links, and other multimedia elements.

Structure of an HTML Program:

Main Page

data

Program

Welcome to HTML</p> <p>

First Heading

Bold One Italic One Under line One

Features of HTML:

  1. HTML is hypertext markup language.
  1. You can define an article in document.
  2. You can add audio into application.
  3. You can add images and videos to your application.
  4. It has a lots of colour and fonts option.
  5. You can design and create forms into html.
  6. You can add or attach database to html.
  7. You can display the data and time on the page.
  8. You can design simple games in it.
  9. It supports scripting language.