CSCI 1101 Intro to Computers 7.1 Learning HTML. 2 Introduction Web pages are written using HTML Two key concepts of HTML are:  Hypertext (links Web pages.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Introduction to HTML & CSS
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
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.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Developing a Basic Web Page with HTML
Developing a Basic Web Page Posting Files on UMBC
1 HTML Basic HTML. 2 Outline Goal Objectives Introduction Design of Web pages Markup language Develop Web pages Document structure HTML tags Document.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Tutorial 1: Getting Started with HTML5
Basics of HTML.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Web Technologies Website Development Trade & Industrial Education
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML Structure & syntax
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
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.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
CSCI 1101 Intro to Computers
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
Overview of HTML and XML. Contents n History n Usage n Examples n Advantages n Disadvantages.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
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.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
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.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Links HTML uses a hyperlink to another document on the Web.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML HyperText Markup Language Victoria E. Kozlek.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
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.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
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.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
HTML HYPERTEXT MARKUP LANGUAGE.
Introduction to HTML5.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
WEB DESIGNING THROUGH HTML
HyperText Markup Language
Presentation transcript:

CSCI 1101 Intro to Computers 7.1 Learning HTML

2 Introduction Web pages are written using HTML Two key concepts of HTML are:  Hypertext (links Web pages together) and  Markup (embeds special tags in Web pages to structure and format them) HTML = Hyper Text Markup Language

3 Limits on web page content A Web page, regardless of how complex it looks, can have a maximum of eleven elements. They are: 1.text, 2.hyperlinks, 3.color, 4.lists, 5.images, 6.image maps, 7.sound, 8.video, 9.forms, 10.frames, and 11.tables

4 Design of Web pages A Web page is content and design. The design should enhance content presentation. Page design is related to the goal of the page whether it is to sell a product or convey information. When designing a Web page, Web authors should take advantage of HTML power such as links, colors, etc.

5 What is a Markup language? HTML Markup language uses tags HTML tags convert Web page design into an actual Web page that can be viewed in a browser HTML tags surround page content to format it

6 How are html files displayed? Web browsers render (interpret) HTML tags and display their results Each web browser has it's own peculiarities and personality An experienced web author knows to test their pages in a variety of web browsers

7 What is a markup tag? The generic format of an HTML tag is content goes here HTML tags are categorized as  One-sided tags  Tags that do not require a "closing" tag  Two-sided tags  Matched pair tags - the closing tag uses the </ format. Many HTML tags have attributes to provide finer control of the tag formatting results

8 Methods of developing HTML documents Bottom-up approach: write HTML code in a text editor, and then view the Web page in a browser Steps:  Open a text editor  Enter text and tags  Save file as xxx.html  Open the file in a browser to view the Web page  Repeat above steps if you need to debug the page Top-down approach: build the Web page elements using an HTML editor, and then view the HTML code later Steps:  Open an HTML editor  Add HTML elements using the editor’s GUI  Save the automatically generated HTML code in a file as xxx.html  Exit the editor and view the page

9 Advantages and disadvantages for each Bottom-up  Advantages  Can use any text editor  Allows complete control over page elements  Disadvantages  Requires understanding and knowing HTML code  Elaborate designs can be time consuming Top-down  Advantages  Quick and easy to get started  Elaborate designs easy to create  Disadvantages  Requires HTML editor software  Errors can be difficult to trace and find  Easy to create a page without any understanding of what is truly required