70 likes | 162 Vues
Learn about the Transitional Template in Notepad format, its features, and how it can enhance your HTML coding experience. Explore Meta Tags, Bird Houses, and Comment Tags.
E N D
Transitional Template <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title></title> </head> <!--comment--> <body> </body> </html>
Transitional Template <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> </head> <body> </body> </html> • Two other formats are: • Strict • Frames
Meta Tags <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title></title> </head> <body> </body> </html>
Sample Meta Results Bird Houses at BestNest - Over 500 bird houses in stock. Free same-day shipping at BestNest! bestnest.com is rated (220 reviews) www.bestnest.com Handmade Birdhouses - Rustic birdhouses in various colors Support our area artisans. www.northquabbinwoods.org
Comment Tag <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title></title> </head> <!--comment--> <body> </body> </html> Comments don’t show up on the webpage. For information only.