HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.

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

The Web Wizards Guide to HTML Chapter Six Tables.
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.
Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based Web page using HTML.
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
Chapter 3 – Web Design Tables & Page Layout
Designing Web Pages Tables part one. Using Tables for Page Layout 2.
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Tutorial 4: Designing a Web Page with Tables
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Using HTML Tables.
The Power of Tables They aren't just for sitting stuff on anymore...
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. 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
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.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 1 1.Open FrontPage – View -> Page 2.Open.
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.
Web Technologies Website Development Trade & Industrial Education
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
Website Development with Dreamweaver
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
>> Introduction to HTML: Tables. HTML is used to give websites structure 5 Basic Tags Element = Start-Tag+Content+End-Tag Heading Tags [h1-h6] Paragraph.
Just Enough HTML How to Create Basic HTML Documents.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
HTML: Tables & Frames Internet Technology.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
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.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.
Positioning Objects with CSS and Tables
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup 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.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
>> HTML: Tables.
Tables and Frames.
If You Know Nothing About HTML, This is Where You Start.
Introduction to HTML.
AN INTRODUCTION BY FAITH BRENNER
Presentation transcript:

HTML Code

What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames

Code Rules Almost all code works in pairs Code must be written within carrots Ending code will have a slash CaSe InSeNsiTiVe Must start all web documents with

Start a page  Tells the browser to decipher code based on html rules  Mostly unseen code  Tells browser what other languages will be used  Mostly visible code  Content of page

Will contain the following code  Tells browser what to put in the title bar of page  Tells browser what, if any, scripting language is being used  Designates meta tags for search engines  Directs CSS functions

Gives page a name Should remain the same or similar for entire site

All content that you want the viewer to see is written here Tag can be specifically modified 

Sets image in background of page Can be very distracting Must be very careful when using  Goes inside tag  Sets fixed image that the information “floats” on

Adds a color to the page Most good websites use plain white If choosing a different color, be sure to choose a high contrast font color

Color  Sets the color of the font Face  Sets the desired font name Size  Sets the desired size, limited to 1 - 7

Sets a font for the entire page Declared once immediately after tag Can be overridden by other font tags Good to use if you add a color to your background

modifiers  bold  italics  underline  strikethrough

alignment  Starts a new paragraph with a double space  Can be aligned to left, center or right  Line break, no double space, unable to align  Similar to but can be aligned, overrides

Images Images can make or break a web Should be used cautiously and be sure they are appropriate to the page Must be careful when aligning Can greatly increase load time of page

Images  If located on another web  If located within same folder on your web  If located in images folder on your web  This is how we will do it

Modifiers  Height  Width  Border  Align

Hyperlinks Known as Anchor tags  “Anchor Hyperlink REFerence Used to link pages to each other within a web Used to link webs to each other

To link to another page on same web  To link to another web   Must use http to send to another web on the internet

Tables Most widely used method of formatting and arranging pages Can be nested  Tables set inside other tables Very heavy in coding, but pages look better and control remains in the hands of the designer

Tables Consists of 4 sets of coding  Table Header  Table Row  Table Data

code starts table Default settings  No border  Transparent color  Size defined by largest cell  Right aligned

Modifiers  Border Sets a visible border around the table and each cell  Bgcolor Gives table a color  Width  Align

Important details While the color of the table can be set in the tag, each cell is INDEPENDENT of each other Color, font, and alignment can all be changed in each individual cell Both a curse and a blessing  Gives ultimate control  Takes time to set each one

Table header  Sets a header for the table, commonly used as a title By default only one cell Can be modified to span entire table  X being the number of columns in the table 

Begins a row No displayable information Simply used to format table Can define color and alignment Cannot define font style

Table Data Sets individual cells All displayed information goes in between these tags Highest priority formatting codes  Color, font, alignment, width Colspan and rowspan allow for cell to be merged

This is a table This is the top left This is the top right This is the bottom left This is the bottom right

Table Code Results

Frames Formerly was a very popular method to format and arrange pages Fallen out of favor due to lack of support from browsers and slightly confusing coding techniques Partitions a single page into multiple “frames” for viewing several pages at once

Frames When using frames, tag is not used  Designates how the page is split  Must be modified with either rows or cols <frameset cols= <frameset rows= * is used to designate remainder of the page

Just as places a picture on screen, places a webpage in a frame Does not need to be closed

Example of Frame code

Frames Code Result