HTML Introduction

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

HTML Introduction Previous Example <html> <body> <h1>My First Heading</h1> <p>My first paragraph.

.</p> </body> </html> Try it yourself What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of markup tags HTML uses markup tags to describe web pages HTML Tags HTML markup tags are usually called HTML tags HTML tags are keywords surrounded by angle brackets like <html> HTML tags normally come in pairs like <b> and </b> The first tag in a pair is the start tag, the second tag is the end tag Start and end tags are also called opening tags and closing tags HTML Documents = Web Pages HTML documents HTML documents HTML documents The purpose of documents and tags, but uses <html> <body> <h1>My First Heading</h1> <p>My first paragraph</p> </body> </html> Example Explained The The The The text text text text between between between between <html> and </html> describes the web page <body> and </body> is the visible page content <h1> and </h1> is displayed as a heading <p> and </p> is displayed as a paragraph Next Chapter describe web pages contain HTML tags and plain text are also called web pages a web browser (like Internet Explorer or Firefox) is to read HTML display them as web pages. The browser does not display the HTML the tags to interpret the content of the page: Next Chapter

Previous

Altova MissionKit - Integrated Suite of XML Tools The Altova MissionKit is an integrated suite of tools ideal for: XML development Web & Web services development Data mapping & integration Rendering & publishing XML & database data XBRL validation, taxonomy editing, transformation & rendering The MissionKit for XML Developers includes XMLSpy - the industry-leading XML edit or; MapForce - a graphical data mapping, conversion, and integration tool; StyleV ision - a visual XSLT stylesheet designer; DiffDog - an XML-aware diff/merge tool; and 2 additional tools.

You might also like