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.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

Introduction to HTML
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.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
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.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
How To Create A Web Page By: Mikeon Briddy & Darrius Jacobs April 10,2006 Mr. Barnett.
How Tags are used to form your Web Page
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
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.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
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.
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.
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.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Understanding HTML Code
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.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
CSCI 1101 Intro to Computers
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
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.
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Basic HTML PowerPoint How Hyper Text Markup Language Works
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
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 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.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
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 Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
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.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
Websites Creating Basic Course. What´s a website ? A website (or "web site") is a collection of related web pages, images, videos or other digital assets.
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.
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.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Online PD Basic HTML The Magic Of Web Pages
Uppingham Community College
HTML.
If You Know Nothing About HTML, This is Where You Start.
Presentation transcript:

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 Computer Science. A mark-up language places what are called tags at the beginning and end of words that you want displayed. Tags are placed into what we will call carrots.

Open internet Explorer and go to: Click on view…source What do you see? This is much more complicated than any page that you will do this semester.

Lets start our first page You should have two programs open right now. Internet Explorer and Notepad. Maximize notepad Click on file..new

Type exactly what you see here:

HTML is not case sensitive. is equivalent to or. There are a few exceptions which we will talk later about. The words you write are called source code. If we wanted to make the word HELLO bold on a webpage, we need to know that the bold tag is. When we use this tag, anything that follows will be bold. What you would type in order to make the word “Hello” bold would be: HELLO

If I have a sentence to be displayed, but only want one word bold, I have to mark where to start making the text bold and where to end. Usually, but not always, the ending tag is the same as the start tag with a slash ( / ) before it. The line: Who Goes There would print the words Who and There in normal font, but would make the word Goes bold on the screen

You will write the source code for a web page in any text editor like: –Simple Text –Notepad –Any word processor ( as long as it is saved as text only) The web browser (ie, Netscape, Internet Explorer) will read your source code and translate it into the way you want the words and pictures displayed. Note: There are differences in how web browsers show content

Click file …. Save Navigate to your file folder named Prog - 2 Make sure you save the file as a text document. Give the file the name BlankWebPage.htm What we just did was to create a template for the web-pages that you will design. Use this to start each page.

Lets begin our first page Go back to notepad and make sure it says exactly what you see here:

Every page you write will begin with what you just typed. Notice the first and last things are an opening tag and closing tag named html. This tells the web browser that you will be “speaking” HTML in the document. Next is the opening head tag. Between the open and closing head tags is called the header. This is where you will be giving the page information about how it was created and when.

In the header, you will see an opening and closing title tag. Between them, type HELLO WORLD Hello World Time to save. Click save as.. Give the name of file and make sure it has an extension of.htm or.html or the browser will not read it. Make sure it is in your file folder.

We are now ready to view our first web page. Open Internet Explorer. Select file…open and navigate to where your file is saved. Take a look at what you have created. Not much is it? Where did the Hello World get put? See the page:In BrowserIn Browser If you want to see the source code click on view….source.

As you saw, what you put in the title section of the header is placed at the top of the browser window. If you want something to be displayed in the browser window, the code needs to be in the body section of the page. If you have not guessed by now, the body section is between the tags. Try putting Hello World in the main browser window! ( make sure you save and reload )

Here are some of the common formatting tags to make words look different: Attributes for Font Types: Creates the largest headline Creates the smallest headline (headers 1-6 work) Creates bold text Creates italic text Creates teletype, or typewriter-style text Emphasizes a word (with italic or bold) Sets size of font, from 1 to 7) Sets font color, using name or hex value. Put the text in quotes. Underlines Words

Create a new program and play. Type: Test Page HelloWorld Click save, go to IE click refresh and see what happens. Do this with each of the tags on the last page.

Here are some of the common formatting tags to make the page look different: Attributes for formatting: Begins a new line Centers text in the browser window Creates a new paragraph Aligns a paragraph to the left, right, or center. Put the word in quotes. Inserts a horizontal rule Sets size (height) of rule Sets width of rule, in percentage or absolute value Creates a rule without a shadow

Create a new program and play. Type: Test Page Hello World Click save, go to IE click refresh and see what happens. Do this with each of the tags on the last page.

Assignment Create a web page that looks exactly like what you will see on the next page. When you are done, turn in the source code into the top bin. This is where you will turn in all assignments.