HTML Tags Chart. To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page.

Similar documents
Tag Name Code Example Browser View. <!--This can be viewed in the HTML part of a document--> <a href=" Visit Our Site</a>

HTML Tags Chart. To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page.

AMAN Computer Institute. HTML Lesson

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

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

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

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

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

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

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

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

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

A Balanced Introduction to Computer Science, 3/E

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

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

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

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

UNIT II Dynamic HTML and web designing

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

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

Web Development and Design Foundations with HTML5 8th Edition

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013

Web Design Lab. Mrs. AVN College Polytechnic :: Visakhapatnam 1

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

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

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

Tables *Note: Nothing in Volcano!*

Introduction to Computer Science (I1100) Internet. Chapter 7

HTML 5.0 KKCC INFO SYSTEMS. K.SrinivasaRao

CSC Web Technologies, Spring HTML Review

A Brief Introduction to HTML

Announcements. Paper due this Wednesday

COSC 2206 Internet Tools. Brief Survey of HTML and XHTML Document Structure Formatting

Basic CSS Lecture 17

Chapter 1 General HTML

HTML and CSS. Data Technologies. HTML Headings. Background Reading

This text doesnt uses pre tag so doesnt preserves nextline and spaces.. everything will be printed in the same line.

Certified HTML Designer VS-1027

COMPUTER APPLICATIONS 10. HTML - Structural Tags SECTION-B

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

HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list elements. Lists may contain:

Creating Web Pages Using HTML

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

By Ryan Stevenson. Guidebook #2 HTML

I-5 Internet Applications

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

(X)HTML. Internet Engineering. Spring Bahador Bakhshi CE & IT Department, Amirkabir University of Technology

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

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

</HTML> </HEAD> </BODY> </TITLE> </I> </B> </U> </BLINK> </EM> </FONT> </FONT> </CENTER> </H1> </H2> </H3> </P> </BR> --!>

Advanced Web Programming C2. Basic Web Technologies

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

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

Hyper Text Markup Language HTML: A Tutorial

Web Publishing with HTML

WEB PAGE DESIGN. Structure

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 HTML. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

html General principles Karl W Broman Department of Biostatistics Johns Hopkins University Simple is better Look at others source

Building Web Based Application using HTML

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

11. HTML5 and Future Web Application

Creating and Building Websites

Table-Based Web Pages

Certified HTML5 Developer VS-1029

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

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

SilkTest 2009 R2. Rules for Object Recognition

Silk Test Object Recognition with the Classic Agent

HTML: Parsing Library

Using Dreamweaver CS6

COMP1000 Mid-Session Test 2017s1

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

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

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

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

Using Dreamweaver 2 HTML

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

introduction to XHTML

How the Internet Works

1.264 Lecture 12. HTML Introduction to FrontPage

Selected Sections of Applied Informatics

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

A website is a way to present your content to the world, using HTML to present that content and make it look good

Creating Web Pages. Getting Started

CS105 Course Reader Appendix A: HTML Reference

HTML, beyond the basics

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

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

Basic HTML Lecture 14

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Programmazione Web a.a. 2017/2018 HTML5

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

HTML Tables and Forms. Outline. Review. Review. Example Demo/ Walkthrough. CS 418/518 Web Programming Spring Tables to Display Data"

Html basics Course Outline

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

HTML/XML. HTML Continued Introduction to CSS

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

Transcription:

HTML Tags Chart To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page. Tag Name Code Example Browser View <!-- comment <a - anchor <!--This can be viewed in the HTML part of a document--> <a href="http://www.domain.com/"> Visit Our Site</a> Nothing will show Visit Our Site <b> bold <b>example</b> Example <big> big (text) <big>example</big> Example <body> body of HTML document line break <body>the content of your HTML page</body> The contents of your pagethe contents of your page Contents of your web page The contents of your web page The contents of your web page <center> center <center>this will center your contents</center> This will center your contents <dd> <dt> <em> <embed> definition description definition list definition term emphasis embed object </dl> </dl> </dl> This is an <em>example</em> of using the emphasis tag <embed src="yourfile.mid" width="100%" height="60" align="center"> Definition of the term Definition of the term This is an Example of using the emphasis tag <embed> embed object <embed src="yourfile.mid" autostart="true" hidden="false" loop="false"> <noembed><bgsound src="yourfile.mid" loop="1"></noembed> Music will begin playing when your page is loaded and will only play one time. A control panel will be displayed to enable your visitors to stop the music. <font> font <font face="times New Roman">Example</font> Example <font> font <font face="times New Roman" size="4">example</font> Example <font> font <font face="times New Roman" size="+3" color="#ff0000">example</font> Example <form> form <form action="mailto:you@yourdomain.com"> Name: <input name="name" value="" size="10"> Email: <input name="email" value="" size="10"> Name: Email:

<center><input type="submit"></center> <h1> <h2> <h3> <h4> <h5> <h6> heading 1 heading 2 heading 3 heading 4 heading 5 heading 6 <h1>heading 1 Example</h1> <h2>heading 2 Example</h2> <h3>heading 3 Example</h3> <h4>heading 4 Example</h4> <h5>heading 5 Example</h5> <h6>heading 6 Example</h6> <head> heading of HTML document <head>contains elements describing the document</head> Nothing will show <html> hypertext markup language <hr /> <hr width="50%" size="3" /> <hr width="50%" size="3" noshade /> <hr width="75%" color="#ff0000" size="4" /> <hr width="25%" color="#6699ff" size="6" /> <html> <head> <meta> <title>title of your web page</title> </head> <body>html web page contents </body> </html> <i> italic <i>example</i> Example Contents of your web page <img> image <img src="earth.gif" width="41" height="41" border="0" alt="text describing the image" /> <input type="text" size="10" maxlength="30"> <input type="" value=""> <input type="text" style="color: #ffffff; fontfamily: Verdana; font-weight: bold; font-size: 12px; background-color: #72a4d2;" size="10" maxlength="30"> <input type="" value="">

Example 3: <table border="0" cellspacing="0" cellpadding="2"><td bgcolor="#8463ff"><input type="text" size="10" maxlength="30"></td><td bgcolor="#8463ff" valign="middle"> <input type="image" name="submit" src="yourimage.gif"></td> Example 3: Example 4: Example 4: Enter Your Comments: <textarea wrap="virtual" name="comments" rows=3 cols=20 maxlength=100></textarea> <input type="" value=""> <input type="reset" value="clear"> Clear Example 5: <center> <select> <option >option 1</option> <option selected>option 2</option> <option>option 3</option> <option>option 4</option> <option>option 5</option> <option>option 6</option> </select> <input type="" value=""></center> Example 5: Tip) Select an option: option 2 Example 6: Example 6: <input type="radio" name="option"> Option 1 <input type="radio" name="option" checked> Option 2 <input type="radio" name="option"> Option 3 <input type="checkbox" name="selection"> Selection 1 <input type="checkbox" name="selection" checked> Selection 2 <input type="checkbox" name="selection"> Selection 3 <input type="" value=""> Option 1 Option 2 Option 3 Selection 1 Selection 2 Selection 3 <li> list item <menu> <li type="disc">list item 1</li> <li type="circle">list item 2</li> <li type="square">list item 3</li> </MENU> o List item 2 List item 3

<ol type="i"> i. List item 1 ii. List item 2 iii. List item 3 iv. List item 4 <link> <marquee> <menu> <meta> <meta> link scrolling text menu meta meta <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <marquee bgcolor="#cccccc" loop="-1" scrollamount="2" width="100%">example Marquee</marquee> <menu> <li type="disc">list item 1</li> <li type="circle">list item 2</li> <li type="square">list item 3</li> </menu> <meta name="description" content="description of your site"> <meta name="keywords" content="keywords describing your site"> <meta HTTP-EQUIV="Refresh" CONTENT="4;URL=http://www.yourdomain.com/"> o List item 2 List item 3 Nothing will show Nothing will show <meta> meta <meta http-equiv="pragma" content="no-cache"> Nothing will show <meta> meta <meta name="rating" content="general"> Nothing will show <meta> meta <meta name="robots" content="all"> Nothing will show <meta> meta <meta name="robots" content="noindex,follow"> Nothing will show Numbered Numbered <ol> 1. List item 1 2. List item 2 3. List item 3 4. List item 4 Numbered Special Start <ol> ordered list Numbered Special Start <ol start="5"> Lowercase Letters <ol type="a"> Capital Letters 5. List item 1 6. List item 2 7. List item 3 8. List item 4 Lowercase Letters a. List item 1 b. List item 2 c. List item 3 d. List item 4 Capital Letters A. List item 1 B. List item 2 C. List item 3 D. List item 4 <ol type="a"> Capital Letters Special Start C. List item 1 D. List item 2

Capital Letters Special Start <ol type="a" start="3"> Lowercase Roman Numerals <ol type="i"> Capital Roman Numerals <ol type="i"> E. List item 3 F. List item 4 Lowercase Roman Numerals i. List item 1 ii. List item 2 iii. List item 3 iv. List item 4 Capital Roman Numerals I. List item 1 II. List item 2 III. List item 3 IV. List item 4 Capital Roman Numerals Special Start VII. List item 1 VIII. List item 2 IX. List item 3 X. List item 4 Capital Roman Numerals Special Start <ol type="i" start="7"> <option> listbox option <center> <select> <option>option 1</option> <option selected>option 2</option> <option>option 3</option> <option>option 4</option> <option>option 5</option> <option>option 6</option> </select> </center> option 2 This is an example displaying the use of the paragraph tag. <p> This will create a line break and a space between lines. This is an example displaying the use of the paragraph tag. Attributes: This will create a line break and a space between lines. <p> paragraph <p align="left"> <br /> <br /> This is an example displaying the use of the paragraph tag.</p> <p align="right"> This is an example Attributes: This is an example displaying the use of the paragraph tag.

displaying the use of the paragraph tag.</p> <p align="center"> Example 3: This is an example displaying the use of the paragraph tag.</p> This is an example displaying the use of the paragraph tag. Example 3: This is an example displaying the use of the paragraph tag. <small> small (text) <small>example</small> Example <strike> deleted text <strike>example</strike> Example <strong> strong emphasis <strong>example</strong> Example <table border="4" cellpadding="2" cellspacing="2" width="100%"> <table> table <table border="2" bordercolor="#336699" cellpadding="2" cellspacing="2" width="100%"> Example 3: Example 3: <table cellpadding="2" cellspacing="2" width="100%"> <td bgcolor="#cccccc">column 1</td> <td bgcolor="#cccccc">column 2</td> Row 2 Row 2 <td> table data <table border="2" cellpadding="2" cellspacing="2" width="100%"> <th> table header <div align="center"> <table> <th>column 1</th> <th>column 2</th> <th>column 3</th> Column 1 Column 2 Column 3 Row 2 Row 2 Row 2 Row 3 Row 3 Row 3 Row 4 Row 4 Row 4

<title> document title table row <td>row 3</td> <td>row 3</td> <td>row 3</td> <td>row 4</td> <td>row 4</td> <td>row 4</td> </div> <title>title of your HTML page</title> <table border="2" cellpadding="2" cellspacing="2" width="100%"> <tt> teletype <tt>example</tt> Example <u> underline <u>example</u> Example <ul> unordered list <ul> </ul> <ul type="disc"> <ul type="circle"> </ul> </ul> Title of your web page will be viewable in the title bar. List item 2 List item 2 o List item 3 o List item 4