HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and basic page structure using the html, head, title, and body elements. The document also provides instructions on editing HTML files, publishing web pages on a server, and introduces common HTML tags for formatting text and creating lists and links.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and paired tags used to markup different parts of a page. The document provides instructions on editing HTML files, publishing web pages on a server, and defines common HTML terms. It also demonstrates how to code basic HTML elements and structures like paragraphs, headings, lists, and hyperlinks.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML tags that can be used to markup different elements of a page, such as headings, paragraphs, lists, and formatting. The document also provides instructions for editing HTML files, publishing web pages on a server, and examples of basic HTML code structure and tags.
HTML and Web Pages discusses HTML, the language that drives web pages. It describes HTML elements like tags, attributes, and basic page structure using the html, head, title, and body elements. The document also provides instructions on editing HTML files, publishing web pages on a server, and introduces common HTML tags for formatting text and creating lists and links.
This document provides an introduction to HTML, including how to create basic HTML documents and use common HTML tags. It explains that HTML documents have a structure with <html>, <head>, and <body> tags. The <head> contains the <title> while the <body> holds visible content. It also describes important HTML attributes like id, title, class, and style that can be used on most tags. Meta tags are discussed for adding metadata to pages.
This document provides an introduction to HTML, including how to create a basic HTML document, the structure of an HTML document, common HTML tags, and metadata tags. It explains that an HTML document contains <html>, <head>, and <body> tags and describes what each tag is used for. It also lists some common tags like <title>, <p>, and <h1> and explains how to open a basic HTML file in a text editor and web browser to view it. Finally, it discusses HTML meta tags which can provide metadata about the document.
This document provides an introduction to HTML, including how to create basic HTML documents and common HTML tags. It explains that HTML documents have a basic structure of <html>, <head>, and <body> tags. The <head> contains metadata like the <title>. The <body> contains visible page content. It also describes some core HTML attributes like id, title, class, and style that can be used on most tags. Meta tags are explained as a way to provide metadata about documents.
This document provides an introduction to HTML (Hypertext Markup Language) and describes the basic structure and tags used in an HTML document. It explains that HTML documents use markup tags to define headings, paragraphs, lists and other elements. The key tags are <html> to define an HTML document, <head> for page header info like the <title>, and <body> for the visible page content. It provides examples of basic HTML documents and describes common tags like <p> for paragraphs and <h1> for headings.
HTML (Hypertext Markup Language) is used to create web pages. It uses tags to define headings, paragraphs, lists, links and other elements. Some key HTML tags are <html> <head> <title> <body> <h1>-<h6> <p> <ul> <ol> <li> <a> <img>. HTML pages can be written using a basic text editor and have the .html file extension. The browser interprets the HTML tags to display the structured page content.
The document provides an overview of HTML (Hypertext Markup Language) including that it is a markup language used to define elements in a web page using tags, describes common HTML tags for headings, paragraphs, lists, links, and tables, and covers basic HTML page structure and syntax such as the <html>, <head>, <body> tags.
The document provides information about HTML (Hypertext Markup Language). It discusses that HTML is the standard markup language used to create web pages. It consists of elements that tell browsers how to display content. The document also describes common HTML tags like headings, paragraphs, links, lists, and attributes that can provide additional information to elements. It explains the structure of an HTML document and provides examples of basic HTML code.
This document provides an introduction to HTML and how to create basic HTML documents. It covers topics such as what HTML is, the basic structure and tags used in HTML documents, how to add text formatting, images, links and change colors. It also describes how to view HTML files locally in a browser and edit them using a text editor. Relative file paths are demonstrated for linking to other files within the same folder or other folders.
This document provides an introduction and overview of HTML (Hypertext Markup Language) for a 1999 Asian Women's Network training workshop. It covers basic HTML tags and document structure, how to create and view HTML files, adding text formatting, lists, images, links, and color customization. The document includes examples of HTML tags and attributes for headings, paragraphs, line breaks, emphasis, lists, images, links, setting colors, and specifying relative file paths for images and links.
This document provides an introduction and overview of HTML and related web technologies. It begins with an explanation of the internet and World Wide Web, then defines key concepts like URLs, DNS, IP addresses, and HTTP. It proceeds to explain the difference between server-side and client-side coding. The document then covers the basic structure of an HTML document using tags like <html>, <head>, and <body>. It defines common text-level, structural, and media tags. Finally, it discusses relative vs. absolute links and the default styling applied by browsers.
Vskills certified html5 developer Notes covers the following topics.
HTML5
Introduction
History
HTML Versions
HTML5 Enhancements
Elements, Tags and Attributes
Head and body tags
HTML Editor
Create a web page
Viewing the Source
White Space and Flow
HTML Comments
HTML Meta Tags
HTML Attributes
XHTML First Line
DTD (Document Type Declaration)
HTML5 new Doctype and Charset
Special Characters
Capitalization
Quotations
Nesting
Spacing and Breaks
HTML5 Global attributes
http://www.vskills.in/certification/Web-Development/Certified-HTML5-Developer
This document provides an introduction to HTML and instructions for creating basic HTML documents. It covers topics such as getting started with HTML, the basic structure and tags used in HTML documents, how to add text formatting, images, links and color styling. The document also demonstrates how to specify relative file paths for links and images and describes how to view and edit HTML files using a text editor and web browser.
HTML was developed to define document structure like headings, paragraphs, and lists to share scientific information. It is now widely used to format web pages using tags. HTML is important for web development careers and skills like creating websites, becoming a web designer, optimizing website speed and performance, and understanding other languages like JavaScript and PHP. The basics of HTML include tags for headings, paragraphs, line breaks, centering content, and inserting horizontal rules. Attributes provide characteristics for elements, and common attributes are ID, title, class, and style. Formatting can be applied using bold, italics, underline, and other tags.
HTML was originally developed to define the structure of scientific documents and is now widely used to format web pages. It is important for students and professionals to learn HTML to create websites, become a web designer, understand how websites work, and learn other languages like JavaScript. HTML uses tags like <html>, <head>, <body>, <p>, and <h1> to define headings, paragraphs and other elements. Attributes provide additional information about elements, and core attributes like id, title, class and style can be used on most elements. Formatting tags like <b>, <i> and <strong> change the appearance of text. Comments starting with <!-- and ending with --> allow adding notes to code.
The document provides an introduction to HTML (Hypertext Markup Language) including:
- HTML is a markup language used to define the structure and layout of web pages.
- HTML uses tags to annotate text with semantic meaning like headings, paragraphs, links, and images.
- The browser displays the HTML tags but does not show them, using them to interpret and display the content.
The document provides information about HTML (Hypertext Markup Language) including:
1. The structure of an HTML document includes a head and body section. The head contains metadata and the body contains the visible page content.
2. Basic HTML tags are used to structure and format text like headings, paragraphs, lists, links, and images. Attributes customize elements.
3. Tables, frames, forms, and image maps allow more advanced page layout and user input. Attributes further define elements.
This document provides an introduction to HTML and teaches the basics of creating web pages using HTML. It explains key HTML elements and tags like <html>, <body>, <h1>, <p>, and <img> and how they are used to structure an HTML document and define headings, paragraphs, links and images. The document also covers HTML attributes, headings from <h1> to <h6>, empty elements like <br>, and the importance of properly opening and closing all HTML tags.
HTML is the standard markup language used to create web pages. It provides a structure and layout for text, images, and other content. The document explains the basic components of an HTML page, including the <head> and <body> tags, common text formatting tags, links, lists, and tables. It recommends learning HTML tags through online resources or by examining the source code of existing web pages, and emphasizes starting simply with tags like <head>, <title>, <h2>, and <p>.
This document provides an introduction to HTML, including how to create a basic HTML document, the structure of an HTML document, common HTML tags, and metadata tags. It explains that an HTML document contains <html>, <head>, and <body> tags and describes what each tag is used for. It also lists some common tags like <title>, <p>, and <h1> and explains how to open a basic HTML file in a text editor and web browser to view it. Finally, it discusses HTML meta tags which can provide metadata about the document.
This document provides an introduction to HTML, including how to create basic HTML documents and common HTML tags. It explains that HTML documents have a basic structure of <html>, <head>, and <body> tags. The <head> contains metadata like the <title>. The <body> contains visible page content. It also describes some core HTML attributes like id, title, class, and style that can be used on most tags. Meta tags are explained as a way to provide metadata about documents.
This document provides an introduction to HTML (Hypertext Markup Language) and describes the basic structure and tags used in an HTML document. It explains that HTML documents use markup tags to define headings, paragraphs, lists and other elements. The key tags are <html> to define an HTML document, <head> for page header info like the <title>, and <body> for the visible page content. It provides examples of basic HTML documents and describes common tags like <p> for paragraphs and <h1> for headings.
HTML (Hypertext Markup Language) is used to create web pages. It uses tags to define headings, paragraphs, lists, links and other elements. Some key HTML tags are <html> <head> <title> <body> <h1>-<h6> <p> <ul> <ol> <li> <a> <img>. HTML pages can be written using a basic text editor and have the .html file extension. The browser interprets the HTML tags to display the structured page content.
The document provides an overview of HTML (Hypertext Markup Language) including that it is a markup language used to define elements in a web page using tags, describes common HTML tags for headings, paragraphs, lists, links, and tables, and covers basic HTML page structure and syntax such as the <html>, <head>, <body> tags.
The document provides information about HTML (Hypertext Markup Language). It discusses that HTML is the standard markup language used to create web pages. It consists of elements that tell browsers how to display content. The document also describes common HTML tags like headings, paragraphs, links, lists, and attributes that can provide additional information to elements. It explains the structure of an HTML document and provides examples of basic HTML code.
This document provides an introduction to HTML and how to create basic HTML documents. It covers topics such as what HTML is, the basic structure and tags used in HTML documents, how to add text formatting, images, links and change colors. It also describes how to view HTML files locally in a browser and edit them using a text editor. Relative file paths are demonstrated for linking to other files within the same folder or other folders.
This document provides an introduction and overview of HTML (Hypertext Markup Language) for a 1999 Asian Women's Network training workshop. It covers basic HTML tags and document structure, how to create and view HTML files, adding text formatting, lists, images, links, and color customization. The document includes examples of HTML tags and attributes for headings, paragraphs, line breaks, emphasis, lists, images, links, setting colors, and specifying relative file paths for images and links.
This document provides an introduction and overview of HTML and related web technologies. It begins with an explanation of the internet and World Wide Web, then defines key concepts like URLs, DNS, IP addresses, and HTTP. It proceeds to explain the difference between server-side and client-side coding. The document then covers the basic structure of an HTML document using tags like <html>, <head>, and <body>. It defines common text-level, structural, and media tags. Finally, it discusses relative vs. absolute links and the default styling applied by browsers.
Vskills certified html5 developer Notes covers the following topics.
HTML5
Introduction
History
HTML Versions
HTML5 Enhancements
Elements, Tags and Attributes
Head and body tags
HTML Editor
Create a web page
Viewing the Source
White Space and Flow
HTML Comments
HTML Meta Tags
HTML Attributes
XHTML First Line
DTD (Document Type Declaration)
HTML5 new Doctype and Charset
Special Characters
Capitalization
Quotations
Nesting
Spacing and Breaks
HTML5 Global attributes
http://www.vskills.in/certification/Web-Development/Certified-HTML5-Developer
This document provides an introduction to HTML and instructions for creating basic HTML documents. It covers topics such as getting started with HTML, the basic structure and tags used in HTML documents, how to add text formatting, images, links and color styling. The document also demonstrates how to specify relative file paths for links and images and describes how to view and edit HTML files using a text editor and web browser.
HTML was developed to define document structure like headings, paragraphs, and lists to share scientific information. It is now widely used to format web pages using tags. HTML is important for web development careers and skills like creating websites, becoming a web designer, optimizing website speed and performance, and understanding other languages like JavaScript and PHP. The basics of HTML include tags for headings, paragraphs, line breaks, centering content, and inserting horizontal rules. Attributes provide characteristics for elements, and common attributes are ID, title, class, and style. Formatting can be applied using bold, italics, underline, and other tags.
HTML was originally developed to define the structure of scientific documents and is now widely used to format web pages. It is important for students and professionals to learn HTML to create websites, become a web designer, understand how websites work, and learn other languages like JavaScript. HTML uses tags like <html>, <head>, <body>, <p>, and <h1> to define headings, paragraphs and other elements. Attributes provide additional information about elements, and core attributes like id, title, class and style can be used on most elements. Formatting tags like <b>, <i> and <strong> change the appearance of text. Comments starting with <!-- and ending with --> allow adding notes to code.
The document provides an introduction to HTML (Hypertext Markup Language) including:
- HTML is a markup language used to define the structure and layout of web pages.
- HTML uses tags to annotate text with semantic meaning like headings, paragraphs, links, and images.
- The browser displays the HTML tags but does not show them, using them to interpret and display the content.
The document provides information about HTML (Hypertext Markup Language) including:
1. The structure of an HTML document includes a head and body section. The head contains metadata and the body contains the visible page content.
2. Basic HTML tags are used to structure and format text like headings, paragraphs, lists, links, and images. Attributes customize elements.
3. Tables, frames, forms, and image maps allow more advanced page layout and user input. Attributes further define elements.
This document provides an introduction to HTML and teaches the basics of creating web pages using HTML. It explains key HTML elements and tags like <html>, <body>, <h1>, <p>, and <img> and how they are used to structure an HTML document and define headings, paragraphs, links and images. The document also covers HTML attributes, headings from <h1> to <h6>, empty elements like <br>, and the importance of properly opening and closing all HTML tags.
HTML is the standard markup language used to create web pages. It provides a structure and layout for text, images, and other content. The document explains the basic components of an HTML page, including the <head> and <body> tags, common text formatting tags, links, lists, and tables. It recommends learning HTML tags through online resources or by examining the source code of existing web pages, and emphasizes starting simply with tags like <head>, <title>, <h2>, and <p>.
Follow this step-by-step guide to activate and configure your Frontier Unlimited Internet. Get expert setup tips from a reliable Internet service Provider and responsive Frontier Customer Service.
5 Reasons cheap WordPress hosting is costing you more | Reversed OutReversed Out Creative
Cheap WordPress hosting may seem budget-friendly, but it often comes with hidden costs like poor performance, security risks, and limited support. This article breaks down the true impact of low-cost hosting and why investing wisely can benefit your website in the long run.
文凭(UMA毕业证书)马拉加大学毕业证成绩单制作案例【q微1954292140】马拉加大学offer/学位证、留信官方学历认证(永久存档真实可查)采用学校原版纸张、特殊工艺完全按照原版一比一制作【q微1954292140】Buy Universidad de Málaga Diploma购买美国毕业证,购买英国毕业证,购买澳洲毕业证,购买加拿大毕业证,以及德国毕业证,购买法国毕业证(q微1954292140)购买荷兰毕业证、购买瑞士毕业证、购买日本毕业证、购买韩国毕业证、购买新西兰毕业证、购买新加坡毕业证、购买西班牙毕业证、购买马来西亚毕业证等。包括了本科毕业证,硕士毕业证。
【办理马拉加大学成绩单Buy Universidad de Málaga Transcripts】
购买日韩成绩单、英国大学成绩单、美国大学成绩单、澳洲大学成绩单、加拿大大学成绩单(q微1954292140)新加坡大学成绩单、新西兰大学成绩单、爱尔兰成绩单、西班牙成绩单、德国成绩单。成绩单的意义主要体现在证明学习能力、评估学术背景、展示综合素质、提高录取率,以及是作为留信认证申请材料的一部分。
马拉加大学成绩单能够体现您的的学习能力,包括马拉加大学课程成绩、专业能力、研究能力。(q微1954292140)具体来说,成绩报告单通常包含学生的学习技能与习惯、各科成绩以及老师评语等部分,因此,成绩单不仅是学生学术能力的证明,也是评估学生是否适合某个教育项目的重要依据!
Buy Universidad de Málaga Diploma《正式成绩单论文没过》有文凭却得不到认证。又该怎么办???西班牙毕业证购买,西班牙文凭购买,【q微1954292140】西班牙文凭购买,西班牙文凭定制,西班牙文凭补办。专业在线定制西班牙大学文凭,定做西班牙本科文凭,【q微1954292140】复制西班牙Universidad de Málaga completion letter。在线快速补办西班牙本科毕业证、硕士文凭证书,购买西班牙学位证、马拉加大学Offer,西班牙大学文凭在线购买。
特殊原因导致无法毕业,也可以联系我们帮您办理相关材料:
1:在马拉加大学挂科了,不想读了,成绩不理想怎么办?
2:打算回国了,找工作的时候,需要提供认证《UMA成绩单购买办理马拉加大学毕业证书范本》
购买日韩毕业证、英国大学毕业证、美国大学毕业证、澳洲大学毕业证、加拿大大学毕业证(q微1954292140)新加坡大学毕业证、新西兰大学毕业证、爱尔兰毕业证、西班牙毕业证、德国毕业证,回国证明,留信网认证,留信认证办理,学历认证。从而完成就业。马拉加大学毕业证办理,马拉加大学文凭办理,马拉加大学成绩单办理和真实留信认证、留服认证、马拉加大学学历认证。学院文凭定制,马拉加大学原版文凭补办,成绩单详解细节,扫描件文凭定做,100%文凭复刻。
主营项目:
1、真实教育部国外学历学位认证《西班牙毕业文凭证书快速办理马拉加大学学位证和毕业证的区别》【q微1954292140】《论文没过马拉加大学正式成绩单》,教育部存档,教育部留服网站100%可查.
2、办理UMA毕业证,改成绩单《UMA毕业证明办理马拉加大学学历认证失败怎么办》【Q/WeChat:1954292140】Buy Universidad de Málaga Certificates《正式成绩单论文没过》,马拉加大学Offer、在读证明、学生卡、信封、证明信等全套材料,从防伪到印刷,从水印到钢印烫金,高精仿度跟学校原版100%相同.
3、真实使馆认证(即留学人员回国证明),使馆存档可通过大使馆查询确认.
4、留信网认证,国家专业人才认证中心颁发入库证书,留信网存档可查.
西班牙马拉加大学毕业证(UMA毕业证书)UMA文凭【q微1954292140】高仿真还原西班牙文凭证书和外壳,定制西班牙马拉加大学成绩单和信封。学历认证失败怎么办UMA毕业证【q微1954292140】毕业证工艺详解马拉加大学offer/学位证文凭一模一样、留信官方学历认证(永久存档真实可查)采用学校原版纸张、特殊工艺完全按照原版一比一制作。帮你解决马拉加大学学历学位认证难题。
帮您解决在西班牙马拉加大学未毕业难题(Universidad de Málaga)文凭购买、毕业证购买、大学文凭购买、大学毕业证购买、买文凭、日韩文凭、英国大学文凭、美国大学文凭、澳洲大学文凭、加拿大大学文凭(q微1954292140)新加坡大学文凭、新西兰大学文凭、爱尔兰文凭、西班牙文凭、德国文凭、教育部认证,买毕业证,毕业证购买,买大学文凭,【q微1954292140】学位证1:1完美还原海外各大学毕业材料上的工艺:水印,阴影底纹,钢印LOGO烫金烫银,LOGO烫金烫银复合重叠。文字图案浮雕、激光镭射、紫外荧光、温感、复印防伪等防伪工艺。《马拉加大学2025年新版毕业证书西班牙毕业证书办理UMA录取通知书》
How to Make Money as a Cam Model – Tips, Tools & Real TalkCam Sites Expert
Want to turn your charm, confidence, and camera into a real source of income? This presentation reveals everything you need to know about making money as a cam model — whether you're just starting out or looking to boost your earnings. From choosing the right platform, building your fanbase, and setting up your cam space, to marketing yourself and creating passive income with clips, this guide covers it all. I’ll also share real-world insights from my experience on CamsRating.com. No BS — just proven tips, smart tools, and sexy strategies to get paid doing what you love.
Cloud VPS Provider in India: The Best Hosting Solution for Your BusinessDanaJohnson510230
HeroXhost is a leading Cloud VPS provider in India offering powerful hosting solutions with SSD storage, high-speed performance, and 24/7 support. It provides flexible pricing plans suitable for startups, enterprises, and developers.
Essential Tech Stack for Effective Shopify Dropshipping Integration.pdfCartCoders
Looking to connect AliExpress or other platforms with your Shopify store? Our Shopify Dropshipping Integration service helps automate orders, manage inventory, and improve delivery time. Start syncing your suppliers and scale your dropshipping business.
2. HTML?
HTML is not a programming language
A type of SGML (standard generalized
markup language)
HTML uses paired tags to markup different
elements of a page
We will discuss XHTML later.
Language that drives web pages in WWW
It is where we will start the semester
3. Editing Your HTML File
Try not to use Notepad use EditPlus
instead
WYSIWYG editor, like FrontPage
PHP Designer or HTMLGateFree
Familiarize with the mechanics
Without using WISIWYG like Frontpage
Understand the coding behind web pages
Provides you the knowledge to make
changes
4. Publish at marqone.busadm.mu.edu
We’ll publish on the server designated for the
class
Using an FTP server like Filezilla
The server also have a file transfer program
but Filezilla is easier to use
5. Words to remember
Tag
Used to specify special regions to the web
browser. Tags look like this: <tag>
Element
A complete tag, having an opening <tag> and
a closing <tag>.
Attribute
Used to modify the value of the HTML
element. Elements will often have multiple
attributes.
6. Element?
An element consists of three basic parts: an
opening tag, the element's content, and
finally, a closing tag.
<p> - opening paragraph tag
Element Content - paragraph content
</p> - closing tag
Every webpage contains four basic
elements. The html, head, title, and body
elements.
7. More elements
<html> begins and ends each and every web
page.
The <head> element comes next.
Tags placed within the head element are not
directly displayed by browsers.
Place the <title> tag within the <head>
element to title your page. The title will be
displayed at the top of a viewer's browser.
The <body> element is where all content is
placed. Paragraphs, pictures, tables, etc.
8. A Simple HTML File – ex1.html
<html>
<head>
<title>A Simple HTML Example</title>
</head>
<body>
HTML is Easy To Learn</H1>
Welcome to the world of HTML.
</body>
</html>
9. Exercise – ex1.html
Using Filezilla – open
marqone.busadm.mu.edu
Enter user name and password
mkdir – “exercise”
Go into the exercise directory
create ex1.html with HTMLGateFree
Test it before you download to the “server”
Download and test
https://marqone.busadm.mu.edu/~user/exercise/ex1.html
10. Tags
Tags are embedded commands within a
document that communicate to the browser.
<opening tag> Content </closing tag>
Any number of white-spaces are compressed
into a single one
Examples of Tags
<p>Paragraph Tag</p>
<h2>Heading Tag</h2>
<b>Bold Tag</b> or <strong> Bold Tag </strong>
<i>Italic Tag</i> or <em> Italic Tag </i>
11. More HTML tags
Tags Without Closing Tags
They still have the 3 basic parts
(opening/closing and content).
do not require a formal </closingtag>
Examples:
<img src="mypic.jpg" /> -- Image Tag
<br /> -- Line Break Tag
<input type="text" size="12" /> -- Input Field
14. Lists - numbered
Numbered Lists that
starts with 4:
<OL start="4">
<LI> oranges </LI>
<LI> peaches </LI>
<LI> grapes </LI>
</OL>
Numbered Lists with
different ordering:
<OL type="a">
<LI> oranges </LI>
<LI> peaches </LI>
<LI> grapes </LI>
</OL>
type="a": a, b, c
type="A": A, B, C
type="i": i, ii, iii
type="I": I, II, III
15. Lists
TIPS
Use the start and type attributes to customize your
lists. It is possible to make lists of lists, which is
helpful for creating some items, such as outlines.
16. Put it all together so far
<HTML>
<HEAD>
<TITLE>The document title</TITLE>
</HEAD>
<BODY>
<H1>Main heading</H1>
<P>A paragraph.</P>
<P>Another paragraph.</P>
<UL> Things that I like </UL>
<LI>A list item.</LI>
<LI>Another list item.</LI>
</UL>
</BODY>
</HTML>
17. Block vs. Inline Elements
<h2><em>This header will be bold and
italicized</em></h2>
OR
<em><h2>This header will be bold and
italicized</h2></em>
<em> and <h2> are different kinds of tags.
<h2>: header elements are BLOCK-LEVEL
elements.
<em>: is an INLINE-LEVEL element.
18. Formatting
<p>An example of <b>Bold Text</b> </p>
<p>An example of <em>Emphasized Text</em> </p>
<p>An example of <strong>Strong Text</strong> </p>
<p>An example of <i>Italic Text</i> </p>
<p>An example of <sup>superscripted Text</sup> </p>
<p>An example of <sub>subscripted Text</sub> </p>
<p>An example of <del>struckthrough Text</del> </p>
<p>An example of <code>Computer Code Text</code> </p>
<center>Centering of text in page</center>
19. Hyperlinks
The most important capability of HTML
Both text and image can serve as anchors
for the link
<a HREF=http://www.mu.edu>Marquette University</a>
<a HREF=http://www.mu.edu> <IMG
SRC="mu.gif"></a>