Softsmith Infotech HTML. Softsmith Infotech HTML Introduction Creation Tags Text List Image Background Link Table Frames Forms.

Slides:



Advertisements
Similar presentations
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Advertisements

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
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
Tutorial 4: Designing a Web Page with Tables
© 2004, Robert K. Moniot Chapters 4 & 5 Introduction to HTML, More Details.
Designing for Use CS 105. Building Blocks of the Web HTML –The language of the web. Every web developer should have a basic understanding of it. XHTML.
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Using HTML Tables.
HTML Introduction HTML
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
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
HTML 2. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension  With newer software it.
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.
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.
Chapter 5 Working with Tables. Agenda Add a Table Assign a Table Border Adjust Cell Padding and Spacing Adjust Cell Width and Height Add Column Labels.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
CS105 Introduction to Computer Concepts HTML
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.
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
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
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.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Understanding HTML Code
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
Website Development with Dreamweaver
HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Going Live with a Basic Web Page Bill Hart-Davidson AIM: billhd30 pfworkshop.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
HTML Glosář značek. HTML–creating signs {hypertext markup language} document headding dokument title dokument body inserting metainformation.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
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.
ECA 228 Internet/Intranet Design I Tables. ECA 228 Internet/Intranet Design I Basic HTML Tables Created as a way to present rows and clumns of data.
FORMS. Forms are used to receive information from the web surfer, such as: their name, address, credit card, etc. Form fields are objects that allow.
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.
HTML(Hyper Text Markup Language) ByNaveen. Introduction HTML or Hyper Text Markup Language is the standard markup language Its used to create the web.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
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.
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.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
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.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
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.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
Introduction to XHTML/HTML5 (part 2) Instructor: Sergey Goldman Based on Based on Internet & World Wide Web How To Program (multiple versions) 1.
HTML for web designing short course. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
COMPUTING FUNDAMENTALS
Presentation transcript:

Softsmith Infotech HTML

Softsmith Infotech HTML Introduction Creation Tags Text List Image Background Link Table Frames Forms

Softsmith Infotech Introduction SGML – Standard Generalized Markup Language (1986) Mother of HTML and XML Describing document types in many field of human activity (clinical records to musical notations) Used in Aerospace, Defense, Semiconductor and Publishing industries

Softsmith Infotech SGML - Barriers Lack of widely supported style sheets Complex and unstable software Obstacles to interchange SGML data SGML renamed as Sounds Good, May be Later.

Softsmith Infotech HTML Hyper Text Markup Language –Hypertext – Dealing with links –Markup – Designing documents with some styles or lay outs HTML document is a plain text file HTML recognized by Web Browser

Softsmith Infotech HTML Creation Use Notepad or any text editor Type contents and save with a.htm or.html extension Eg. MyPage.html FrontPage, MS Word allows us to create web pages without any prior knowledge in HTML. Just save as web page and you will get the effect.

Softsmith Infotech Why to learn HTML? HTML is the glue that holds all web pages together. You can use tags that the editor does not support. You can read the code of other people's pages, and "borrow" the effects. You can do the work yourself, when the editor simply refuses to create the effects you want.

Softsmith Infotech First Web Page

Softsmith Infotech TAGS Instructs the browser to do some operation. Pillar of HTML Start Tag and End Tag – Few examples: –, etc Every tag may or may not have Attributes. –

Softsmith Infotech Adding Text Anything that we type between the tags and will appear on the browser. Many formatting tags are available.

Softsmith Infotech Text Formatting,,,,,,,,,,,, –x = 1 to 6 (1 being the largest and 6 being the smallest) – works only in netscape.,

Softsmith Infotech Text Layout (same as ) – Right Left Center Justify

Softsmith Infotech HTML Lists Ordered List – –TYPE can be circle or square or disc –If TYPE is left, by default we have Numbers. –TYPE can also take values like A, a, i, I –We can configure the numbering to start from a particular value with the help of “start” attribute. Unordered list – –TYPE can be circle or square or disc

Softsmith Infotech Images JPEG or GIF images are recognized by browsers tag will place image on your page The attribute SRC, tells the location from which the image is to be taken We can control size of the image (width and height attributes) The attribute ALT will say the text to be displayed in the place of image, if image not found.

Softsmith Infotech Images The attribute BORDER specifies the thickness of border around the image. Hspace and Vspace attributes allows us to add space to the left-right sides and top- bottom sides Aligning images is also possible with the align property

Softsmith Infotech Hyperlink - Anchor tag Its attribute – HREF will be the page to which we will be redirected. Click Here Click Here will appear in the browser like this Click Here

Softsmith Infotech Specifying Colors for Links Define colors for all links on the page. – Link – Unvisited link Vlink – Visited link Alink – Active link (Color of the link when mouse is on it)

Softsmith Infotech Specifying Colors for Links Define colors for individual links on the page. –Placing font tags between the and the tag. Click here to go to Softsmith. –Using a style setting in the tag. Click here to go to Softsmith.

Softsmith Infotech Link Target By default, links will open in the current window We can specify values for the Target attribute to change this behaviour. –_blank – new window –_self – same window –_parent – frame superior to the frame where the hyperlink is in –_top – Cancels all frame and loads in new window. We can specify the name of the frame where the link need to be opened.

Softsmith Infotech Internal Link To create a link with in that page, add a name attribute to the anchor tag and specify that name from the place where you want that navigation Some contents Click here to read chapter 1.

Softsmith Infotech Link to Me This will appear in the page as Me When we click that, we can compose mail and send it to that address. We can even configure subject and body of the mail using the attributes subject and body.

Softsmith Infotech Image Map Helps us to use one image to navigate to multiple pages. – –Shape can be Circle or polygon also.

Softsmith Infotech Backgrounds For setting background of our page, we need to specify some properties in tag. BACKGROUND BGCOLOR BGSOUND BGPROPERTIES

Softsmith Infotech Tables Help in arranging elements in our page in a neat way Divide page into separate sections Creating Menus Adding form fields Alignment of images

Softsmith Infotech Table Creation Table - Row - Column

Softsmith Infotech Table Attributes Align – left, right, center Valign – top or bottom Background Bgcolor Border Bordercolor Bordercolordark - shadow Cellpadding Cellspacing Nowrap – protects from line break Frame – deals with border adjustment – void, above, below, lhs, rhs, hsides, vsides, box Width

Softsmith Infotech Row / Column attributes All property of table. Height Only for TD –Rowspan – Merging rows –Colspan – Merging columns –nowrap

Softsmith Infotech Frames Divides screen into separate areas Each frame can contain a HTML document tag is used to create a frame. Ended with tag Attributes –Cols –Rows

Softsmith Infotech Resizing and Scrolling By default, we can resize frames. If we don’t want to resize them, we can specify the same using the attribute “noresize”. If we don’t need scroll bars, we can specify scrolling attribute as no. If we give scrolling=auto, scroll bar will appear if needed. Otherwise it wont.

Softsmith Infotech HTML Forms Most widely used in web applications Has several elements Created with in Use tags to define elements of form Attributes –Action – URL to be navigated on submit –Method – GET or POST

Softsmith Infotech Form Fields Text Password Hidden Text area Submit button Cancel button Image button Check box Radio button Drop down menu

Softsmith Infotech Text / Password / Hidden

Softsmith Infotech Text Area Text area Cols and rows specifies how many columns and rows will the text are occupy on our page. Name – Program will use this name to refer to the element Tabindex and wrap are other properties –Tabindex – order of tab focus –Wrap Off – no line breaks Virtual – for appearance line breaks will be there Physical – Exact replica of what we type

Softsmith Infotech Check box Java Oracle.Net For Radio button, the type need to be given as “radio”

Softsmith Infotech Dropdown List Using Select tag we can define dropdown menu Select tag has attributes like –Name –Size –Multiple Option tag defines values in the list 1 2

Softsmith Infotech Submit / Reset / Image Button

Softsmith Infotech Special Characters &nbsp &copy &gt &lt

Softsmith Infotech HTML Comments Starts with –<!- - Ends with –- ->

Softsmith Infotech META Tag tag has information related to search engines and browsers Later its use was not recommended If page content and description doesn’t match, search engines report that page as SPAM Based on the keywords, search engines search the keywords present in META tag of the page

Softsmith Infotech HTML Hex Colors RGB Style #RGB Safe 216 colors –R – 00, 33, 66, 99, CC, FF –G – 00, 33, 66, 99, CC, FF –B – 00, 33, 66, 99, CC, FF