1. INTRODUCTION OF HTML
i. HTML (Hypertext Markup Language) Is A Markup language used by the browser to manipulate text, images, and other content, in order to display it in the required format.
ii. HTML was created by Tim Berners-Lee in 1991. The first-ever version of HTML was HTML 1.0, but the first standard version was HTML 2.0, published in 1995.
iii. HTML is the code that is used to structure a web page and its content.
iv. HTML is the language for describing the structure of Web pages. HTML gives authors the means to: Publish online documents with headings, text, tables, lists, photos, etc. Retrieve online information via hypertext links, at the click of a button.
v. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included INTROIcues for the appearance of the document.
2. INTRO TO HTML SYNTAX
i. The HTML, head, title, & body tags Headings, paragraphs, & lists The strong & me tags The doctype The lang attribute The meta tag & the Unicode character set.
ii. Absolute & Relative URLs
iii.Anchor tags & hers Linking to other websites Linking to pages within a website Opening a link in a new browser window/tab. Adding Images The break tag The image tag & source attribute Using the width, height, & alt attributes Using horizontal rules.