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

Similar documents
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.

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)

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

CSC 121 Computers and Scientific Thinking

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

UNIT II Dynamic HTML and web designing

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

HTML 5.0 KKCC INFO SYSTEMS. K.SrinivasaRao

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

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

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

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013

Tables *Note: Nothing in Volcano!*

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

CSC Web Technologies, Spring HTML Review

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

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

Chapter 1 General HTML

Web Development and Design Foundations with HTML5 8th Edition

Introduction to Computer Science (I1100) Internet. Chapter 7

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

Basic CSS Lecture 17

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

A Brief 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:

Announcements. Paper due this Wednesday

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

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

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

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

By Ryan Stevenson. Guidebook #2 HTML

I-5 Internet Applications

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

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

Creating Web Pages Using HTML

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

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

Building Web Based Application using HTML

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

Advanced Web Programming C2. Basic Web Technologies

Table-Based Web Pages

Web Publishing with HTML

Hyper Text Markup Language HTML: A Tutorial

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

WEB PAGE DESIGN. Structure

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

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

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

Creating and Building Websites

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

Using Dreamweaver CS6

11. HTML5 and Future Web Application

Using Dreamweaver 2 HTML

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

Certified HTML5 Developer VS-1029

Web Development and HTML. Shan-Hung Wu CS, NTHU

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

SilkTest 2009 R2. Rules for Object Recognition

HTML, beyond the basics

Silk Test Object Recognition with the Classic Agent

Website construction: Course overview

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

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

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

HTML/XML. HTML Continued Introduction to CSS

HTML: Parsing Library

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

1.264 Lecture 12. HTML Introduction to FrontPage

CS105 Course Reader Appendix A: HTML Reference

COSC 2206 Internet Tools. CSS Cascading Style Sheets

introduction to XHTML

How the Internet Works

CSS CSS how to display to solve a problem External Style Sheets CSS files CSS Syntax

Selected Sections of Applied Informatics

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

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

CSS. M hiwa ahamad aziz Raparin univercity. 1 Web Design: Lecturer ( m hiwa ahmad aziz)

1. Please, please, please look at the style sheets job aid that I sent to you some time ago in conjunction with this document.

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

COMP1000 Mid-Session Test 2017s1

Basic HTML Lecture 14

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

Programmazione Web a.a. 2017/2018 HTML5

Transcription:

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 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> <dl> <dt> <em> <embed> definition descriptio n definition list definition term emphasis embed object <dl> </dl> <dl> </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 Definition of the term Definition of the term 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="" Name: Email:

size="10"> <center><input type="submit"></center> Query <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 (Internet Explorer) (Internet Explorer) <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 <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=""> (Internet Explorer) <form method=post action="/cgi-

bin/example.cgi"> <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) 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"> Option 1 Option 2 Option 3 Selection 1

Selection 1 <input type="checkbox" name="selection" checked> Selection 2 <input type="checkbox" name="selection"> Selection 3 <input type="" value=""> Selection 2 Selection 3 <menu> <li type="disc">list item 1</li> <li type="circle">list item 2</li> <li type="square">list item 3</li> </MENU> List item 1 o List item 2 List item 3 <li> list item <ol type="i"> i. List item 1 ii. List item 2 iii. List item 3 iv. List item 4 <link> link <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <marquee > (Internet Explorer) <menu> <meta> <meta> scrolling text menu meta meta <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/" > List item 1 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> ordered list <ol> 1. List item 1 2. List item 2 3. List item 3

Numbered Special Start <ol start="5"> Lowercase Letters <ol type="a"> Capital Letters <ol type="a"> Capital Letters Special Start <ol type="a" start="3"> Lowercase Roman Numerals <ol type="i"> Capital Roman Numerals <ol type="i"> 4. List item 4 Numbered Special Start 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 Capital Letters Special Start C. List item 1 D. List item 2 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"> This is an example displaying the use of the paragraph tag. <p align="right"> This is an example displaying the use of the paragraph tag. Example 3: <p align="center"> This is an example displaying the use of the paragraph tag. Attributes: This is an example displaying the use of the paragraph tag. 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> table <table border="4" cellpadding="2" cellspacing="2" width="100%"> <td>column 1</td> <td>column 2</td>

(Internet Explorer) <table border="2" bordercolor="#336699" cellpadding="2" cellspacing="2" width="100%"> <td>column 1</td> <td>column 2</td> Example 3: Row 2 Row 2 Example 3: <table cellpadding="2" cellspacing="2" width="100%"> <td bgcolor="#cccccc">column 1</td> <td bgcolor="#cccccc">column 2</td> <td> table data <table border="2" cellpadding="2" cellspacing="2" width="100%"> <td>column 1</td> <td>column 2</td> <th> table header <div align="center"> <table> <th>column 1</th> <th>column 2</th> <th>column 3</th> <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> 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 <title>title of your HTML page</title> Title of your web page will be viewable in the title bar.

table row <table border="2" cellpadding="2" cellspacing="2" width="100%"> <td>column 1</td> <td>column 2</td> <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> List item 1 List item 2 List item 1 List item 2 o List item 3