RECOMMENDED HTML TAGS

Similar documents
Management Information Systems

CSC 121 Computers and Scientific Thinking

A Brief Introduction to HTML

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

A Balanced Introduction to Computer Science, 3/E

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

Desire2Learn: HTML Basics

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

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

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

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

Fundamentals of Web Technologies. Agenda: HTML Links 5/22/2017. HTML Links - Hyperlinks HTML Lists

c122jan2714.notebook January 27, 2014

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Chapter 4. Introduction to XHTML: Part 1

APPENDIX THE TOOLBAR. File Functions

Comp-206 : Introduction to Software Systems Lecture 22. Alexandre Denault Computer Science McGill University Fall 2006

Web Development and Design Foundations with HTML5 8th Edition

Web Design and Application Development

HTML. Based mostly on

INTRODUCTION TO HTML5! HTML5 Page Structure!

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

PORTAL AUTHOR/PUBLISHER TRAINING WORKBOOK

On a blog, code can mean many things. It can refer to the complicated

HTML Code: Headings HTML Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least

Nauticom NetEditor: A How-to Guide

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions

Working with HTML. must appear at the very beginning of your webpage. starts the first section of your page

HTML Hints & Tips. HTML is short for HyperText Markup Language.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Hyper Text Markup Language

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

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

Introduction to HTML. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

Html basics Course Outline

Learning Basic HTML: Workshop Session One (Prepared by James F. Daugherty, The University of Kansas)

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

Introduction to HTML

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

Lava New Media s CMS. Documentation Page 1

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

Markup Language SGML: Standard Generalized Markup Language. HyperText Markup Language (HTML) extensible Markup Language (XML) TeX LaTeX

This document provides a concise, introductory lesson in HTML formatting.

The McGill Knowledge Base. Last Updated: February 17, 2016

CMS Training. Web Address for Training Common Tasks in the CMS Guide

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

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

Introduction to Computers and Their Applications

University of Hawaii at Hilo WEB AND HTML THE INTERNET MAP ( COURTESY OF WIKIMEDIA COMMONS)

Content Management System User Training

Introduction to Moodle: Creating & Sharing Content

ITL Public School Mid Term examination ( )

HTML and CSS: An Introduction

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself.

Chapter 2 Creating and Editing a Web Page

HTML Tags <A></A> <A HREF=" CNN </A> HREF

Web Publishing Basics I

10. Adding some simple text formatting

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

Announcements. Paper due this Wednesday

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

News Ticker. User Guide

FILE TYPES & SIZES BOOK COVER

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

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

Country Communication Pages

Introduction to FrontPage 2002

By Ryan Stevenson. Guidebook #2 HTML

Layout Manager - Toolbar Reference Guide

Creating Web Pages. Getting Started

To create, upload, share, or view shared files through Google Apps, go to Documents in the black bar above.

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

MLA Format. Example and Formatting Instructions. Prepared by the Clarendon College English Department and Computer Science Department

Additional Support and Disability Advice Centre

By completing this practical, the students will learn how to accomplish the following tasks:

HTML Images - The <img> Tag and the Src Attribute

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

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

16A. Laboratory. First Steps in HTML. Objective. References. Learn some basic HTML concepts. Make a simple web page.

Using the Text Editor Tutorial

c122sep2914.notebook September 29, 2014

Metric Conversion Factors

Setting Up Heading Numbers with a Multilevel List

Introduction to Web Page Designing Using HTML

UNIT II Dynamic HTML and web designing

Zeppelin Website Content Manager User Manual

Dreamweaver MX Overview. Maintaining a Web Site

HTML Text Formatting. HTML Session 2 2

CSE 3. Marking Up with HTML. Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware

COMP519 Web Programming Lecture 3: HTML (HTLM5 Elements: Part 1) Handouts

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

Hyper Text Markup Language

Certified HTML Designer VS-1027

Site Creator User s Guide

In so many ways summary

Certified HTML5 Developer VS-1029

Creating Web Pages Using HTML

ONIX for Books Product Information Message. Application Note: Embedding HTML markup in ONIX 3.0 data elements

Web Publishing with HTML

Transcription:

A P P E N D I X A RECOMMENDED HTML TAGS AND GUIDELINES Overview The HTML required to write articles for the myufl portal is very simple. In fact, you can publish a single paragraph with no formatted text without using any HTML. This document lists the basic HTML tags you can use in the portal and is not meant to be a complete reference guide to HTML. We strongly recommend that you do not use HTML tags other than the ones listed here. Complex HTML does not work well in the portal. Please read the Guidelines and Additional Information section at the end of this document. Objectives This Appendix will show you several ways to format your text using HTML: Change the font style Create a new paragraph or a line break Create a list of items Use special characters Insert links to external Web sites Insert email hyperlink Insert images U NIVERSITY OF F LORIDA RECOMMENDED HTML T AGS AND G UIDELINES A-1

A PPENDIX A M ARCH 2003 Style Tags Bold Use a <b> to begin the bold, and a </b> to end the bold. HTML example: <b>this text is bold.</b> Text appears as: This text is bold. HTML example: This text is <b>bold</b>. Text appears as: This text is bold. Italics Use an <i> to begin the italics, and an </i> to end the italics. Subscript Superscript HTML example: <i>this text is italics.</i> Text appears as: This text is italics. HTML example: This text is <i>italics</i>. Text appears as: This text is italics. Use a <sub> to begin the subscript, and a </sub> to end the subscript. HTML example: <sub>this text is subscript.</sub> Text appears as: This text is subscript. HTML example: This text is <sub>subscript</sub>. Text appears as: This text is subscipt. Use a <sup> to begin the superscript, and a </sup> to end the superscript. HTML example: <sup>this text is superscript.</sup> This text is superscript. Text appears as: HTML example: This text is <sup>superscript</sup>. Text appears as: This text is superscipt. A-2 R ECOMMENDED HTML T AGS AND G UIDELINES UNIVERSITY OF F LORIDA

M ARCH 2003 A PPENDIX A Spacing Text Paragraph This is the most useful tag to know. You only need to put a <p> between the end of one paragraph and the beginning of the next paragraph. Unlike style tags, you do not need both a beginning and ending tag (e.g., <b> and </b>). You can enter the text with or without a hard return but you need the <p> regardless. HTML example: Although this article is written without any spacing, it will appear in the portal as two separate paragraphs if you use the paragraph tag. This tag is commonly referred to as the p tag.<p> When you have long articles you definitely need the p tag. If you only learn one HTML tag, this is the one to learn! Text appears as: Although this article is written without any spacing, it will appear in the portal as two separate paragraphs if you use the paragraph tag. This tag is commonly referred to as the p tag. When you have long articles you definitely need the p tag. If you only learn one HTML tag, this is the one to learn! Line Break This is used for setting a line break when you do not want a new paragraph, and most commonly used for contact information. Like the paragraph tag, you only need to use a single <br>. You can type the text with or without a hard return as long as you put the break tag between the end of one line and beginning of another line. HTML example: Dr. John Q. Scholar<br>11111 University Hall <br>gainesville, FL 32611<br>Phone: 352-999-9999 Text appears as: Dr. John Q. Scholar 11111 University Hall Gainesville, FL 32611 Phone: 352-999-9999 Non-breaking Space This is used for extra spacing between words or indenting text. The tag equals one non-breaking space. The semicolon at the end of the tag is required. HTML example: John Q. Scholar 352-999-9999 Text appears as: John Q. Scholar 352-999-9999 U NIVERSITY OF F LORIDA RECOMMENDED HTML T AGS AND G UIDELINES A-3

A PPENDIX A M ARCH 2003 List Tags Un-ordered List Items will be marked with bullets, typically small black circles. HTML example: <ul> <li>portal March 2003</li> <li>reporting August 2004</li> <li>finance July 2004</li> <li>human Resources July 2004</li> <li>student Admin 2005-2006</li> </ul> Text appears as: Portal March 2003 Reporting August 2004 Finance July 2004 Human Resources July 2004 Student Admin 2005-2006 Ordered list Items will be marked with numbers in order. HTML example: <ol> <li>portal March 2003</li> <li>reporting August 2004</li> <li>finance July 2004</li> <li>human Resources July 2004</li> <li>student Admin 2005</li> </ol> Text appears as: 1. Portal March 2003 2. Reporting August 2004 3. Finance July 2004 4. Human Resources July 2004 5. Student Admin 2005 A-4 R ECOMMENDED HTML T AGS AND G UIDELINES UNIVERSITY OF F LORIDA

M ARCH 2003 A PPENDIX A Links Web sites or documents Used for creating a clickable link (hyperlink) to another Web document or Web page. Inside the myufl portal, you must use the target=_blank attribute to open an external window. Using the target attribute to open another Web browser window allows your readers to maintain their place in myufl. The first part is the URL location (i.e., Web address) and the second part is the clickable text you want to appear. HTML example: Visit the <a href=http://www.ufl.edu/ target= _blank > UF Web site</a>! Text appears as: Visit the UF Web site! (Clicking on the underline link takes you directly to UF Web page in a new browser window.) Email Used for creating an imbedded email link. Readers can click on this link to send an email to the address you provide. The first part is the mailto: address and the second part is the clickable text you want to appear. The text may be a word or the actual email address repeated (without the mailto:). HTML example: Email <a href= mailto:myufl@ufl.edu >myufl</a> for help. Text appears as: Email myufl for help. Images The image tag allows images to be displayed in the article. To display an image, you need to use the src attribute and provide the URL location of the image. The image needs to be stored on your Web server. The portal will not provide storage space for images included in your published myufl articles. The browser will display the image where the tag appears in the html. You should use this tag sparingly. Images may require substantial time to load. U NIVERSITY OF F LORIDA RECOMMENDED HTML T AGS AND G UIDELINES A-5

A PPENDIX A M ARCH 2003 Special Characters Character entities In order to display special characters in the portal, you must use the following HTML tags. The table below has the most common character entities and others may be found at http://www.w3schools.com/html/html_entitiesref.asp. HTML example: UF&#39;s Research & Development expenditures > $350M. Text appears as: UF s Research & Development expenditures > $350M. Result Description HTML & ampersand & " quotation mark " ' apostrophe &#39; < less than < > greater than > multiplication division cent copyright registered trademark A-6 R ECOMMENDED HTML T AGS AND G UIDELINES UNIVERSITY OF F LORIDA