Fairly advanced HTML

Similar documents
HTML5 and CSS3--Images Page 1

Category: Informational August A Proposed Extension to HTML : Client-Side Image Maps

* HTML BASICS * LINKING BY: RIHAM ALSMARI, PNU. Lab 2

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

INFS 2150 / 7150 Intro to Web Development / HTML Programming

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Bok, Jong Soon

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

HTML Element A pair of tags and the content these include are known as an element

Objective % Select and utilize tools to design and develop websites.

HTML Text Formatting. HTML Session 2 2

Creating Web Pages with SeaMonkey Composer

Layout Manager - Toolbar Reference Guide

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

CS105 Course Reader Appendix A: HTML Reference

NAME: Question Points TOTAL 100

CSC 121 Computers and Scientific Thinking

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

WYSIWYG Editor: Users Manual

Certified HTML5 Developer VS-1029

Nauticom NetEditor: A How-to Guide

Developing a Basic Web Page

A Balanced Introduction to Computer Science, 3/E

Chapter 4. Introduction to XHTML: Part 1

CITS1231 Midterm Test (A total of 45 marks)

Image mapping One of the things that mystifies newcomers to the Web is how to

Introducing Web Tables

USQ/CSC2046 Web Publishing

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor.

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

Chapter 5. Introduction to XHTML: Part 2

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

c122jan2714.notebook January 27, 2014

Introduction to FrontPage 2002

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

o Line Breaks </body> </html> This is heading 1 This is some text. This is heading 2 This is some other text. This is heading 2

Certified HTML Designer VS-1027

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element

GRAPHIC WEB DESIGNER PROGRAM

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

APPENDIX THE TOOLBAR. File Functions

Creating Buttons and Pop-up Menus

CMPSCI 120 Fall 2015 Midterm Exam #2 Solution Key Monday, November 16, 2015 Professor William T. Verts

HTML and XHTML 5th Edition

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

HTML. Based mostly on

UNIT II Dynamic HTML and web designing

Tutorial 2 - HTML basics

Creating and Building Websites

Web Development & Design Foundations with XHTML. Chapter 4 Key Concepts

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line

2.1 Origins and Evolution of HTML. 2.3 HTML Document Structure

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

East Tennessee State University Department of Computer and Information Sciences CSCI 1710/Section 001 Web Design I TEST 1 for Fall Semester, 2000

COMP519: Web Programming Lecture 4: HTML (Part 3)

How to create a prototype

Final Exam Study Guide

CSc 337 LECTURE 3: CSS

Dreamweaver Exam Notes Questions

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

OU EDUCATE TRAINING MANUAL

2.1 Origins and Evolution of HTML

Introduction to WEB PROGRAMMING

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts

Thinking About a Personal Database

Introduction to the HTML Editor HTML Editor

CMPSCI 120 Fall 2016 Professor William T. Verts

NAME: Question Points TOTAL 100

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

Running head: WORD 2007 AND FORMATING APA PAPERS 1. A Brief Guide to using Word 2007 to Format Papers in the Publication Style of the American

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 2 Introduction to XHTML

The content editor has two view modes: simple mode and advanced mode. Change the view in the upper-right corner of the content editor.

EECS1012. Net-centric Introduction to Computing. Lecture 3: CSS for Styling

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

DREAMWEAVER QUICK START TABLE OF CONTENT

STD 7 th Paper 1 FA 4

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

Web Publishing Basics I

Microsoft Office PowerPoint 2013 Courses 24 Hours

The Telerik Rad Editor might not be available if you are using a browser other than Internet Explorer or Firefox.

Computer Nashua Public Library Advanced Microsoft Word 2010

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

NETZONE CMS User Guide Copyright Tomahawk

Word Getting Started The Word Window u vw. Microsoft QUICK Source. Creating a New Blank Document. Creating a New Document from a Template

Html basics Course Outline

CSS THE M\SS1NG MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLr Beijing Cambridge Farnham Köln Paris Sebastopol Taipei Tokyo

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

Guidelines for doing the short exercises

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

Transcription:

Fairly advanced HTML

Even more on lists To specify the list marker displayed by the browser, you can use list-style-type: type

Even more on lists To specify the indentation of long list items, use list-style-position: position, where position can be either outside (which is the default), or inside, which does not indent the text running on a second line of an item.

Even more on tables The <caption> tag works only with tables; the tag must be placed within the table structure. The syntax for creating a table caption is <caption align="alignment">caption Text</caption> where alignment indicates the caption s placement and can have a value of bottom which centers the caption below the table, top or center, which center the caption above the table, and left or right, which place the caption above the table to the left or right.

Even more on tables With the frame and rules attributes, you can control how borders and gridlines are applied to the table. The frame attribute allows you to determine which sides of the table will have borders. The syntax for that is: <table frame="type"> </table> where type is one of the types on the next slide.

Even more on tables

Even more on tables The rules attribute lets you control how the table gridlines are drawn. The syntax for that is <table rules="type"> </table> where type is one of the following:

Links within pages To create a link to a specific location in another file, enter the code <a href="file#id">content</a> where file is a the name of the HTML file and id is the id of an element marked within that file.

Linking to an email address Many Web sites use e-mail to allow users to communicate with a site s owner (or a sales representative, technical support staff, etc.) You can turn an e-mail address into a hypertext link, so that when a user clicks on the link, the browser starts an e-mail program and automatically inserts the address into the To field of a new outgoing message.

Linking to an email address The mailto protocol also allows you to add information to the e-mail, including the subject line and the text of the message mailto:address?header1=value1&header2=value2&... To preserve information about blank spaces, URLs use escape characters (not the same as the special characters we looked at before). mailto:brimkov@cs.fredonia.edu?subject=test&body =This%20is%20a%20test%20message

Escape characters

Some new HTML elements The address element indicates contact information. Most browsers display an address element in italicized font, and some browsers right-justify or indent addresses. This is a two-sided tag. The sup element makes superscript text, the sub element makes subscript text. Both are two-sided. <hr> places a horizontal line across the web page. This is a one-sided tag. The blockquote element is used to enclose an extended quotation, which indents it from the left and right and usually justifies it.

Preformatted text The (two-sided) <pre> tag creates preformatted text and retains any spaces or line breaks indicated in the HTML file. Preformatted text is text formatted in ways that HTML would not otherwise recognize. The <pre> tag displays text using a fixed-width font (like courier). By using the <pre> tag, a text table can be displayed, and the columns will retain their alignment.

Preformatted text

Hotspots HTML allows you to divide an image into different hotspots, each linked to a different destination. To define these hotspots, you create an image map that matches a specified region of the inline image to a specific destination.

Hotspots Define a hotspot using its location in the image and its shape. Syntax of the hotspot element: <area shape="shape" coords="coordinates" href="url" alt="text"> Where you fill in values for the shape, coordinates, url, and alt.

Hotspots Two points define a rectangular hotspot: <area shape="rect" coords="200,50,500,250" href="article1.html"> The coordinates are entered as a series of four numbers separated by commas. HTML expects that the first two numbers represent the coordinates for the upper-left corner of the rectangle, and the second two numbers indicate the location of the lower-right corner.

Hotspots A circular hotspot is defined by the location of its center and its radius: <area shape="circle" coords="300,150,50" href="article2.html"> The center of this circle is at (300, 150), and it has a radius of 50 pixels.

Hotspots To create a polygonal hotspot, you enter the coordinates for each vertex in the polygon. <area shape="polygon" coords="13,60,13,270,370,270,370,225,230, 225,230,60" href="article3.html">

Hotspots Once you have created these, you can group them with the map element: <map name="mymap"> <area shape="shape1" coords="coordinates1" href="url1" alt="text1"> <area shape="shape2" coords="coordinates2" href="url2" alt="text2"> </map>

Hotspots Then, add the usemap attribute to the image you are modifying to implement the hotspots: <img src="image.jpg" usemap="#mymap">

Splash screen A splash screen is a web page containing an interesting animation or graphics that introduces a website. It usually only has one link on it which goes to the main page of your website and it usually doesn t have any links leading to it.