












































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
HTML stands for Hyper Text Markup Language
Typology: Slides
1 / 52
This page cannot be seen from the preview
Don't miss anything!
Mahak Jain BCA 2nd^ year Deepshikha College Of Technical Education
(^) HTML refers to Hyper Text Markup Language. It is the most widely used language to write web page. In 1991, HTML was developed by Tim Berners Lee at Geneva in Switzerland.
Since early days of the web, there have been many versions of HTML: HTML 1991 HTML 2.0 1995 (^) HTML 3.2 1997 (^) HTML 4.01 1999 XHTML 2000 HTML 5 2014
The <!doctype> declaration defines this document to be HTML 5. (^) The element is the root element of an HTML page. The
element contains meta information about the document. The (^) HTML tags are element names surround by angle brackets:
Attributes provide additional information about HTML elements. (^) All HTML elements can have attributes. Attributes are always declared in the start tag. Attributes usually come in name/value pairs like: name=“value” Examples Attribut e Attribut e
HTML links are defined with the tag: <a href=“connected page location” > Note : href is a attribute of tag Attributes are used to provide additional information about HTML elements. (^) tag is a anchor tag. Cont..
Example
Example
Google is an American multinational technology company that specializes in Internet-related services and products.
**Cont..**HTML images are defined with the tag. <img src=“location of your image”> <img src=“location of your image” width=“45” height=“45”> Note: (^) src is a source. Cont..
Example
Example
S.No | Name |
1 | Chinki |
2 | Mahak |