0% found this document useful (0 votes)
35 views

HTML Short Notes

Uploaded by

Shankar Sk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
35 views

HTML Short Notes

Uploaded by

Shankar Sk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 8
Le) HTML Short Notes By @Curious_.programmer & PDF Uploaded on Telegram What is HTML ? ¢ HTML stands for Hyper Text Markup Language. HTML is the most widely used language on the Web to develop web pages. ¢ HTML was Developed By Berners-Lee in late 1991. ¢ Tim Berners-Lee is Called the father of HTML. ¢ The description of HTML was a document called "HTML Tags" proposed by Tim in late 1991. HTML Versions: ¢ HTML 1.0: This is the First Version of HTML that was released in 1991. ¢ HTML 2.0: This is the Second Version of HTML that was released in 1995. © HTML 3.2: This is the third version of HTML Developed by W3C in early 1997. © heeurious programmer PDF Uploaded on Telegram ¢ HTML 4.01: The HTML 4.01 version was released in 1999. This Verison Comes with the Added Support for Stylesheets. This is a Stable HTML Version. ¢ HTML 5: This is the Latest Version of HTML released in janauary 2008. Features of HTML: easy and simple language: HTML is Easy to Learn & Understand. Platform Independent: it can be displayed on any platform like Windows, Linux, Macintosh, etc. Media Support: By using Graphics, Videos, and Sound on the web pages which makes it more attractive and interactive. Markup Language: it provides a flexible way to design web pages along with the text. © oerurious programmer PDF Uploaded on Telegram Applications of HTML: ° Web pages development ¢ Internet Navigation * Responsive UI © Offline Support * Game Developementa Elements and Tags in HTML : ¢ HTML uses predefined tags and elements which tell the browser how to properly display the content. Tag Elements CodewithCurious.com Opening Tag Closing Tag ~ Bherurious programmer PDF Uploaded on Telegram (Link In Bio) HTML Tags: ¢ HTML Tag (): Defines the root of an HTML document. The tag is the container for all other HTML elements. * Head Tag (): The element is a container for metadata (data about data) and is placed between the tag and the tag. ¢ Title Tag (): the tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab. * Body Tag (<BODY></Body>): he <body> element contains all the contents of an HTML document, such as_ headings, paragraphs, images, hyperlinks, tables, lists, etc. © oeeurious programmer PDF Uploaded on Telegram (Link In Bio) * Heading Tag (<HI> to <h6>) :The <hl> to <h6> tags are used to define HTML headings. <hl> defines the most important heading. <h6> defines the least important heading. * Paragraph Tag (<p></p>): he <p> tag defines a paragraph. Browsers automatically add a single blank line before and after each <p> element. ¢ Line Break Tag (<br>): The <br> tag inserts a single line break. The <br> tag is useful for writing addresses or poems. The <br> tag is an empty tag which means that it has no end tag. * Center Tag (<center></center>): The <center> tag in HTML is used to set the alignment of text into the center. This tag is not supported in HTML5. CSS’s property is used to set the alignment of the element instead of the center tag in HTML5. ~ Boeeurious programmer PDF Uploaded on Telegram (Link In Bio) HTML Page Structure: <!DOCTYPE html> «<———————————— Tells Version of HTML <+til> ee _ Root Element <head> <——————__ Contains Page Metadata <title>This is Page Title <— Title of HTML «<— Hold the Content of HTML This is a Heading <— HTML Heading Tag

This a Paragraph paragraph.

— Paragraph Tag STA oToXe he EA nha le Opening Tag PDF Uploaded on Telegram PDF uploaded on (Link in bio) Cy Curious Coder etn Follow For Posts like this! (a

You might also like