Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.

Slides:



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

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Basic HTML Workshop LIS Web Team Spring 2007.
Internet Applications Development Lecture 2 L. Obead Alhadreti.
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.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Website Design.
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.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
HTML Programming last updated 9/12/05 at 1:30pm HyperText Markup Language Reference: – HTML BasicsHTML Basics An HTML program is a set of paired tags that.
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;
Web Page Development Identify elements of a Web Page Start Notepad
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Marking Up With Html: A Hypertext Markup Language Primer
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
CS105 Introduction to Computer Concepts HTML
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
HTML. What is HTML?  HTML is a language for creating web pages.  HTML stands for Hyper Text Markup Language  A markup language has tags which are codes.
HTML Structure & syntax
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
1 Essential HTML coding By Fadi Safieddine (Week 2)
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
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.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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.
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.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
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.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Graduate School of Library and Information Science LIS 753 Introduction to HTML 5 By: Yijun Gao Week Three.
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 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 (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
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 is a markup.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags 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 And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Pertemuan 1 Desain web Pertemuan 1
Fall 2016 CSULA Saloni Chacha
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Mansoor Ahmed Bughio.
3.00cs HTML Overview 3.00cs Develop webpages.
WEBSITE DESIGN Chp 1
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Html.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Basic HTML Workshop.
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

Learning HTML

> Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information not displayed. Keywords describe page content, used by search engines Page Title displayed in browser window HTML tags end with Body contains page formatting and content.

HTML

HTML – stands for Hyper Text Mark up Language It’s made up of Tags Tags are used to show the HTML elements on a web page HTML tags are surrounded by the two characters The surrounding characters are called angle brackets They come in pairs like and First tag is the start tag, the second tag is the end tag The text between the start and end tags is the element content Tags are not case sensitive, means the same as Keywords

This text is bold Elements and Tags Each part of an HTML page is called an Element. Elements are made of Tags. Tags are surrounded by Angle Brackets. The first one is the Start Tag and the second one is the End Tag. What’s in between is the Element Content and this is what you see on the Web Page. Example Tag s Start Tag s End Tag s Element Content s

Choosing Colours When choosing Colours for your Fonts, Borders or Background you can either use the Colour Name or the Colour HEX

Choosing Colours Attribute for background colourt Font Attributes Size, Font Type and Colourt

HTML Links (Hyperlinks) Adding Hyperlinks to web pages is quite easy. Look at the example below in Dreamweaver.

HTML Links (Hyperlinks) A paragraph creates space around the link This looks clearer for the user. This is how you write a hyperlink in HTML This is how the link looks on the page

a means Anchor href means hyperlink reference page 2.htm is the page you link to News is the link that you see on the page HTML Links (Hyperlinks)

Inserting Images In HTML, images are defined with the tag and a src attribute. Src stands for "source". The value of the src attribute is where the image is stored. Sound complicated? Once you look at the example, it’s easy to understand

Inserting Images Start with <img src = With speech marks say “where the image is stored and its’ name” You can add other attributes such as image size

Tables Creating tables for information or pictures makes your page look better. The HTML code for tables is easy if you remember Table Row Data

Start with the Table Tag Add the Table Row Tag Whatever you add to the cell is called Table Data Repeat the process to add more Rows and Data Use the End Tag Close the Row Tag Through the Browser – it looks like this

Tables The First Row in this table uses headings

Attributes Attributes are features of something (or someone). The attributes of a person include their height, build, eye colour, hair colour etc Simon Black Hair Brown Eyes Slim Build Height 170 cm

When designing web pages you can format the Elements using Attributes. Examples of Table attributes include Table width Border (size) line colour, background colour Values we could give to attributes include Table width “200” Border (size) “1” line colour, “blue” background colour “green” Attributes

This is how you write an attribute. They do not need closing Tags. Above you can see the table is 200 pixels wide and border size is 1

HTML Quick List

Spot the Mistake The Table should be like this with two columns. Look at the coding carefully and see if you can spot the problem

Spot the HTML Mistake The HTML says to end the first row and start a new one. That creates TWO rows when you only need ONE. Solution DELETE the second row.

Correct HTML Coding Start Tag End Tag