PRESENTED BY: CARY-ANNE HTML AND WEB DESIGN. HTML Browsers Tags: What are they?, Common Tags Lists Links and Anchors Images DIVs Validation WHAT WE’LL.

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

HTML Basics Customizing your site using the basics of HTML.
Introduction to HTML & CSS
Web Development & Design Foundations with XHTML
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2013 UMSL Introduction to Web Page Design.
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
Chapter 2 HTML Basics Key Concepts
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 =
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Chapter 14 Introduction to HTML
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
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.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Basics of HTML.
Creating a Simple Page: HTML Overview
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
HTML. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
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.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
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 
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
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.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
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,
HTML: Hyptertext Markup Language Doman’s Sections.
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.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Tutorial 3 Adding and Formatting Text with CSS Styles.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
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.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
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.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
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.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Extra Markup CS 1150 Spring 2017.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Presentation transcript:

PRESENTED BY: CARY-ANNE HTML AND WEB DESIGN

HTML Browsers Tags: What are they?, Common Tags Lists Links and Anchors Images DIVs Validation WHAT WE’LL COVER

Hyper Text Markup Language – the building blocks of web pages HTML documents contain plain text (what you want displayed) and HTML tags (instructions on how to display text) HTML Document = Web Page Many HTML Documents = Web Site Web browser (Firefox or Chrome, for example) reads the HTML document and displays it to user WHAT IS HTML?

The.html file extension tells the browser that it is reading an HTML document sample_index.html NOW, we can: 1.Download resume.txt (right click and save as) from: Open resume.txt in notepad++ (PC) or TextEdit (mac) 3.Save the file to the desktop as resume.html – be sure to change the file extension! WEB BROWSERS

Each tag has a different meaning/gives browser different instructions for how to display content Keyword surrounded by angle brackets Most tags come in pairs Opening/start tags => Closing/end tags => WHAT IS A TAG?

- html document goes here - metadata - this is the info that appears in the browser tab; part of the - contains the content of the page that is displayed in the browser - heading, displayed large and bold - second level heading - third level heading … - each paragraph framed by this tag - bold - italics Look up tags that you don’t know at W3 Schools Web site: For now, just refer to your trusty handout. COMMON TAGS

surround the appropriate text This is sentence one in my sample paragraph. This is sentence two an the following text bold. As it appears in the browser: This is sentence one in my sample paragraph. This is sentence two and the following text is bold. Tags should nest! First in, last out (FILO) HTML TAG RULES

There are 2 kinds of lists in HTML: 1.Unordered lists - which denotes each item with bullet points Example: Begin your unordered list Item Every list item has its own tag Item Close your unordered list LISTS

When viewed in your browser, your unordered list would look like this: Item LISTS (CONT’D)

2.0rdered lists - which rank items by denoting each list item with a number. Example: Begin your ordered list Item Every list item has its own tag Item Close your ordered list LISTS (CONT’D)

When viewed in your browser, your ordered list would look like this: 1.Item 2.Item 3.Item ORDERED LISTS

= link tag, or ‘anchor’ tag requires a closing tag. The anchor element can be used to: 1. Create a link to another document, including web page documents, by using the href attribute 2. Create a link to generate an message link to google  Attributes: href and title  Give the browser extra information, like where it should go when a user clicks ADDING LINKS AND ANCHORS

is a self-closing tag and requires the source attribute (src=“wherever_the_image_is_from”) Tags can have multiple attributes: alt attribute is important for accessibility. ADDING IMAGES

Comments - blocks of text that do not get read or displayed by the browser Valuable for: 1.Writing notes 2.Making code easier to read 3.Removing chunks of code temporarily Open “<!--” Close “-->” Ex. <!--possible alternative for items in unordered : Snickerdoodles, Chocolate Chocolate Chip Cookies, White Chocolate Macadamia Nut Cookies --> COMMENTS: YOUR NEW BEST FRIEND

 These two tags do not style things on their own. They are just for grouping and allowing reuse of styling via CSS.  Usually include classes and ID attributes to enable CSS styling…  tags: indicate a division or section of an HTML document  Used to group things together for styling purposes (CSS!)  Block-level element  tags: inline element allowing you to style the content inside the span separately from the rest of the content DIVS AND SPANS

 Running your code through a validator will reveal errors and information about accessibility  Validator:  Check for broken links: VALIDATION

 W3schools:  Tutorials and reference for HTML  Usability.gov:  Guidelines for usability  iSchool Tutorials:  RESOURCES

1.Open SSH Secure File Transfer Client on PC or Fetch on a Mac 2.Log into login.ischool.utexas.edu 3.Drag the HTML file that you have created into your public_html folder 4.View your page in a browser at the URL: tml UPLOADING FILE TO SERVER

Certain characters are interpreted by the browser as HTML code, so you cannot use them when writing text. These are called reserve characters and they have their own HTML symbol. Full list at W3 Schools: RESERVE CHARACTERS CharacterMeaningHTML syntax <<(less than) >>(greaterthan) &&(ampersand) “"(quotemarks) ‘&apos;(apostrophe)

A Professional Online Presence CSS TEMPLATES

What is HTML? Common tags Tag Rules FILO Lists Links Images Reserve Characters Comments Validation LET’S REVIEW:

Intro to CSS Choosing and Downloading a CSS template Modifying your template in Notepad++ or TextWrangler Uploading your web pages CSS STUFF WE’LL COVER:

HTMLCSS PurposecontentPresentation File type.html.css Syntax #div {property:value} Comments /* stuff */ DIFFERENCE BETWEEN HTML AND CSS

CSS SYNTAX

HTML REFERENCING CSS Web Portfolio #header { text-align:left; }

BUT HOW ARE THE TWO DOCUMENTS LINKED TOGETHER Start with an.html file Create a.css file (usually named style.css) Link your.css file to your html file in the header of your html file.

Compatibility Comments Copyright Comprehensible CHOOSING A TEMPLATE

Images Index HTML file License CSS WHAT COMES WITH MY TEMPLATE

HTML Web Portfolio CSS #header { text-align:right; } HTML REFERENCING CSS HTML CSS

CSS Task #1 Change the color of the link OR… The font of the link OR… Whether or not it’s underlined CSS Task #2 Make the text for the options on the side navigation menu italicized CSS TASKS

HTML #1 Add your name in the header on the top of the page Change the slogan to the right of your name HTML #2 Changing the options on the left side navigation bar to the following: Homepage, Resume, and Contact HTML TASKS

HTML #3 Make a copy of the index page, rename it as resume.html HTML #4 Change out the image HTML TASKS (CONT’D)

debugging tool future-proof quality check making it easier to maintain helps reinforce best practices professionalism Validator: Broken link checker: VALIDATION

plates.html ree MORE TEMPLATES

W3Schools: Tutorials and reference for HTML Usability.gov: Guidelines for usability iSchool Tutorials: rials RESOURCES