How Do You Properly Nest HTML Tags?
HyperText Markup Language (HTML) is the standard for basic web page design. What can you do with HTML? You can make text bold, you can change the color of the background, you can create tables… the list goes on and on. But what happens when, say, you want to do more than one thing to a certain word, sentence, or general part of the page? Nesting tags is an important part of learning HTML, and can lead to errors or an unexpected display if done incorrectly. This article provides a brief overview on how to order, or “nest”, opening and closing tags in HTML. Step 1 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep1 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/GlobalPhoto/Articles/4915634/ehow1_Full.jpg’); }); Enter the content you wish to edit in your HTML file. The sentence “This is a bold and green example.” will be used for this article. Step 2 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep2 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/G