We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17
UNIT 8
TOPIC: INTRODUCTION TO HTML
MS. MARIAM KHLIFI
YEAR 7 LEARNING OUTCOMES • What is HTML • Why we use HTML • The structure of a HTML document • HTML tags 1. www: world wide web 2. The webpage is a single document on the web using a unique URL, while a website is a collection of multiple webpages. 3. HTML 4. Search Engine: A search engine is a kind of website through which users can search the content available on the Internet. Web Browser: The web browser is an example of application software that is developed to retrieve and view the information from web pages or HTML files present on the web servers. WHAT IS HTML? • HTML (Hyper Text Markup Language) is a language for specifying how text and graphics appear on a web page • HTML code is stored in a simple text file that has either a .htm or a .html filename extension (e.g., home.html) VIDEO https://www.youtube.com/watch?v=CKlh1lwe2rY WHAT ARE THE USES OF HTML HTML, or Hypertext Markup Language, is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites. HTML HTML EDITOR HTML TAGS • Each HTML page consists of a set of tags (also called elements), which you can refer to as the building blocks of web pages. They create a order that structures the content into sections, paragraphs, headings, and other content blocks. • Most HTML elements have an opening and a closing that use the <tag> </tag> syntax. EXAMPLE OF HTML TAGS The three block level tags every HTML document needs to contain are <html>, <head>, and <body> STRUCTURE OF HTML DOCUMENT EXAMPLE OF HTML CODE HTML TAGS QUESTIONS https://quizizz.com/admin/quiz/5d821186784b14001ea482fd/ht ml-basics CONCLUSION HTML is the main markup language of the web. It runs natively in every browser and is maintained by the World Wide Web Association. You can use it to create the content structure of websites and web applications.