1 / 7

HTML

HTML. Hypertext Markup Language. What is HTML. A markup language use for creating web pages It is an instruction to a webpage on how it will look. TAGS. are the basic units or building blocks of an HTML file/code as they said. TAGS are enclose with angle brackets “<“ and “>” E.q . <html>.

enid
Télécharger la présentation

HTML

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. HTML Hypertext Markup Language

  2. What is HTML A markup language use for creating web pages It is an instruction to a webpage on how it will look Prepared by: Mark Wilson F. Nicdao

  3. TAGS • are the basic units or building blocks of an HTML file/code as they said. • TAGS are enclose with angle brackets “<“ and “>” • E.q. <html> Prepared by: Mark Wilson F. Nicdao

  4. Start TAGS • Tags that are usually in pairs of a start and end tags • Where you can put the attributes • E.q. <font color=‘black’> *start tag </font> *end tag Prepared by: Mark Wilson F. Nicdao

  5. Attributes • Use to provide additional information about the tag; it is separated by an “=“ • E.q. <font face=‘tahoma’> Note: Color red = Attribute | Color Green = Value Prepared by: Mark Wilson F. Nicdao

  6. Contents • Everything between the start tag and end tags are CONTENTS • E.q. <font size=‘5’>THE LEGEND OF ZELDA</font> Prepared by: Mark Wilson F. Nicdao

  7. End Tag • A tag that ends a start tag. It has “/” as a sign of ending. • E.q. <center> Juan Dela Cruz </center> Prepared by: Mark Wilson F. Nicdao

More Related