Introduction to HTML Today we will look at: Separating style and content The purpose of a text editor such as Notepad How web-pages are made Creating a.

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.
HTML Basics Customizing your site using the basics of HTML.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
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.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Introduction to CSS. What is CSS? A CSS (cascading style sheet) file allows you to separate your web sites (X)HTML content from it’s style. Use your (X)HTML.
CSS. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.
Chapter 8 Creating Style Sheets.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
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.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
Just Enough HTML How to Create Basic HTML Documents.
Web Design-Lecture1-QN-2003 Web Design Web Design Using HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Last week you should have had something that looked like this.
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-
Hypertext Mark-Up Language Web Page Creation HTML.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
Introduction to web development and HTML MGMT 230 LAB.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
HTML/XHTML Structure Building a basic web page using notepad.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Word Processing Fonts and Styles. Fonts An array of pictures indexed by an ASCII character code.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
The Teacher Computing HTML HyperText Markup Language.
HTML BASIC IST 210: Organization of Data IST210 1.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
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.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
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.
HTML Basic IST 210: Organization of Data IST2101.
HTML GUIDE Press F5 and then
Uppingham Community College
COMPSCI 111 / 111G An introduction to practical computing
Introduction to HTML Today we will look at:
HTML Structure.
HyperText Markup Language
Presentation transcript:

Introduction to HTML Today we will look at: Separating style and content The purpose of a text editor such as Notepad How web-pages are made Creating a web-page!

Style and Content Documents have content and style The content is the words on the page – what the document actually says The style is how it looks: –Font – including bold, italic, etc. –Colours – text and background –Alignment – paragraphs, justification, etc. Inside the document, style and content are often stored separately, and in old word processors you could see the styles, e.g. bold text

WYSIWYG When we edit text, we are used to seeing text and style combined – this is called WYSIWYG, or what you see is what you get:

Not WYSIWYG! With early word processors, however, this was not possible, and you could only see what the finished document would look like after you’d printed it:

Text Editor A text editor is a program for writing text Unlike a word processor, such as Word, it only saves the text – there is no style information such as font or colour names. Because only the words are saved, the files tend to be much smaller than Word files There is a text editor in Windows called Notepad Files created in Notepad are very portable because they work on any computer regardless of what fonts are installed on it

How Web-Pages are Made Web-pages are just text files and can be created in Notepad The text and the style information are both typed The text content is entered in the form of words The style is entered in things called tags, which are in triangular brackets, e.g. for bold or for italic. Most tags come in pairs – one to turn the style on, and one to turn it off again, so you can have One bold word in the middle of a sentence.

Example Web-Page My web page This is a heading in heading style 1 This is my first web page! Note that spaces in the HTML code don’t matter

The Order of Tags in HTML Styles are built up in layers around the text, like an onion! The styles must be turned off in the opposite order in which they were turned on. For example, if you wanted a paragraph with some bold, italic text in it, you would have A bold, italic paragraph Text

The Order of Tags If you use two styles at once it doesn’t matter what order they’re in text is the same as text … Unless it doesn’t make sense, e.g. –You can have a bold word in the middle of a paragraph: A bold word … –But you can’t have a paragraph in the middle of a bold word!

Useful Tags Heading (there are also h2-h6) paragraph - creates a new line (like pressing Enter) bold italic underlined red text Arial text small text