The phrase tags have been desicolgned for specific purposes, though they are displayed in a similar way as other basic tags like <b>, <i>, <pre> , and <tt> , you have seen in previous chapter. This chapter will take you through all the important phrase tags, so let's start seeing them one by one. Emphasized Text Anything that appears within <em>...</em> element is displayed as emphasized text. Example <!DOCTYPE html> <html> <head> <title>Emphasized Text Example</title> </head> <body> <p>The following word uses an <em>emphasized</em> typeface.</p> </body> </html> This will produce the following result − Marked Text Anything that appears with-in <mark>...</mark> element, is displayed as marked with yellow ink. Example <!DOCTYPE html> <html> <head> <tit...
The way where you can Learn easily by simple explanation with example. Web Technologies like HTML, CSS, Website Design, Hosting, SSL certificate, Android development, Computer, Hardware & Software, protection and gadgets News.
Comments
Post a Comment