Getting Started – Basic Page Structure

Slides:



Advertisements
Similar presentations
Mission HTML The Search for the Personal Web Page.
Advertisements

Internet Applications Development Lecture 2 L. Obead Alhadreti.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Teppo Räisänen LIIKE/OAMK 2010
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
Web Page Development Identify elements of a Web Page Start Notepad
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web Web.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
CS117 Introduction to Computer Science II Lecture 2 Creating an HTML Document Instructor: Li Ma Office: NBC 126 Phone: (713)
Web Pages: Creating & Maintaining Body Tags. There have been several versions of HTML since its inception. VersionYear HTML1991 HTML HTML
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.
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.
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.
HTML I An Introduction to the Language of the Web Terry Bake
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Introduction to HTML College of Umm A-Qura University Fall 2013.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
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.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
The Teacher Computing HTML HyperText Markup Language.
This shows CIS17 and the first day introduction..
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.
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
GUIDELINES FOR CREATING YOUR FIRST WEBPAGE GETTING STARTED.
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.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
How to build a Web Page or “The things geeks never told you!”
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Introduction to HTML 4.0 Getting Started – Links, Images, Font, and List Teacher: Mr. Ho.
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.
Pertemuan 1 Desain web Pertemuan 1
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
Creating and Linking Web Pages
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Transcriptions Studio Workshop Fall 2006
Concepts of HTML, CSS and Javascript
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.
3.02D HTML Overview 3.02 Develop webpages.
Unit 2 Test Building a Web Page Test.
Introduction to HTML5.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Introduction to HTML.
Hyperlinks 1 2.
HTML Structure.
For this assignment, copy and past the XHTML to a notepad file with the .html extension. Then add the code I ask for to complete the problems.
Creating your first website
The language of the internet
The language of the internet
Creating your first website
HTML.
3.02D HTML Overview 3.02 Develop webpages.
4.02A HTML Overview 4.02 Develop web pages using various layouts and technologies. (Note to instructor: HTML tags are in red only to differentiate from.
For the CIS17 course..
Introduction to HTML By Perry Nelson Information Specialist.
Presentation transcript:

Getting Started – Basic Page Structure Introduction to HTML 4.0 Getting Started – Basic Page Structure Teacher: Mr. Ho

How to Create an HTML File? Use Notepad from Windows

HTML File (I) Has an .html or .htm file extension Some older OS does not support four- letter file extensions Therefore, it uses .htm Newer OS supports both four-letter file extension

HTML File (II) Has tags, which are Examples: Commands or code used to tell the browser how to display the web page Examples: <html> </html> <head> </head> <title> </title> <body> </body>

Example of an HTML File

Questions & Answers Do you have any questions so far? If you do, please ask now.