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.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
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.
HTML.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
HTML Structure & syntax
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
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.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
15.1 Fundamentals of HTML.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
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
HTML Codes Miss B.
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.
HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
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 and JavaScript Basics Unit One Lesson One Quick HTML Know-How Introducing basic HTML structure and building your first basic web page.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
The Teacher Computing HTML HyperText Markup Language.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.
This shows CIS17 and the first day introduction..
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
PART 1: Introduction to HTML & CSS. Lecture 1: HTML 5 Basic Structure.
HTML HyperText Markup Language Victoria E. Kozlek.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML Structure & syntax
Getting Started – Basic Page Structure
Getting Started with HTML
Pertemuan 1 Desain web Pertemuan 1
Online PD Basic HTML The Magic Of Web Pages
XHTML/CSS Week 1.
Basic HTML PowerPoint How Hyper Text Markup Language Works
INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to Web Page Design
HTML HYPERTEXT MARKUP LANGUAGE.
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.
What is HTML?.
Introduction to Web Application Design
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
The Most Basic HTML Page
The language of the internet
Introduction to Web Application Design
The language of the internet
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
HTML Structure & syntax
WJEC GCSE Computer Science
HTML Introduction.
Presentation transcript:

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 of a series of tags which tell the browser how to display any web page.

F ORMATTING WITH HTML 3 CD-ROMs CD-ROMS in computers, CD-ROM technology is a format and system for recording, storing, and retrieving electronic information on a compact disk that is read using an optical drive. A CD-ROM player or drive does not allow writing to the disk. A WORM (write once, read many) device is used to write information to a master disk from which CD-ROM disks are replicated.

T HE CODE LOOKS LIKE … How would you update the text from CD-ROM to DVD?

E SSENTIAL C ODE 5 What’s typed here shows in the window title bar Anything typed here, between the body tags, shows on your web page Notice that the code is divided into 2 sections the section and the section. Notice also that most tags are in pairs; a start tag and an end tag.

T O CREATE A WEB PAGE YOU NEED : A text editor – like notepad to write your code Once written you MUST save your file with a.HTM or.HTML extension A browser – like Internet Explorer, Firefox, Chrome, Safari, Opera, to view your webpage 6

S EE THE CODE FOR A WEBPAGE You can view the code on a web page by right clicking on the web page and choosing View Source. Look at the code for your favourite web page… 7

T ASK 1 – L EARN SOME BASIC HTML Using the HTML worksheets on Moodle, create your first HTML pages.