1 / 10

PRESENTATION….

PRESENTATION…. HIRA MUMTAZ BSC COMPUTER SCIENCE. HTML…. HTML stands for Hyper Text Markup Language. It is an authoring language which is used to create documents on WORLD WIDE WEB. HTML is a platform independent language. continue…. Tim Berners-Lee He is the developer of HTML.

Download Presentation

PRESENTATION….

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PRESENTATION…. HIRA MUMTAZ BSC COMPUTER SCIENCE

  2. HTML…. • HTML stands for Hyper Text Markup Language. • It is an authoring language which is used to create documents on WORLD WIDE WEB. • HTML is a platform independent language.

  3. continue… Tim Berners-Lee He is the developer ofHTML..

  4. PURPOSE OF HTML… • HTML is used to create the basic elements of webpages, so that other more advanced web coding languages (like Javascript) can manipulate those basic elements. • HTML can be used to code the entire website.

  5. Elements of HTML… An HTML element is everything from the start tag to the end tag: * The start tag is often called the opening tag. The end tag is often called the closing tag

  6. TAGS… • HTML Tags describes the Webpage. For example <html> is the starting tag, and </html> is the ending tag.. • There are thousands of tags.. • It is the tag for hyperlink • <a href=“http;//www.google.com/”>google</a>

  7. BODY… • It is after the head, and it also ends with / .. • Each and every content which can be seen on the webpage is called its body..

  8. PARAGRAPH… • In paragraph, for large font size h1,h2,h3,h4,h5,h6 should be included in angle bracket.. • For example, <h1> start • <h1> ends… • To break a paragraph (br) is used, which stands for bracket radio..

  9. SIMPLE CODING…. • <html> • <head> • <title> • </head> • <body> • <p> paragraph </p> • </body> • </html>

  10. Thank you for the attention THE END

More Related