 Basic tags are the ones which defines the  General structure of the html document  These tags are a prominent part of a webpage. They enclose all.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

Color Templates Software Engineering Module: Web UI Programming Topic: HTML TALENTSPRINT | © Copyright 2012.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
6 Developing Content and Layout Section 6.1 Generate and organize content ideas Write and organize Web text Section 6.2 Identify page dimension guidelines.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Frames 1 Lecture HTML: Frames and Miscellaneous Tags.
Introducing Web Tables
Start -> All Programs -> Classes -> Web Expressions -> Dreamweaver.
 You've probably come into contact with web sites in which the browser window seemingly allowed you to move around between several different pages. 
Lecture on: Frames. FRAMES VERSUS TABLES Frames allow part of the page, usually a navigation bar, to stay put.
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 Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
HTML Essentials Frames and Frame Tags. Introduction A frame used to be an effective design tool Utilized space effectively by subdividing screen One idea:
Define html document byusing Example : Title of the document The content of the document......
Tutorial 5 Working with Web Tables. XP Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple.
CIS 451: HTML Frames Adapted from materials developed by Dr. Soe (updated January, 2009)
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
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,
CSCE 102 – Chapter 6 (Web Design and Layout) CSCE General Applications Programming Benito Mendoza Benito Mendoza 1 By Benito Mendoza.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
IDK0040 Võrgurakendused I harjutus 03: Lists, tables and frames Deniss Kumlander.
1 HTML Frames
Organization Components (Lists, Table & Frame) Wah Yan College (Hong Kong) Mr. Li. C.P.
Table Row Table Data ( Header & Data) Data Cell Padding TABLE.
CO1552 – Web Application Development Linking Pages - The Basis of the Web.
HTML: Tables & Frames Internet Technology.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
CSE 409 – Advanced Internet Technology Today you will learn  Styles  Themes  Master Pages Themes and Master Pages.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Web programming Part 1: HTML 由 NordriDesign 提供
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
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.
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.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Tutorial 5 Working with Web Tables. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn and Apply the structure of.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
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.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
HTML – The COMPUTING UNLOCKED GUIDE
Objective % Select and utilize tools to design and develop websites.
Intro to Dreamweaver Web Design Section 8-1
Positioning Objects with CSS and Tables
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Tutorial 8 Designing a Web Site with Frames
Designing a Web Site with Frames
Objective % Select and utilize tools to design and develop websites.
Table of Contents Creating Frames Frameset Tag and its attributes
Introduction to web design discussing which languages is used for website designing
Table of Contents Creating Frames Frameset Tag and its attributes
Computers and Scientific Thinking David Reed, Creighton University
Table of Contents Creating Frames Frameset Tag and its attributes
Tutorial 8 Designing a Web Site with Frames
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
HTML 12/27/2018.
HTML ELEMENTS Ms. Olifer.
Dreamweaver Basics.
Introduction to HTML5.
HTML – The COMPUTING UNLOCKED GUIDE
Layout and Design with Tables and Frames
IDT Links in HTML What you need to know….
Positioning Objects with CSS and Tables
Presentation transcript:

 Basic tags are the ones which defines the  General structure of the html document  These tags are a prominent part of a webpage. They enclose all the other tags.  The basic structure for all html documents is simple and should include the basic tags at the minimum  Tags  <!Docype <html   <!Comment 

 Presenting and Arranging Text is an essential  Aspect of working with text Besides making  The structure of your document stand out with headings, you can also separate text with paragraphs, scrolling text, dividing it in to multiple columns reformatting text are all a part of presenting text on a webpage. Tags

 Images help make a web page look attractive  They create interest and draw the attention of a user to the website  They provide an alternate way to present information on a web page They break the monotony of a text –only webpage by introducing variation. A wise use of images with texts adds to the overall content value of a web page  Image in jpg,gif, png formate are used as most browsers support these formate  Images help make a web page look attractive  They create interest and draw the attention of a user to the website  They provide an alternate way to present information on a web page They break the monotony of a text –only webpage by introducing variation. A wise use of images with texts adds to the overall content value of a web page  Image in jpg,gif, png formate are used as most browsers support these formate

 Lists are a useful assets that yet you display information in a compact tight format They  Help you to present information in an organized and brief manner they can be used  To display main points of something or a particular sequence of events the three types of lists are  1 ordered lists  2 unodered lists  3 Definition lists

 Tables are created in html to display data in rows and columns of cells the rows and columns of the table itself are divided in to cells and each cell holds the actual table data such an arrangement is ideal for scientific or academic data. this arrangement is not rearranged by the browser. Tables have evolved from only supporting plain textual data to being a flexible platform for elements  To accomplish all sorts of layouts.

 Tables are created using the tag. It has various supporting tags such as and  Tags 

 Frames allow links to be targeted to adjacent  Region with in the same window. The predefined target names are  _blank it opens the documents in a new  Unnamed browser window.  _self: it opens documents in the same window or frame.  *_parent: It open documents in the parent of the current document  Frames allow links to be targeted to adjacent  Region with in the same window. The predefined target names are  _blank it opens the documents in a new  Unnamed browser window.  _self: it opens documents in the same window or frame.  *_parent: It open documents in the parent of the current document

 _top: It replace the current document when the linked document is opened it replace the entire top level document, not just the current frame.  Tags   _top: It replace the current document when the linked document is opened it replace the entire top level document, not just the current frame.  Tags 