(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.

Slides:



Advertisements
Similar presentations
Communicating Information: Web Design
Advertisements

Lesson 1 Quick HTML Know-How. A little HTML History In 1990 Tim Berners-Lee invented: World Wide Web HTML (hypertext markup language) HTTP (HyperText.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
HTML.
HTML Structure & syntax
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to web development and HTML MGMT 230 LAB.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
The Teacher Computing HTML HyperText Markup Language.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
HTML HyperText Markup Language Victoria E. Kozlek.
HTML: Hypertext Markup Language The language to make web pages 0.
HTML rev 01/09/2016 Hyper Text Markup Language. HTML -history  Hypertext Markup Language is the main language for creating web pages . It was first.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
U NIT 9 Level 2 Web Design. What does HTML stand for? HTML stands for Hypertext Markup Language and it is the language used by all web pages. It consists.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Basic concepts of web design
Getting Started with HTML
Online PD Basic HTML The Magic Of Web Pages
CIS 141 Western Kentucky University
Introduction to HTML.
Creating a Web Page CSC 121.
Exploring Microsoft Word 2000
Software Applications for end-users
Basic HTML PowerPoint How Hyper Text Markup Language Works
Web software.
Introduction to XHTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
What is HTML?.
HTML What is Html? HTML stands for Hypertext Markup Language.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
WEB & HTML Background Info.
The Most Basic HTML Page
WJEC GCSE Computer Science
Presentation transcript:

(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam

Hypertext mark-up language is what webpages are written in. HTML was written by Tim Berners- Lee in Berners-Lee also invented the Web. These websites can then be viewed by anyone else connected to the Internet. Mark-up is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example). HTML is a Language, as it has code-words and syntax like any other language. WHAT IS HTML?

Questions… What is Marquee? Marquee is a tag that scrolls the text from right to left. What tag is used when you want to create a name for the page you are creating? TITLE. This is a great tag to use on every page you make. It easily defines what is on the page, shows up in search engine results and when someone bookmarks your page, the title will also show up on their list. What tag is used when you want to insert a picture? IMG. The IMG tag is one of the few HTML tags that stands alone, as it requires no closing tag with it. What is a web browser? A web browser is a software for retrieving, presenting and traversing information on the World Wide Web, e.g. Google Chrome, Internet Explorer etc. How does it work? HTML consists of a series of short codes typed into a text- file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.

FUNCTIONS Text alignments are when you choose whether the text should be left or right. An ordered list is a list that is ordered chronologically. A numbered list is a function that automatically numbers your list., This function allows you to create the body of the page (the main text)., This function allows you to add more text like paragraphs., This function allows you to create a title.