HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

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

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

CSC 121 Computers and Scientific Thinking

A Balanced Introduction to Computer Science, 3/E

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

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

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

Certified HTML Designer VS-1027

Html basics Course Outline

Certified HTML5 Developer VS-1029

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

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

HTML: Parsing Library

UNIT II Dynamic HTML and web designing

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

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

HTML & XHTML Tag Quick Reference

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

11. HTML5 and Future Web Application

Web Development and Design Foundations with HTML5 8th Edition

Announcements. Paper due this Wednesday

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

I-5 Internet Applications

Index. CSS directive, # (octothorpe), intrapage links, 26

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Building Web Based Application using HTML

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Chapter 4. Introduction to XHTML: Part 1

Programmazione Web a.a. 2017/2018 HTML5

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

Part 1: HTML Language HyperText Make-up Language

Management Information Systems

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

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

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

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

HTML: Parsing Library

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

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax:

1.264 Lecture 12. HTML Introduction to FrontPage

A Brief Introduction to HTML

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

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

Advanced Web Programming C2. Basic Web Technologies

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

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

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

Go.Web Style Guide. Oct. 16, Hackensack Ave Hackensack, NJ GoAmerica, Inc. All rights reserved.

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

2.1 Origins and Evolution of HTML

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

introduction to XHTML

CSC Web Programming. Introduction to HTML

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

ITNP43: HTML Lecture 3

IMY 110 Theme 7 HTML Tables

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

LING 408/508: Computational Techniques for Linguists. Lecture 14

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML

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

Name Related Elements Type Default Depr. DTD Comment

HTMLnotesS15.notebook. January 25, 2015

Introduction to Computer Science (I1100) Internet. Chapter 7

Introduction to using HTML to design webpages

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

Website Development with HTML5, CSS and Bootstrap

Summary 4/5. (contains info about the html)

Deccansoft Software Services

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

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

ITNP43: HTML Lecture 4

Hyper Text Markup Language HTML: A Tutorial

By Ryan Stevenson. Guidebook #2 HTML

Fundamentals: Client/Server

Web Publishing Basics I

HTML and CSS COURSE SYLLABUS

Table-Based Web Pages

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

Creating Web Pages Using HTML

Chapter 5. Introduction to XHTML: Part 2

HTML. Based mostly on

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

Introduction to WEB PROGRAMMING

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

Module 2 (VII): CSS [Part 4]

Introduction to Computer Science (I1100) Internet. Chapter 7

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

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

CS105 Course Reader Appendix A: HTML Reference

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

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I

@namespace url( /* set default namespace to HTML */ /* bidi */

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

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

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

2.1 Origins and Evolution of HTML

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

Transcription:

HTML BEGINNING TAGS HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> Structure tags: Tags used to give structure to the document. <html> <head> <meta> <title> <link> <body> Text tags: These block level elements are always formatted with a line break before and after the element. <blockquote> <h1> thought <h6> <div> <li> <p> Text tags: Inline styles affect the appearance of text. Inline means they can be applied to a string of characters within a block element without line breaks. <b> <big> <cite> <code> <em> <font> (deprecated) <i> <kbd> <pre> <small> <span> <strong> <sub> <sup>

List tags: <dl> <dd> <dt> <li> Spacing and positioning tags give authors control over the line breaks, alignment, and spacing within an HTML document. <br /> <center> <pre> <table> (<tr>, <td>) Linking tags are used to create links from one document to another. <a> <link> (typically used for linking style sheets) <map> Table tags are used to create and format tables. <table> <tr> <td> Frame tags <frame> <frameset> <noframes> Form tags are used to define forms and their elements. <button> <form> <input> (type=button checkebox hidden radio submit text) <textarea> <select> Logical or content based styles describe the enclosed text s meaning/content and leave rendering of tag to the browser. <cite> <code> <div> <em> <kbd> <span> <strong>

1. Background color tag: <body bgcolor="#ffffff"> </body> or use 16 reserve words such as: <body bgcolor= red"> </body> <body background="backgroundphoto.jpeg" bgcolor="#ffffff" text="000000" link="blue" vlink="black" alink="red"> </body> background sets the background image bgcolor sets the background color text sets the text color Link sets the color of hyperlinks Vlink sets the color of visited links Alink sets the color of active links Note: It is preferable to set style attributes using style sheets 2. Title tag: <title>this text will display at the top of the screen and be used for bookmarks or favorites</title> 3. Header Tag (range in size from 1 largest to 6 smallest) <h1>this text will be a main heading</h1> <h2>this text is a level 2 sub heading</2> 4. Center Tag (Deprecated tags and attributes that have been replaced by other, newer, HTML constructs but they are still often used.): <center>this text will be put in the center of the screen</center> 5. Bold Tag: <b>this text will be bold</b> 6. Fonts (Deprecated tags and attributes that have been replaced by other, newer, HTML constructs but they are still often used.) Font size: <font size= 4 >Hello, this text will display as font size 4</font> Font color :< font color ="red">hello, this text will display as color red</font> Font Face: <font face="arial">hello, this text will display as a font face of Aria</font> 7. Combine attributes: <font size= 4 color ="red" face="arial">hello, this text will display as size 4, the color red, and with an Arial font face</font> 8. Horizontal Rule: <hr /> Horizontal rule with styles set: <hr style="width: 350px; border color:#cccccc; border style: ridge" /> 9. Paragraph tag: <p></p> 10. Line Break tag: <br />

11. Ordered List: <li>topic 1</li> <li>topic 2</li> <li>topic 3</li> 12. Unordered List: <li>topic 1</li> <li>topic 2</li> <li>topic 3</li> </ul> 13. Nested ordered and unordered lists: <li> Topic 1</li> <li>subtopic 1</li> <li>subtopic 1a</li> <li>subtopic 1b</li> <li>subtopic 2</li> </ul> <li> Topic 2</li> <li> Topic 3</li> 14. Anchor tag or "link to" tag: <a href = "URL/filename">Visible text on Web Page</a> <a href = "http://www.duq.edu">visible text on Web Page</a> 15. Anchor tag or "link to" tag is used in conjunction with one another, the name and anchor tags allow you to link to specific sections within a document. <a href = " URL/filename#sectionTitle">Link to a specific section of a Web page</a> <a name="topica"> 16. Mail to: <a href ="mailto:email address">your Name</a> Example: <a href="mailto:gibbsw@duq.edu">bill Gibbs</a>

17. Image tag: <img src ="filename.gif" width= 25 height= 46 alt= the text will show up if the image does not display /> 18. Span tag: <span style="font family: Verdana; font size: 15px"> Text between the beginning and ending span tag will be set to Verdana with a font size of 15 PX. </span> 19. Div tag: <div align="center">this text will be centered on the screen. </div> 20. Tables (the table below has three cells/columns and one row): <Table border = 1 cellspacing= 25 cellpadding= 25 > <tr> <td>cell one</td> <td>cell two</td> <td>cell three</td> </tr> </table> 21. Add emphasis : <em> William J. Gibbs, 2003</em> 22. Copyright symbol : 23. Non breaking space : 24. Comments: <! Items between the beginning and ending comment tags do not appear on the Web page. >