1 / 7

Let’s talk about the Notepad Format

Let’s talk about the Notepad Format. 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>

hop
Download Presentation

Let’s talk about the Notepad Format

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Let’s talk about the Notepad Format

  2. 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>

  3. 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

  4. 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>

  5. 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

  6. 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.

More Related