{"appState":{"pageLoadApiCallsStatus":true},"categoryState":{"relatedCategories":{"headers":{"timestamp":"2025-04-17T16:01:07+00:00"},"categoryId":33600,"data":{"title":"HTML","slug":"html","image":{"src":null,"width":0,"height":0},"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"parentCategory":{"categoryId":33592,"title":"Programming & Web Design","slug":"programming-web-design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"}},"childCategories":[],"description":"If the internet is a LEGO Death Star, HTML is the individual bricks. Learn all there is to learn about the foundation of the worldwide web. ","relatedArticles":{"self":"https://dummies-api.dummies.com/v2/articles?category=33600&offset=0&size=5"},"hasArticle":true,"hasBook":false,"articleCount":8,"bookCount":0},"_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"relatedCategoriesLoadedStatus":"success"},"listState":{"list":{"count":8,"total":8,"items":[{"headers":{"creationTime":"2016-03-26T21:26:50+00:00","modifiedTime":"2023-09-29T14:42:59+00:00","timestamp":"2023-09-29T15:01:03+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"How to Add Sound to Your Web Site Using HTML","strippedTitle":"how to add sound to your web site using html","slug":"how-to-add-sound-to-your-web-site-using-html","canonicalUrl":"","seo":{"metaDescription":"There are plusses and minuses of adding sound to your Web page, but if you decide adding sound is of value to your Web page visitors, HTML offers two competing ","noIndex":0,"noFollow":0},"content":"There are plusses and minuses of adding sound to your Web page, but if you decide adding sound is of value to your Web page visitors, HTML offers two competing ways to add it: with the <code>&lt;bgsound&gt;</code> tag and with the <code>embed</code> tag.\r\n\r\nThe <code>&lt;bgsound&gt;</code> tag works well and has useful options for controlling sound, but it’s not supported by all browsers.\r\n\r\nThis example uses the <code>&lt;embed&gt;</code> tag, which is not officially supported by the HTML standard at all, but it works in most browsers. <code>&lt;embed&gt;</code> has options for different media players, such as Windows Media Player or Apple QuickTime.\r\n\r\nFollow these steps to add sound to a Web page in a text editor:\r\n<ol class=\"level-one\">\r\n \t<li>\r\n<p class=\"first-para\">Open your Web page in Notepad.</p>\r\n<p class=\"child-para\">Let your Web page’s user know they can stop sound from playing in your Web page by clicking the Stop button in their browsers.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">Enter the <code>&lt;embed&gt;</code> tag and a link to the sound file you want to use.</p>\r\n<p class=\"child-para\">An example looks like this: <code> &lt;embed src=</code><code>&lt;i&gt;“pathname/filename”&lt;/i&gt;</code><code>&gt;</code>, <code>&lt;i&gt;“pathname/filename”&lt;/i&gt;</code> is a link to the sound file.</p>\r\n<p class=\"child-para\">The simplest way to be sure you have the link right is to place the sound file in the same folder as the Web page; that way the link is simply the filename.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">Click File→Save and reopen the file.</p>\r\n<p class=\"child-para\">The sound should play. Test the link right away to be sure it will work.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">If the sound doesn’t play, experiment to make sure you have the path right and that sound plays on your machine.</p>\r\n<p class=\"child-para\">To make sure you have the link right, put the file in the same folder as your Web page and simplify the link. To make sure that sound playback works on your machine, navigate to the file in Windows Explorer and click it. It should play. If not, identify and fix the files affecting sound playback on your machine.</p>\r\n</li>\r\n</ol>","description":"There are plusses and minuses of adding sound to your Web page, but if you decide adding sound is of value to your Web page visitors, HTML offers two competing ways to add it: with the <code>&lt;bgsound&gt;</code> tag and with the <code>embed</code> tag.\r\n\r\nThe <code>&lt;bgsound&gt;</code> tag works well and has useful options for controlling sound, but it’s not supported by all browsers.\r\n\r\nThis example uses the <code>&lt;embed&gt;</code> tag, which is not officially supported by the HTML standard at all, but it works in most browsers. <code>&lt;embed&gt;</code> has options for different media players, such as Windows Media Player or Apple QuickTime.\r\n\r\nFollow these steps to add sound to a Web page in a text editor:\r\n<ol class=\"level-one\">\r\n \t<li>\r\n<p class=\"first-para\">Open your Web page in Notepad.</p>\r\n<p class=\"child-para\">Let your Web page’s user know they can stop sound from playing in your Web page by clicking the Stop button in their browsers.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">Enter the <code>&lt;embed&gt;</code> tag and a link to the sound file you want to use.</p>\r\n<p class=\"child-para\">An example looks like this: <code> &lt;embed src=</code><code>&lt;i&gt;“pathname/filename”&lt;/i&gt;</code><code>&gt;</code>, <code>&lt;i&gt;“pathname/filename”&lt;/i&gt;</code> is a link to the sound file.</p>\r\n<p class=\"child-para\">The simplest way to be sure you have the link right is to place the sound file in the same folder as the Web page; that way the link is simply the filename.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">Click File→Save and reopen the file.</p>\r\n<p class=\"child-para\">The sound should play. Test the link right away to be sure it will work.</p>\r\n</li>\r\n \t<li>\r\n<p class=\"first-para\">If the sound doesn’t play, experiment to make sure you have the path right and that sound plays on your machine.</p>\r\n<p class=\"child-para\">To make sure you have the link right, put the file in the same folder as your Web page and simplify the link. To make sure that sound playback works on your machine, navigate to the file in Windows Explorer and click it. It should play. If not, identify and fix the files affecting sound playback on your machine.</p>\r\n</li>\r\n</ol>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}},{"articleId":189340,"title":"A Sample Web Page in HTML","slug":"a-sample-web-page-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/189340"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-6516e6af0b5f6\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-6516e6af0bee9\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":"One year","lifeExpectancySetFrom":"2023-09-29T00:00:00+00:00","dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":193022},{"headers":{"creationTime":"2016-03-26T20:50:27+00:00","modifiedTime":"2019-11-21T20:57:02+00:00","timestamp":"2022-09-14T18:17:24+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"A Sample Web Page in HTML","strippedTitle":"a sample web page in html","slug":"a-sample-web-page-in-html","canonicalUrl":"","seo":{"metaDescription":"When you're creating Web pages, you use HTML — a lot! The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lin","noIndex":0,"noFollow":0},"content":"When you're creating Web pages, you use HTML — a lot! The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lines, and images as well as <strong>boldface</strong> and <em>italicized</em> type, not to mention how to include a link.\r\n<pre class=\"code\">&lt;html&gt;\r\n&lt;!-- Text between angle brackets is an HTML tag and is not displayed.\r\nMost tags, such as the HTML and /HTML tags that surround the contents of\r\na page, come in pairs; some tags, like HR, for a horizontal rule, stand \r\nalone. Comments, such as the text you're reading, are not displayed when\r\nthe Web page is shown. The information between the HEAD and /HEAD tags is \r\nnot displayed. The information between the BODY and /BODY tags is displayed.--&gt;\r\n&lt;head&gt;\r\n&lt;title&gt;Enter a title, displayed at the top of the window.&lt;/title&gt;\r\n&lt;/head&gt;\r\n&lt;!-- The information between the BODY and /BODY tags is displayed.--&gt;\r\n&lt;body&gt;\r\n&lt;h1&gt;Enter the main heading, usually the same as the title.&lt;/h1&gt;\r\n&lt;p&gt;Be &lt;b&gt;bold&lt;/b&gt; in stating your key points. Put them in a list: &lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;The first item in your list&lt;/li&gt;\r\n&lt;li&gt;The second item; &lt;i&gt;italicize&lt;/i&gt; key words&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;Improve your image by including an image. &lt;/p&gt;\r\n&lt;p&gt;&lt;img src=\"http://www.mygifs.com/CoverImage.gif\" alt=\"A Great HTML Resource\"&gt;&lt;/p&gt;\r\n&lt;p&gt;Add a link to your favorite &lt;a href=\"https://www.dummies.com/\"&gt;Web site&lt;/a&gt;.\r\nBreak up your page with a horizontal rule or two. &lt;/p&gt;\r\n&lt;hr&gt;\r\n&lt;p&gt;Finally, link to &lt;a href=\"page2.html\"&gt;another page&lt;/a&gt; in your own Web site.&lt;/p&gt;\r\n&lt;!-- And add a copyright notice.--&gt;\r\n&lt;p&gt;&#169; Wiley Publishing, 2011&lt;/p&gt;\r\n&lt;/body&gt;\r\n&lt;/html&gt;</pre>\r\nAll this HTML translates to a Web page that looks something like this:\r\n\r\n<img src=\"https://www.dummies.com/wp-content/uploads/238103.image0.jpg\" alt=\"image0.jpg\" width=\"516\" height=\"400\" />","description":"When you're creating Web pages, you use HTML — a lot! The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lines, and images as well as <strong>boldface</strong> and <em>italicized</em> type, not to mention how to include a link.\r\n<pre class=\"code\">&lt;html&gt;\r\n&lt;!-- Text between angle brackets is an HTML tag and is not displayed.\r\nMost tags, such as the HTML and /HTML tags that surround the contents of\r\na page, come in pairs; some tags, like HR, for a horizontal rule, stand \r\nalone. Comments, such as the text you're reading, are not displayed when\r\nthe Web page is shown. The information between the HEAD and /HEAD tags is \r\nnot displayed. The information between the BODY and /BODY tags is displayed.--&gt;\r\n&lt;head&gt;\r\n&lt;title&gt;Enter a title, displayed at the top of the window.&lt;/title&gt;\r\n&lt;/head&gt;\r\n&lt;!-- The information between the BODY and /BODY tags is displayed.--&gt;\r\n&lt;body&gt;\r\n&lt;h1&gt;Enter the main heading, usually the same as the title.&lt;/h1&gt;\r\n&lt;p&gt;Be &lt;b&gt;bold&lt;/b&gt; in stating your key points. Put them in a list: &lt;/p&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;The first item in your list&lt;/li&gt;\r\n&lt;li&gt;The second item; &lt;i&gt;italicize&lt;/i&gt; key words&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;Improve your image by including an image. &lt;/p&gt;\r\n&lt;p&gt;&lt;img src=\"http://www.mygifs.com/CoverImage.gif\" alt=\"A Great HTML Resource\"&gt;&lt;/p&gt;\r\n&lt;p&gt;Add a link to your favorite &lt;a href=\"https://www.dummies.com/\"&gt;Web site&lt;/a&gt;.\r\nBreak up your page with a horizontal rule or two. &lt;/p&gt;\r\n&lt;hr&gt;\r\n&lt;p&gt;Finally, link to &lt;a href=\"page2.html\"&gt;another page&lt;/a&gt; in your own Web site.&lt;/p&gt;\r\n&lt;!-- And add a copyright notice.--&gt;\r\n&lt;p&gt;&#169; Wiley Publishing, 2011&lt;/p&gt;\r\n&lt;/body&gt;\r\n&lt;/html&gt;</pre>\r\nAll this HTML translates to a Web page that looks something like this:\r\n\r\n<img src=\"https://www.dummies.com/wp-content/uploads/238103.image0.jpg\" alt=\"image0.jpg\" width=\"516\" height=\"400\" />","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-63221ab492378\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-63221ab492bf7\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":189340},{"headers":{"creationTime":"2016-03-27T14:07:11+00:00","modifiedTime":"2016-03-27T14:07:11+00:00","timestamp":"2022-09-14T18:13:04+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"How to Use the CoffeeCup HTML Editor","strippedTitle":"how to use the coffeecup html editor","slug":"how-to-use-the-coffeecup-html-editor","canonicalUrl":"","seo":{"metaDescription":"As a leading WYSIWYG Web pages tool, CoffeeCup HTML Editor has all the important basic features that you need to build basic Web pages. Using these features, yo","noIndex":0,"noFollow":0},"content":"<p>As a leading WYSIWYG Web pages tool, CoffeeCup HTML Editor has all the important basic features that you need to build basic Web pages. Using these features, you can create and edit Web pages without seeing HTML tags, drag and drop links to other Web locations without typing the URL or pathname, cut and paste graphics into your Web page, resize graphics, and add alternate text, and create and edit tables and forms.</p>\n<p class=\"Tip\">To check for an updated version of CoffeeCup HTML Editor, go to the <a href=\"http://www.coffeecup.com/html-editor/\">CoffeeCup HTML Editor</a> site. </p>\n<p class=\"Remember\">To run CoffeeCup HTML Editor, you need a computer running Windows XP or Windows Vista. It doesn’t run on the Macintosh or Linux/Unix operating systems. </p>\n<p>After you download it, follow these steps to start CoffeeCup HTML Editor and get oriented to using it:</p>","description":"<p>As a leading WYSIWYG Web pages tool, CoffeeCup HTML Editor has all the important basic features that you need to build basic Web pages. Using these features, you can create and edit Web pages without seeing HTML tags, drag and drop links to other Web locations without typing the URL or pathname, cut and paste graphics into your Web page, resize graphics, and add alternate text, and create and edit tables and forms.</p>\n<p class=\"Tip\">To check for an updated version of CoffeeCup HTML Editor, go to the <a href=\"http://www.coffeecup.com/html-editor/\">CoffeeCup HTML Editor</a> site. </p>\n<p class=\"Remember\">To run CoffeeCup HTML Editor, you need a computer running Windows XP or Windows Vista. It doesn’t run on the Macintosh or Linux/Unix operating systems. </p>\n<p>After you download it, follow these steps to start CoffeeCup HTML Editor and get oriented to using it:</p>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}},{"articleId":189340,"title":"A Sample Web Page in HTML","slug":"a-sample-web-page-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/189340"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219b0f1675\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219b0f1f46\"></div></div>"},"articleType":{"articleType":"Step by Step","articleList":null,"content":[{"title":"Choose Start→Programs→CoffeeCup Software→CoffeeCup HTML Editor 2008.","thumb":{"src":"https://www.dummies.com/wp-content/uploads/187893.image1.jpg","width":1,"height":1},"image":{"src":"https://www.dummies.com/wp-content/uploads/187892.image0.jpg","width":0,"height":0},"content":"<p>The program opens to the Code Editor window.</p>\n"},{"title":"Switch to the Visual Editor by clicking the Visual Editor tab.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>A warning message appears.</p>\n<p class=\"TechnicalStuff\">CoffeeCup HTML Editor has to change HTML code you write to make it compatible with some of the capabilities it supports in WYSIWYG mode. The reason for saving your code from the Code Editor is so you can return to it if necessary after CoffeeCup changes the version in the Visual Editor.</p>\n"},{"title":"Click Save & Continue and click OK.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>The Visual Editor window opens.</p>\n<p class=\"Tip\">Buttons along the top of the entry-window area are shortcuts to many of the functions in the Format and Insert menus, introduced in the next two steps. </p>\n"},{"title":"Type a single sentence, and then copy and paste it.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>Copy and paste it repeatedly to create a block of text for experimental purposes.</p>\n"},{"title":"Pull down the Format menu, select a line of text and choose an option.","thumb":{"src":"https://www.dummies.com/wp-content/uploads/187895.image3.jpg","width":1,"height":1},"image":{"src":"https://www.dummies.com/wp-content/uploads/187894.image2.jpg","width":0,"height":0},"content":"<p>The Format menu includes options include changing the font; making text bold, italic, or underlined; aligning it left, center, right, or fully justified; indenting text, and other effects.</p>\n"},{"title":"Select another line of text, pull down the Insert menu, and choose Link.","thumb":{"src":"https://www.dummies.com/wp-content/uploads/187897.image5.jpg","width":1,"height":1},"image":{"src":"https://www.dummies.com/wp-content/uploads/187896.image4.jpg","width":0,"height":0},"content":"<p>The Insert menu includes options that let you insert a link to another Web page, an image, a horizontal rule, and a title for the Web page.</p>\n<p class=\"Tip\">Inserting a link to another Web page works best if you select the text that you want to use as the clickable Link Text <i>before</i> choosing Insert&rarr;Link.</p>\n"},{"title":"Pull down the remaining menus and inspect the options.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>Many CoffeeCup HTML Editor options have to do with managing a project; others relate to spell-checking, testing, and so on. </p>\n"}],"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":206142},{"headers":{"creationTime":"2016-03-27T14:06:51+00:00","modifiedTime":"2016-03-27T14:06:51+00:00","timestamp":"2022-09-14T18:13:15+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"How to Create HTML Lists in Notepad","strippedTitle":"how to create html lists in notepad","slug":"how-to-create-html-lists-in-notepad","canonicalUrl":"","seo":{"metaDescription":"Including lists on your Web pages is good design. Lists are interesting to look at, easy to scan, and inspire you to write short, punchy phrases. Follow these s","noIndex":0,"noFollow":0},"content":"<p>Including lists on your Web pages is good design. Lists are interesting to look at, easy to scan, and inspire you to write short, punchy phrases. Follow these steps to create a list in Notepad:</p>","description":"<p>Including lists on your Web pages is good design. Lists are interesting to look at, easy to scan, and inspire you to write short, punchy phrases. Follow these steps to create a list in Notepad:</p>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}},{"articleId":189340,"title":"A Sample Web Page in HTML","slug":"a-sample-web-page-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/189340"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219bbc279a\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219bbc2ccf\"></div></div>"},"articleType":{"articleType":"Step by Step","articleList":null,"content":[{"title":"Add the text for your list in Notepad.","thumb":{"src":"https://www.dummies.com/wp-content/uploads/188244.image1.png","width":187,"height":49},"image":{"src":"https://www.dummies.com/wp-content/uploads/188243.image0.png","width":0,"height":0},"content":"<p>For the document shown here, this is what was typed: </p>\n<p><span class=\"code\">If you meet the following three qualifications, most important first, you may be eligible to become a member of Death Valley Hockey Club:</span></p>\n<p><span class=\"code\">8 to 12 years old. Death Valley Hockey Club has girls from 8 to 12 years old as members. You must have been 8, 9, 10, 11 or 12 on January 1st of this year.</span></p>\n<p><span class=\"code\">Good in school. We need you to show us you&#8217;re a good student, and to maintain your academic standing throughout your time with us.</span></p>\n<p><span class=\"code\">Some sports experience. We would like you to have some previous organized sports experience in any sport. </span></p>\n"},{"title":"Surround the lines that will make up the list with the list tags, <ul> and </ul> for an unordered (bulleted) list, or <ol> and </ol> for an ordered (numbered) list.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>In the example, the <span class=\"code\">&lt;ol&gt;</span> tag went before the line that begins <span class=\"code\">8 to 12 years old</span>, and the <span class=\"code\">&lt;/ol&gt;</span> tag after the period following the words <span class=\"code\">in any sport</span>.</p>\n"},{"title":"Precede each list item with the <li> tag.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p>In the example document, the <span class=\"code\">&lt;li&gt;</span> tag went before the lines that begin:</p>\n<p><span class=\"code\">8 to 12 years old</span></p>\n<p><span class=\"code\">Good in school</span></p>\n<p><span class=\"code\">Some sports experience</span></p>\n<p class=\"Tip\">With new standards such as XML and XHTML in place, it&#8217;s considered good form to always close off tags, which means that it&#8217;s now recommended that you use a closing <span class=\"code\">&lt;/li&gt;</span> tag after each item. This is good advice, yet there&#8217;s never enough time to do all one would like to do, and this recommendation may fall into that category.</p>\n"},{"title":"(Optional) for a bulleted list, change the bullet style by adding an additional element, called an attribute, to each <li> tag.","thumb":{"src":null,"width":0,"height":0},"image":{"src":null,"width":0,"height":0},"content":"<p><span class=\"code\">&lt;li type=disc&gt;</span><span class=\"code\"> </span>produces<b> </b>a filled-in circle or bullet. <span class=\"code\">&lt;li type=square&gt;, </span>produces a square,<b> </b>and <span class=\"code\">&lt;li type=circle&gt;</span>, an open circle</p>\n"},{"title":"Save your document adding .htm to the filename, if you’re saving it for the first time, and open it in a Web browser window (or refresh the window if you already have this document open).","thumb":{"src":"https://www.dummies.com/wp-content/uploads/188246.image3.jpg","width":1,"height":1},"image":{"src":"https://www.dummies.com/wp-content/uploads/188245.image2.jpg","width":0,"height":0},"content":"<p>The list appears in the edited Web page.</p>\n"}],"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":206138},{"headers":{"creationTime":"2016-03-26T21:27:06+00:00","modifiedTime":"2016-03-26T21:27:06+00:00","timestamp":"2022-09-14T18:10:10+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"How to Use HTML Lists on Your Web Page","strippedTitle":"how to use html lists on your web page","slug":"how-to-use-html-lists-on-your-web-page","canonicalUrl":"","seo":{"metaDescription":"Using HTML lists is a great way to present information to readers on your Web pages. Lists make information on your Web page easy to parse. Here are some other ","noIndex":0,"noFollow":0},"content":"<p>Using HTML lists is a great way to present information to readers on your Web pages. Lists make information on your Web page easy to parse. Here are some other reasons to use lists on your Web pages:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Lists are interesting to look at:</b> Web pros are always telling people to use lots of white space to vary the appearance of their pages so they’re not just featureless blobs of text. Lists do this; they break up text.</p>\n </li>\n <li><p class=\"first-para\"><b>Lists are easy to scan: </b>People are more likely to scan text on the Web than to read it carefully. </p>\n </li>\n <li><p class=\"first-para\"><b>Lists make the writer get to the point:</b> When you write a list, you may end up editing a page of boring, monotonous text down to three or four points in a bulleted list, which greatly benefits your readers.</p>\n </li>\n</ul>\n<p>HTML and Web-page editing programs based on HTML (such as CoffeeCup) offer three kinds of lists, but only two are used much:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Bulleted lists:</b> Bulleted lists are by far the most widely used kind of list on the Web. Bulleted lists are flexible and fun, and easy to read. You start a bulleted list with the <span class=\"code\"><ul></span> tag, which stands for <i>unordered list.</i> You end it with the <span class=\"code\"></ul></span> tag. Each list item is preceded with <span class=\"code\"><li></span>, which stands for <i>list item.</i></p>\n<p class=\"child-para TechnicalStuff\">List items don’t have to have an ending tag, though you can add one (it’s <span class=\"code\"></li</span><span class=\"code\">></span>). After your text, the browser expects to see either another <span class=\"code\"><li></span> tag, for the next list item, or the <span class=\"code\"></ul></span> tag to end the list.</p>\n<p class=\"child-para\"><b></b>You can convert many long blocks of text into a bulleted list and make the text shorter, easier to read, and more interesting. If you have to move existing text to the Web, consider converting parts of it to bulleted lists as a quick way to make it more Web friendly.</p>\n </li>\n <li><p class=\"first-para\"><b>Numbered lists:</b> Numbered lists are very useful, but are found much less often on the Web. Numbered lists begin with <span class=\"code\"><ol></span> for <i>ordered list</i><i>,</i> end with <span class=\"code\"></ol></span>, and, like bulleted lists, use the <span class=\"code\"><li></span> tag to mark the beginning of each list item.</p>\n<p class=\"child-para Remember\"><b></b>Any time you have a list that has an order of importance, or a sequence in time make it a numbered list. </p>\n </li>\n <li><p class=\"first-para\"><b>Definition lists:</b> These lists give a term and then a definition for the term. They’re rarely used. A definition list starts with <span class=\"code\"><dl></span> and ends with <span class=\"code\"></dl></span>. Each term is preceded by <span class=\"code\"><dt></span>, for <i>definition term,</i> and each definition is preceded by <span class=\"code\"><dd></span>, for <i>definition data.</i> </p>\n<p class=\"child-para\"><b></b>Use definition lists where you can, or use bold text and bulleted or numbered lists to create your own definition-type list.</p>\n </li>\n <li><p class=\"first-para\"><b>Lists within lists:</b> You can insert or <i>nest </i>one list inside another. The nested list can be the same kind of list, or a different kind, than the list that contains it.</p>\n<p class=\"child-para\"><b></b>In the limited view offered on most users’ screens, users have a hard time keeping track of where they are in the overall list if you start throwing sublists at them as well. </p>\n </li>\n</ul>","description":"<p>Using HTML lists is a great way to present information to readers on your Web pages. Lists make information on your Web page easy to parse. Here are some other reasons to use lists on your Web pages:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Lists are interesting to look at:</b> Web pros are always telling people to use lots of white space to vary the appearance of their pages so they’re not just featureless blobs of text. Lists do this; they break up text.</p>\n </li>\n <li><p class=\"first-para\"><b>Lists are easy to scan: </b>People are more likely to scan text on the Web than to read it carefully. </p>\n </li>\n <li><p class=\"first-para\"><b>Lists make the writer get to the point:</b> When you write a list, you may end up editing a page of boring, monotonous text down to three or four points in a bulleted list, which greatly benefits your readers.</p>\n </li>\n</ul>\n<p>HTML and Web-page editing programs based on HTML (such as CoffeeCup) offer three kinds of lists, but only two are used much:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Bulleted lists:</b> Bulleted lists are by far the most widely used kind of list on the Web. Bulleted lists are flexible and fun, and easy to read. You start a bulleted list with the <span class=\"code\"><ul></span> tag, which stands for <i>unordered list.</i> You end it with the <span class=\"code\"></ul></span> tag. Each list item is preceded with <span class=\"code\"><li></span>, which stands for <i>list item.</i></p>\n<p class=\"child-para TechnicalStuff\">List items don’t have to have an ending tag, though you can add one (it’s <span class=\"code\"></li</span><span class=\"code\">></span>). After your text, the browser expects to see either another <span class=\"code\"><li></span> tag, for the next list item, or the <span class=\"code\"></ul></span> tag to end the list.</p>\n<p class=\"child-para\"><b></b>You can convert many long blocks of text into a bulleted list and make the text shorter, easier to read, and more interesting. If you have to move existing text to the Web, consider converting parts of it to bulleted lists as a quick way to make it more Web friendly.</p>\n </li>\n <li><p class=\"first-para\"><b>Numbered lists:</b> Numbered lists are very useful, but are found much less often on the Web. Numbered lists begin with <span class=\"code\"><ol></span> for <i>ordered list</i><i>,</i> end with <span class=\"code\"></ol></span>, and, like bulleted lists, use the <span class=\"code\"><li></span> tag to mark the beginning of each list item.</p>\n<p class=\"child-para Remember\"><b></b>Any time you have a list that has an order of importance, or a sequence in time make it a numbered list. </p>\n </li>\n <li><p class=\"first-para\"><b>Definition lists:</b> These lists give a term and then a definition for the term. They’re rarely used. A definition list starts with <span class=\"code\"><dl></span> and ends with <span class=\"code\"></dl></span>. Each term is preceded by <span class=\"code\"><dt></span>, for <i>definition term,</i> and each definition is preceded by <span class=\"code\"><dd></span>, for <i>definition data.</i> </p>\n<p class=\"child-para\"><b></b>Use definition lists where you can, or use bold text and bulleted or numbered lists to create your own definition-type list.</p>\n </li>\n <li><p class=\"first-para\"><b>Lists within lists:</b> You can insert or <i>nest </i>one list inside another. The nested list can be the same kind of list, or a different kind, than the list that contains it.</p>\n<p class=\"child-para\"><b></b>In the limited view offered on most users’ screens, users have a hard time keeping track of where they are in the overall list if you start throwing sublists at them as well. </p>\n </li>\n</ul>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}},{"articleId":189340,"title":"A Sample Web Page in HTML","slug":"a-sample-web-page-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/189340"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-63221902d1b8e\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-63221902d242d\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":193063},{"headers":{"creationTime":"2016-03-26T21:26:47+00:00","modifiedTime":"2016-03-26T21:26:47+00:00","timestamp":"2022-09-14T18:10:10+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"How to Create a Text Navigation Bar in HTML","strippedTitle":"how to create a text navigation bar in html","slug":"how-to-create-a-text-navigation-bar-in-html","canonicalUrl":"","seo":{"metaDescription":"Including a navigation bar helps your readers find information on your site. If you are building your Web page in an HTML text editor, the coding to create a na","noIndex":0,"noFollow":0},"content":"<p>Including a navigation bar helps your readers find information on your site. If you are building your Web page in an HTML text editor, the coding to create a navigation bar is easy. Here’s an example of a simple text navigation bar for a small consulting business:</p>\n<p><u>Home</u> | <u>Services</u> | <u>Memberships</u> | <u>Publications</u> | <u>Experience </u>| <u>Contact me</u> </p>\n<p>Each tab is underlined to reflect that it’s a link to that page or multipage area of the site. Note that the Home tab is not underlined. When you click the word Experience on the text menu to go to the Experience page, the text navigation bar should change to reflect where you are:</p>\n<p><u>Home</u> | <u>Services</u> | <u>Memberships</u> | <u>Publications</u> | <u>Experience</u> | <u>Contact me</u> </p>\n<p>Follow these instructions to create a text navigation bar:</p>\n<ol class=\"level-one\">\n <li><p class=\"first-para\">Open a new, empty page in Windows Notepad, name the file and save it with .htm as the extension.</p>\n<p class=\"child-para\">For example, you might call it <span class=\"code\">navbar.htm</span>.</p>\n </li>\n <li><p class=\"first-para\">Type the elements of your site, with a word or two for each page or area.</p>\n<p class=\"child-para\">Use the vertical bar to separate the tabs. </p>\n<p class=\"child-para\">If the vertical bar character is not accessible from your keyboard, it should be available from the Symbol or similar menu in a word processing program. (There’s no such option in Notepad.) You can copy and paste the vertical bar into Notepad.</p>\n </li>\n <li><p class=\"first-para\">Center the navigation bar on the page by using the center attribute of the paragraph tag, like so:</p>\n<pre class=\"code\"> &lt;p center&gt;Home | Services | Memberships | Publications | Experience | Contact me&lt;/p&gt;</pre>\n<p class=\"child-para\">The text menu will be centered. </p>\n </li>\n <li><p class=\"first-para\">To link the Home tab to the home page of your site, surround the word Home with the <a> and </a> tags. Add the href attribute like so: <a href=“home.htm”>.</p>\n<p class=\"child-para\">The Insert Link dialog box appears.</p>\n </li>\n <li><p class=\"first-para\">Repeat for the remaining phrases and link them to the relevant page on your site.</p>\n<p class=\"child-para\">The pages don’t have to exist yet, though of course the links won’t work until the pages are there. Whenever you create a page, the name must match the name in the text menu exactly.</p>\n </li>\n <li><p class=\"first-para\">Copy the menu to each Web page of your site.</p>\n<p class=\"child-para\">Alternatively, you can create a new file (for any pages that don’t yet exist) and put the menu in it. As you proceed, delete the link from the tab representing the page you’re about to save.</p>\n </li>\n</ol>","description":"<p>Including a navigation bar helps your readers find information on your site. If you are building your Web page in an HTML text editor, the coding to create a navigation bar is easy. Here’s an example of a simple text navigation bar for a small consulting business:</p>\n<p><u>Home</u> | <u>Services</u> | <u>Memberships</u> | <u>Publications</u> | <u>Experience </u>| <u>Contact me</u> </p>\n<p>Each tab is underlined to reflect that it’s a link to that page or multipage area of the site. Note that the Home tab is not underlined. When you click the word Experience on the text menu to go to the Experience page, the text navigation bar should change to reflect where you are:</p>\n<p><u>Home</u> | <u>Services</u> | <u>Memberships</u> | <u>Publications</u> | <u>Experience</u> | <u>Contact me</u> </p>\n<p>Follow these instructions to create a text navigation bar:</p>\n<ol class=\"level-one\">\n <li><p class=\"first-para\">Open a new, empty page in Windows Notepad, name the file and save it with .htm as the extension.</p>\n<p class=\"child-para\">For example, you might call it <span class=\"code\">navbar.htm</span>.</p>\n </li>\n <li><p class=\"first-para\">Type the elements of your site, with a word or two for each page or area.</p>\n<p class=\"child-para\">Use the vertical bar to separate the tabs. </p>\n<p class=\"child-para\">If the vertical bar character is not accessible from your keyboard, it should be available from the Symbol or similar menu in a word processing program. (There’s no such option in Notepad.) You can copy and paste the vertical bar into Notepad.</p>\n </li>\n <li><p class=\"first-para\">Center the navigation bar on the page by using the center attribute of the paragraph tag, like so:</p>\n<pre class=\"code\"> &lt;p center&gt;Home | Services | Memberships | Publications | Experience | Contact me&lt;/p&gt;</pre>\n<p class=\"child-para\">The text menu will be centered. </p>\n </li>\n <li><p class=\"first-para\">To link the Home tab to the home page of your site, surround the word Home with the <a> and </a> tags. Add the href attribute like so: <a href=“home.htm”>.</p>\n<p class=\"child-para\">The Insert Link dialog box appears.</p>\n </li>\n <li><p class=\"first-para\">Repeat for the remaining phrases and link them to the relevant page on your site.</p>\n<p class=\"child-para\">The pages don’t have to exist yet, though of course the links won’t work until the pages are there. Whenever you create a page, the name must match the name in the text menu exactly.</p>\n </li>\n <li><p class=\"first-para\">Copy the menu to each Web page of your site.</p>\n<p class=\"child-para\">Alternatively, you can create a new file (for any pages that don’t yet exist) and put the menu in it. As you proceed, delete the link from the tab representing the page you’re about to save.</p>\n </li>\n</ol>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":189340,"title":"A Sample Web Page in HTML","slug":"a-sample-web-page-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/189340"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219021b519\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632219021bd88\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":193018},{"headers":{"creationTime":"2016-03-26T20:50:24+00:00","modifiedTime":"2016-03-26T20:50:24+00:00","timestamp":"2022-09-14T18:09:13+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"Common HTML Tags for Creating Web Pages","strippedTitle":"common html tags for creating web pages","slug":"common-html-tags-for-creating-web-pages","canonicalUrl":"","seo":{"metaDescription":"If you're creating Web pages, you can't escape using HTML, and really, why would you want to? The Web language translates your glorious ideas into engaging Web ","noIndex":0,"noFollow":0},"content":"<p>If you're creating Web pages, you can't escape using HTML, and really, why would you want to? The Web language translates your glorious ideas into engaging Web pages. The lists here offer the basic HTML tags used most often in formatting Web pages, including links to other Web pages, inserting images on your page, and creating tables.</p>\n<h2 id=\"tab1\" >Formatting text</h2>\n<p>You need headings to organize your Web page, differing types of type to place emphasis, and lists to keep things interesting. These tags help you format them all:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Headings:</b> <h1>Top heading</h1>, <h2 id=\"tab2\" >Next-level heading</h2>, ... <h6>Lowest heading</h6></p>\n </li>\n <li><p class=\"first-para\"><b>Bold:</b> <b>text</b></p>\n </li>\n <li><p class=\"first-para\"><b>Italic:</b> <i>text</i></p>\n </li>\n <li><p class=\"first-para\"><b>Paragraph:</b> <p>A paragraph of text</p></p>\n </li>\n <li><p class=\"first-para\"><b>Bulleted list:</b> <ul> <li>First list item</li> <li>Second list item</li> </ul></p>\n </li>\n <li><p class=\"first-para\"><b>Numbered list:</b> <ol> <li>Item #1</li> <li>Item #2</li> </ol></p>\n </li>\n</ul>\n<h2 id=\"tab3\" >Inserting links</h2>\n<p>Web sites are meant to link to other sites and be linked to them. These HTML tags are the ones you need to connect in the ether: </p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Links to external Web pages:</b> <a href=\"https://www.dummies.com\">The ...For Dummies Web page</a></p>\n </li>\n <li><p class=\"first-para\"><b>Links within a Web site, same directory:</b> <a href=\"myres.htm\">My resume</a></p>\n </li>\n <li><p class=\"first-para\"><b>Links within a page:</b> <a href=\"#nextline\">Jump</a> to the next line. Here is the next <a name=\"nextline\"></a>line.</p>\n </li>\n</ul>\n<h2 id=\"tab4\" >Graphics and multimedia</h2>\n<p>You want graphics and multimedia on your Web page to add visual interest. These HTML tags show how to include visuals:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Photos and still images:</b> <img src=\"myphoto.jpg\" ALT=\"My photo!\"> </p>\n </li>\n <li><p class=\"first-para\"><b>Moving images:</b> <embed src=\"mymovie.mov\"></p>\n </li>\n</ul>\n<h2 id=\"tab5\" >Drawing tables</h2>\n<p>Setting up tables means setting a border and making HTML tags for every row and cell:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Start table with 1-pixel border:</b> <table border=\"1\"></p>\n </li>\n <li><p class=\"first-para\"><b>Rows and cells:</b> <tr><td>First Row, First Cell</td><td>First Row, Second Cell</td></tr><br/><tr><td>>Second Row, First Cell</td><td>Second Row, Second Cell</td></tr></p>\n </li>\n <li><p class=\"first-para\"><b>Table end:</b> </table></p>\n </li>\n</ul>","description":"<p>If you're creating Web pages, you can't escape using HTML, and really, why would you want to? The Web language translates your glorious ideas into engaging Web pages. The lists here offer the basic HTML tags used most often in formatting Web pages, including links to other Web pages, inserting images on your page, and creating tables.</p>\n<h2 id=\"tab1\" >Formatting text</h2>\n<p>You need headings to organize your Web page, differing types of type to place emphasis, and lists to keep things interesting. These tags help you format them all:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Headings:</b> <h1>Top heading</h1>, <h2 id=\"tab2\" >Next-level heading</h2>, ... <h6>Lowest heading</h6></p>\n </li>\n <li><p class=\"first-para\"><b>Bold:</b> <b>text</b></p>\n </li>\n <li><p class=\"first-para\"><b>Italic:</b> <i>text</i></p>\n </li>\n <li><p class=\"first-para\"><b>Paragraph:</b> <p>A paragraph of text</p></p>\n </li>\n <li><p class=\"first-para\"><b>Bulleted list:</b> <ul> <li>First list item</li> <li>Second list item</li> </ul></p>\n </li>\n <li><p class=\"first-para\"><b>Numbered list:</b> <ol> <li>Item #1</li> <li>Item #2</li> </ol></p>\n </li>\n</ul>\n<h2 id=\"tab3\" >Inserting links</h2>\n<p>Web sites are meant to link to other sites and be linked to them. These HTML tags are the ones you need to connect in the ether: </p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Links to external Web pages:</b> <a href=\"https://www.dummies.com\">The ...For Dummies Web page</a></p>\n </li>\n <li><p class=\"first-para\"><b>Links within a Web site, same directory:</b> <a href=\"myres.htm\">My resume</a></p>\n </li>\n <li><p class=\"first-para\"><b>Links within a page:</b> <a href=\"#nextline\">Jump</a> to the next line. Here is the next <a name=\"nextline\"></a>line.</p>\n </li>\n</ul>\n<h2 id=\"tab4\" >Graphics and multimedia</h2>\n<p>You want graphics and multimedia on your Web page to add visual interest. These HTML tags show how to include visuals:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Photos and still images:</b> <img src=\"myphoto.jpg\" ALT=\"My photo!\"> </p>\n </li>\n <li><p class=\"first-para\"><b>Moving images:</b> <embed src=\"mymovie.mov\"></p>\n </li>\n</ul>\n<h2 id=\"tab5\" >Drawing tables</h2>\n<p>Setting up tables means setting a border and making HTML tags for every row and cell:</p>\n<ul class=\"level-one\">\n <li><p class=\"first-para\"><b>Start table with 1-pixel border:</b> <table border=\"1\"></p>\n </li>\n <li><p class=\"first-para\"><b>Rows and cells:</b> <tr><td>First Row, First Cell</td><td>First Row, Second Cell</td></tr><br/><tr><td>>Second Row, First Cell</td><td>Second Row, Second Cell</td></tr></p>\n </li>\n <li><p class=\"first-para\"><b>Table end:</b> </table></p>\n </li>\n</ul>","blurb":"","authors":[{"authorId":9283,"name":"Bud E. Smith","slug":"bud-e-smith","description":" Mark Middlebrook, an AutoCAD expert, is president of Daedalus Consulting and a contributing editor at CADALYST magazine. Bud Smith is a veteran For Dummies author.","hasArticle":false,"_links":{"self":"https://dummies-api.dummies.com/v2/authors/9283"}}],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[{"label":"Formatting text","target":"#tab1"},{"label":"Inserting links","target":"#tab2"},{"label":"Graphics and multimedia","target":"#tab3"},{"label":"Drawing tables","target":"#tab4"}],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632218c9dd813\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-632218c9de0b3\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":189331},{"headers":{"creationTime":"2016-03-26T19:49:07+00:00","modifiedTime":"2016-03-26T19:49:07+00:00","timestamp":"2022-09-14T18:08:31+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"HTML","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"},"slug":"html","categoryId":33600}],"title":"Review the Evolution of HTML","strippedTitle":"review the evolution of html","slug":"review-the-evolution-of-html","canonicalUrl":"","seo":{"metaDescription":"To help you keep all the options in markup languages in perspective, here's a quick review of how we got to where we are now. The World Wide Web was built on go","noIndex":0,"noFollow":0},"content":"<p>To help you keep all the options in markup languages in perspective, here's a quick review of how we got to where we are now. The World Wide Web was built on good old HTML, the Hypertext Markup Language, which was born out of SGML, the Standard Generalized Markup Language, which dates all the way back to 1986.</p>\n<p>XML, the eXtensible Markup Language, was also born out of SGML. XML caught on so well that it became a standard for sharing data across all kinds of documents and systems.</p>\n<p>The popularity of XML led to the evolution of HTML to XHTML. Essentially, XHTML is a more restrictive subset of SGML, one that can be read better by XML parsers because it follows the rules strictly. If you can picture the typical “odd couple,” HTML is the sloppy roommate and XHTML keeps the contents of the medicine cabinet in alphabetical order.</p>\n<p>HTML5 isn’t as strict as XHTML, but it has some grown-up features, such as better ways to present multimedia. HTML5 benefits from two new additions — CSS 3 and JavaScript. Combine the power of all three of these current web standards and you can add a lot more interactivity, animation, and even location awareness — features that are especially exciting in the mobile world.</p>\n<p class=\"Remember\">This five-minute version of the history of HTML is only part of the story of how we got to where we are now. In what many now consider a misguided effort, the makers of the first mobile web browsers created another markup language, the Wireless Markup Language (WML). Perhaps an understandable reaction to the limited options of early feature phones, WML is now quickly being discarded.</p>\n<p>And, you should note that the term Wireless Application Protocol (WAP) is used to describe everything related to the mobile web. WAP 1.0 represents the earliest attempts at mobile web design, including websites created with WML.</p>\n<p>When the mobile web evolved to WAP 2.0 in 2002, most mobile devices could display pages designed in XHTML Basic (a subset of XHTML that has no support for CSS). Since 2004, most phones can handle XHTML MP, which (mostly) supports CSS 2.</p>\n<p>C-HTML, another mobile markup language you may run into on the web, was designed to be used on NTT DOCOMO phones in Japan, but most mobile designers in Japan now predict that the iPhone’s growing popularity in Japan means that C-HTML will eventually be replaced by XHTML MP.</p>\n<p>The good news is that all the code designed for the mobile world is based on good old HTML. So if you have a background in HTML, you’re off to a great start.</p>\n<p class=\"Tip\">If you want to create a site that will work for any of the more than 6,000 devices in the market, you need a design strategy that includes all these languages and pages created and delivered to match each device. </p>","description":"<p>To help you keep all the options in markup languages in perspective, here's a quick review of how we got to where we are now. The World Wide Web was built on good old HTML, the Hypertext Markup Language, which was born out of SGML, the Standard Generalized Markup Language, which dates all the way back to 1986.</p>\n<p>XML, the eXtensible Markup Language, was also born out of SGML. XML caught on so well that it became a standard for sharing data across all kinds of documents and systems.</p>\n<p>The popularity of XML led to the evolution of HTML to XHTML. Essentially, XHTML is a more restrictive subset of SGML, one that can be read better by XML parsers because it follows the rules strictly. If you can picture the typical “odd couple,” HTML is the sloppy roommate and XHTML keeps the contents of the medicine cabinet in alphabetical order.</p>\n<p>HTML5 isn’t as strict as XHTML, but it has some grown-up features, such as better ways to present multimedia. HTML5 benefits from two new additions — CSS 3 and JavaScript. Combine the power of all three of these current web standards and you can add a lot more interactivity, animation, and even location awareness — features that are especially exciting in the mobile world.</p>\n<p class=\"Remember\">This five-minute version of the history of HTML is only part of the story of how we got to where we are now. In what many now consider a misguided effort, the makers of the first mobile web browsers created another markup language, the Wireless Markup Language (WML). Perhaps an understandable reaction to the limited options of early feature phones, WML is now quickly being discarded.</p>\n<p>And, you should note that the term Wireless Application Protocol (WAP) is used to describe everything related to the mobile web. WAP 1.0 represents the earliest attempts at mobile web design, including websites created with WML.</p>\n<p>When the mobile web evolved to WAP 2.0 in 2002, most mobile devices could display pages designed in XHTML Basic (a subset of XHTML that has no support for CSS). Since 2004, most phones can handle XHTML MP, which (mostly) supports CSS 2.</p>\n<p>C-HTML, another mobile markup language you may run into on the web, was designed to be used on NTT DOCOMO phones in Japan, but most mobile designers in Japan now predict that the iPhone’s growing popularity in Japan means that C-HTML will eventually be replaced by XHTML MP.</p>\n<p>The good news is that all the code designed for the mobile world is based on good old HTML. So if you have a background in HTML, you’re off to a great start.</p>\n<p class=\"Tip\">If you want to create a site that will work for any of the more than 6,000 devices in the market, you need a design strategy that includes all these languages and pages created and delivered to match each device. </p>","blurb":"","authors":[],"primaryCategoryTaxonomy":{"categoryId":33600,"title":"HTML","slug":"html","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33600"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[],"relatedArticles":{"fromBook":[],"fromCategory":[{"articleId":206142,"title":"How to Use the CoffeeCup HTML Editor","slug":"how-to-use-the-coffeecup-html-editor","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206142"}},{"articleId":206138,"title":"How to Create HTML Lists in Notepad","slug":"how-to-create-html-lists-in-notepad","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/206138"}},{"articleId":193063,"title":"How to Use HTML Lists on Your Web Page","slug":"how-to-use-html-lists-on-your-web-page","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193063"}},{"articleId":193022,"title":"How to Add Sound to Your Web Site Using HTML","slug":"how-to-add-sound-to-your-web-site-using-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193022"}},{"articleId":193018,"title":"How to Create a Text Navigation Bar in HTML","slug":"how-to-create-a-text-navigation-bar-in-html","categoryList":["technology","programming-web-design","html"],"_links":{"self":"https://dummies-api.dummies.com/v2/articles/193018"}}]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-6322189f37bfb\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;html&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-6322189f38463\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":184703}],"_links":{"self":{"self":"https://dummies-api.dummies.com/v2/categories/33600/categoryArticles?sortField=time&sortOrder=1&size=10&offset=0"}}},"objectTitle":"","status":"success","pageType":"article-category","objectId":"33600","page":1,"sortField":"time","sortOrder":1,"categoriesIds":[],"articleTypes":[],"filterData":{"categoriesFilter":[{"itemId":0,"itemName":"All Categories","count":8}],"articleTypeFilter":[{"articleType":"All Types","count":8},{"articleType":"Articles","count":6},{"articleType":"Step by Step","count":2}]},"filterDataLoadedStatus":"success","pageSize":10},"adsState":{"pageScripts":{},"pageScriptsLoadedStatus":"initial"},"navigationState":{"navigationCollections":[{"collectionId":287568,"title":"BYOB (Be Your Own Boss)","hasSubCategories":false,"url":"/collection/for-the-entry-level-entrepreneur-287568"},{"collectionId":293237,"title":"Be a Rad Dad","hasSubCategories":false,"url":"/collection/be-the-best-dad-293237"},{"collectionId":295890,"title":"Career Shifting","hasSubCategories":false,"url":"/collection/career-shifting-295890"},{"collectionId":294090,"title":"Contemplating the Cosmos","hasSubCategories":false,"url":"/collection/theres-something-about-space-294090"},{"collectionId":287563,"title":"For Those Seeking Peace of Mind","hasSubCategories":false,"url":"/collection/for-those-seeking-peace-of-mind-287563"},{"collectionId":287570,"title":"For the Aspiring Aficionado","hasSubCategories":false,"url":"/collection/for-the-bougielicious-287570"},{"collectionId":291903,"title":"For the Budding Cannabis Enthusiast","hasSubCategories":false,"url":"/collection/for-the-budding-cannabis-enthusiast-291903"},{"collectionId":299891,"title":"For the College Bound","hasSubCategories":false,"url":"/collection/for-the-college-bound-299891"},{"collectionId":291934,"title":"For the Exam-Season Crammer","hasSubCategories":false,"url":"/collection/for-the-exam-season-crammer-291934"},{"collectionId":301547,"title":"For the Game Day Prepper","hasSubCategories":false,"url":"/collection/big-game-day-prep-made-easy-301547"}],"navigationCollectionsLoadedStatus":"success","navigationCategories":{"books":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/books/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/books/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/books/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/books/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/books/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/books/level-0-category-0"}},"articles":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/articles/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/articles/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/articles/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/articles/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/articles/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/articles/level-0-category-0"}}},"navigationCategoriesLoadedStatus":"success"},"searchState":{"searchList":[],"searchStatus":"initial","relatedArticlesList":[],"relatedArticlesStatus":"initial"},"routeState":{"name":"ArticleCategory","path":"/category/articles/html-33600/","hash":"","query":{},"params":{"category":"html-33600"},"fullPath":"/category/articles/html-33600/","meta":{"routeType":"category","breadcrumbInfo":{"suffix":"Articles","baseRoute":"/category/articles"},"prerenderWithAsyncData":true},"from":{"name":null,"path":"/","hash":"","query":{},"params":{},"fullPath":"/","meta":{}}},"profileState":{"auth":{},"userOptions":{},"status":"success"}}
Logo
  • Articles Open Article Categories
  • Books Open Book Categories
  • Collections Open Collections list
  • Custom Solutions

Article Categories

Book Categories

Collections

Explore all collections
BYOB (Be Your Own Boss)
Be a Rad Dad
Career Shifting
Contemplating the Cosmos
For Those Seeking Peace of Mind
For the Aspiring Aficionado
For the Budding Cannabis Enthusiast
For the College Bound
For the Exam-Season Crammer
For the Game Day Prepper
Log In
  • Home
  • Technology Articles
  • Programming & Web Design Articles
  • HTML Articles

HTML Articles

If the internet is a LEGO Death Star, HTML is the individual bricks. Learn all there is to learn about the foundation of the worldwide web.

Articles From HTML

Filter Results

8 results
8 results
HTML How to Add Sound to Your Web Site Using HTML

Article / Updated 09-29-2023

There are plusses and minuses of adding sound to your Web page, but if you decide adding sound is of value to your Web page visitors, HTML offers two competing ways to add it: with the <bgsound> tag and with the embed tag. The <bgsound> tag works well and has useful options for controlling sound, but it’s not supported by all browsers. This example uses the <embed> tag, which is not officially supported by the HTML standard at all, but it works in most browsers. <embed> has options for different media players, such as Windows Media Player or Apple QuickTime. Follow these steps to add sound to a Web page in a text editor: Open your Web page in Notepad. Let your Web page’s user know they can stop sound from playing in your Web page by clicking the Stop button in their browsers. Enter the <embed> tag and a link to the sound file you want to use. An example looks like this: <embed src=<i>“pathname/filename”</i>>, <i>“pathname/filename”</i> is a link to the sound file. The simplest way to be sure you have the link right is to place the sound file in the same folder as the Web page; that way the link is simply the filename. Click File→Save and reopen the file. The sound should play. Test the link right away to be sure it will work. If the sound doesn’t play, experiment to make sure you have the path right and that sound plays on your machine. To make sure you have the link right, put the file in the same folder as your Web page and simplify the link. To make sure that sound playback works on your machine, navigate to the file in Windows Explorer and click it. It should play. If not, identify and fix the files affecting sound playback on your machine.

View Article
HTML A Sample Web Page in HTML

Article / Updated 11-21-2019

When you're creating Web pages, you use HTML — a lot! The following sample shows the HTML formatting and codes you use to create headings and titles, lists, lines, and images as well as boldface and italicized type, not to mention how to include a link. <html> <!-- Text between angle brackets is an HTML tag and is not displayed. Most tags, such as the HTML and /HTML tags that surround the contents of a page, come in pairs; some tags, like HR, for a horizontal rule, stand alone. Comments, such as the text you're reading, are not displayed when the Web page is shown. The information between the HEAD and /HEAD tags is not displayed. The information between the BODY and /BODY tags is displayed.--> <head> <title>Enter a title, displayed at the top of the window.</title> </head> <!-- The information between the BODY and /BODY tags is displayed.--> <body> <h1>Enter the main heading, usually the same as the title.</h1> <p>Be <b>bold</b> in stating your key points. Put them in a list: </p> <ul> <li>The first item in your list</li> <li>The second item; <i>italicize</i> key words</li> </ul> <p>Improve your image by including an image. </p> <p><img src="http://www.mygifs.com/CoverImage.gif" alt="A Great HTML Resource"></p> <p>Add a link to your favorite <a href="https://www.dummies.com/">Web site</a>. Break up your page with a horizontal rule or two. </p> <hr> <p>Finally, link to <a href="page2.html">another page</a> in your own Web site.</p> <!-- And add a copyright notice.--> <p>© Wiley Publishing, 2011</p> </body> </html> All this HTML translates to a Web page that looks something like this:

View Article
HTML How to Use the CoffeeCup HTML Editor

Step by Step / Updated 03-27-2016

As a leading WYSIWYG Web pages tool, CoffeeCup HTML Editor has all the important basic features that you need to build basic Web pages. Using these features, you can create and edit Web pages without seeing HTML tags, drag and drop links to other Web locations without typing the URL or pathname, cut and paste graphics into your Web page, resize graphics, and add alternate text, and create and edit tables and forms. To check for an updated version of CoffeeCup HTML Editor, go to the CoffeeCup HTML Editor site. To run CoffeeCup HTML Editor, you need a computer running Windows XP or Windows Vista. It doesn’t run on the Macintosh or Linux/Unix operating systems. After you download it, follow these steps to start CoffeeCup HTML Editor and get oriented to using it:

View Step by Step
HTML How to Create HTML Lists in Notepad

Step by Step / Updated 03-27-2016

Including lists on your Web pages is good design. Lists are interesting to look at, easy to scan, and inspire you to write short, punchy phrases. Follow these steps to create a list in Notepad:

View Step by Step
HTML How to Use HTML Lists on Your Web Page

Article / Updated 03-26-2016

Using HTML lists is a great way to present information to readers on your Web pages. Lists make information on your Web page easy to parse. Here are some other reasons to use lists on your Web pages: Lists are interesting to look at: Web pros are always telling people to use lots of white space to vary the appearance of their pages so they’re not just featureless blobs of text. Lists do this; they break up text. Lists are easy to scan: People are more likely to scan text on the Web than to read it carefully. Lists make the writer get to the point: When you write a list, you may end up editing a page of boring, monotonous text down to three or four points in a bulleted list, which greatly benefits your readers. HTML and Web-page editing programs based on HTML (such as CoffeeCup) offer three kinds of lists, but only two are used much: Bulleted lists: Bulleted lists are by far the most widely used kind of list on the Web. Bulleted lists are flexible and fun, and easy to read. You start a bulleted list with the tag, which stands for unordered list. You end it with the tag. Each list item is preceded with , which stands for list item. List items don’t have to have an ending tag, though you can add one (it’s >). After your text, the browser expects to see either another tag, for the next list item, or the tag to end the list. You can convert many long blocks of text into a bulleted list and make the text shorter, easier to read, and more interesting. If you have to move existing text to the Web, consider converting parts of it to bulleted lists as a quick way to make it more Web friendly. Numbered lists: Numbered lists are very useful, but are found much less often on the Web. Numbered lists begin with for ordered list, end with , and, like bulleted lists, use the tag to mark the beginning of each list item. Any time you have a list that has an order of importance, or a sequence in time make it a numbered list. Definition lists: These lists give a term and then a definition for the term. They’re rarely used. A definition list starts with and ends with . Each term is preceded by , for definition term, and each definition is preceded by , for definition data. Use definition lists where you can, or use bold text and bulleted or numbered lists to create your own definition-type list. Lists within lists: You can insert or nest one list inside another. The nested list can be the same kind of list, or a different kind, than the list that contains it. In the limited view offered on most users’ screens, users have a hard time keeping track of where they are in the overall list if you start throwing sublists at them as well.

View Article
HTML How to Create a Text Navigation Bar in HTML

Article / Updated 03-26-2016

Including a navigation bar helps your readers find information on your site. If you are building your Web page in an HTML text editor, the coding to create a navigation bar is easy. Here’s an example of a simple text navigation bar for a small consulting business: Home | Services | Memberships | Publications | Experience | Contact me Each tab is underlined to reflect that it’s a link to that page or multipage area of the site. Note that the Home tab is not underlined. When you click the word Experience on the text menu to go to the Experience page, the text navigation bar should change to reflect where you are: Home | Services | Memberships | Publications | Experience | Contact me Follow these instructions to create a text navigation bar: Open a new, empty page in Windows Notepad, name the file and save it with .htm as the extension. For example, you might call it navbar.htm. Type the elements of your site, with a word or two for each page or area. Use the vertical bar to separate the tabs. If the vertical bar character is not accessible from your keyboard, it should be available from the Symbol or similar menu in a word processing program. (There’s no such option in Notepad.) You can copy and paste the vertical bar into Notepad. Center the navigation bar on the page by using the center attribute of the paragraph tag, like so: <p center>Home | Services | Memberships | Publications | Experience | Contact me</p> The text menu will be centered. To link the Home tab to the home page of your site, surround the word Home with the and tags. Add the href attribute like so: . The Insert Link dialog box appears. Repeat for the remaining phrases and link them to the relevant page on your site. The pages don’t have to exist yet, though of course the links won’t work until the pages are there. Whenever you create a page, the name must match the name in the text menu exactly. Copy the menu to each Web page of your site. Alternatively, you can create a new file (for any pages that don’t yet exist) and put the menu in it. As you proceed, delete the link from the tab representing the page you’re about to save.

View Article
HTML Common HTML Tags for Creating Web Pages

Article / Updated 03-26-2016

If you're creating Web pages, you can't escape using HTML, and really, why would you want to? The Web language translates your glorious ideas into engaging Web pages. The lists here offer the basic HTML tags used most often in formatting Web pages, including links to other Web pages, inserting images on your page, and creating tables. Formatting text You need headings to organize your Web page, differing types of type to place emphasis, and lists to keep things interesting. These tags help you format them all: Headings: Top heading, Next-level heading, ... Lowest heading Bold: text Italic: text Paragraph: A paragraph of text Bulleted list: First list item Second list item Numbered list: Item #1 Item #2 Inserting links Web sites are meant to link to other sites and be linked to them. These HTML tags are the ones you need to connect in the ether: Links to external Web pages: The ...For Dummies Web page Links within a Web site, same directory: My resume Links within a page: Jump to the next line. Here is the next line. Graphics and multimedia You want graphics and multimedia on your Web page to add visual interest. These HTML tags show how to include visuals: Photos and still images: Moving images: Drawing tables Setting up tables means setting a border and making HTML tags for every row and cell: Start table with 1-pixel border: Rows and cells: Table end: First Row, First CellFirst Row, Second Cell>Second Row, First CellSecond Row, Second Cell

View Article
HTML Review the Evolution of HTML

Article / Updated 03-26-2016

To help you keep all the options in markup languages in perspective, here's a quick review of how we got to where we are now. The World Wide Web was built on good old HTML, the Hypertext Markup Language, which was born out of SGML, the Standard Generalized Markup Language, which dates all the way back to 1986. XML, the eXtensible Markup Language, was also born out of SGML. XML caught on so well that it became a standard for sharing data across all kinds of documents and systems. The popularity of XML led to the evolution of HTML to XHTML. Essentially, XHTML is a more restrictive subset of SGML, one that can be read better by XML parsers because it follows the rules strictly. If you can picture the typical “odd couple,” HTML is the sloppy roommate and XHTML keeps the contents of the medicine cabinet in alphabetical order. HTML5 isn’t as strict as XHTML, but it has some grown-up features, such as better ways to present multimedia. HTML5 benefits from two new additions — CSS 3 and JavaScript. Combine the power of all three of these current web standards and you can add a lot more interactivity, animation, and even location awareness — features that are especially exciting in the mobile world. This five-minute version of the history of HTML is only part of the story of how we got to where we are now. In what many now consider a misguided effort, the makers of the first mobile web browsers created another markup language, the Wireless Markup Language (WML). Perhaps an understandable reaction to the limited options of early feature phones, WML is now quickly being discarded. And, you should note that the term Wireless Application Protocol (WAP) is used to describe everything related to the mobile web. WAP 1.0 represents the earliest attempts at mobile web design, including websites created with WML. When the mobile web evolved to WAP 2.0 in 2002, most mobile devices could display pages designed in XHTML Basic (a subset of XHTML that has no support for CSS). Since 2004, most phones can handle XHTML MP, which (mostly) supports CSS 2. C-HTML, another mobile markup language you may run into on the web, was designed to be used on NTT DOCOMO phones in Japan, but most mobile designers in Japan now predict that the iPhone’s growing popularity in Japan means that C-HTML will eventually be replaced by XHTML MP. The good news is that all the code designed for the mobile world is based on good old HTML. So if you have a background in HTML, you’re off to a great start. If you want to create a site that will work for any of the more than 6,000 devices in the market, you need a design strategy that includes all these languages and pages created and delivered to match each device.

View Article

Quick Links

  • About For Dummies
  • Contact Us
  • Activate Online Content

Connect

About Dummies

Dummies has always stood for taking on complex concepts and making them easy to understand. Dummies helps everyone be more knowledgeable and confident in applying what they know. Whether it's to pass that big test, qualify for that big promotion or even master that cooking technique; people who rely on dummies, rely on it to learn the critical skills and relevant information necessary for success.

Copyright @ 2000-2024 by John Wiley & Sons, Inc., or related companies. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.

Terms of Use
Privacy Policy
Cookies Settings
Do Not Sell My Personal Info - CA Only