0% found this document useful (0 votes)
21 views2 pages

HTML Brochure English

Newww sxenn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

HTML Brochure English

Newww sxenn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Spoken Tutorial Project

• Self-explanatory: uses simple language


• Audio-video: uses multisensory approach
• Small duration: has better retention
• Learner-centered: learn at your own pace
• Learning by doing: learn and practise simultaneously
Spoken Tutorial
• Empowerment: learn a new FLOSS Scan the QR code to
visit Spoken Tutorial website
https://spoken-tutorial.org
(Free/Libre and Open Source Software)

Target Audience
• Students- High School and College
• Working professional- Software users, developers and trainers
• Research scholars
• Community at large

Workshops
The Spoken Tutorial Project Team conducts workshops on HTML and
other FLOSS using spoken tutorials and gives certificates to those who
pass an online test.
For more details, please visit https://spoken-tutorial.org

Forum
We have developed a beginner friendly Forum to answer specific questions
pertaining to any part of a particular tutorial.
For more details, please visit https://forums.spoken-tutorial.org.

The Spoken Tutorial Project


is funded by the
National Mission on Education through IIT Bombay
Information and Communication Technology,
Ministry of Human Resource Development, National Mission on Education through
Government of India. Information and Communication Technology
(NMEICT)
Contact us www.sakshat.ac.in
Email: [email protected]
Website: https://spoken-tutorial.org Funded by MHRD, Government of India.
Spoken Tutorial by IIT Bombay is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. All trademarks within this document belong to their legitimate owners.
Introduction Features of HTML
HTML, which stands for HyperText Markup • HTML allows images and objects to be embedded
Language, is the predominant markup language for and can be used to create interactive forms.
web pages. HTML elements are the basic building-
• It provides a means to create structured
blocks of web pages. HTML is written in the form of
documents by denoting structural semantics for
HTML elements consisting of tags, enclosed in
text such as headings, paragraphs, lists, links,
angle brackets, within the web page content. The
quotes and other items.
purpose of a web browser is to read HTML
documents and compose them into visible or • It can embed scripts in languages such as
audible web pages. The browser does not display JavaScript which affect the behaviour of HTML
the HTML tags, but uses the tags to interpret the webpages.
content of the page. • Web browsers can also refer to Cascading Style
Sheets (CSS) to define the appearance and layout
of text and other material.
• The W3C, maintainer of both the HTML and the
CSS standards, encourages the use of CSS over
explicitly presentational HTML markup.

Uses of HTML
To create:
• Static websites
• Web pages
• Web forms

You might also like