Hypertext Markup Language
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
are the basic units or building blocks of an HTML file/code as they said. TAGS are enclose with angle brackets “ ” ◦ E.q. Prepared by: Mark Wilson F. Nicdao
Tags that are usually in pairs of a start and end tags Where you can put the attributes ◦ E.q. *start tag *end tag Prepared by: Mark Wilson F. Nicdao
Use to provide additional information about the tag; it is separated by an “=“ ◦ E.q. Note: Color red = Attribute | Color Green = Value Prepared by: Mark Wilson F. Nicdao
Everything between the start tag and end tags are CONTENTS E.q. THE LEGEND OF ZELDA Prepared by: Mark Wilson F. Nicdao
A tag that ends a start tag. It has “/” as a sign of ending. E.q. Juan Dela Cruz Prepared by: Mark Wilson F. Nicdao