1 / 7

HTML basics

HTML basics. Before you begin View source option Select file / save and edit a page on your hard drive From your browser pull up the doc you just saved You can now view the file as you edit it. Page Structure. Header: <html><head> … </html></head> Title tag Meta tags CSS content

roden
Download Presentation

HTML basics

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. HTML basics • Before you begin • View source option • Select file / save and edit a page on your hard drive • From your browser pull up the doc you just saved • You can now view the file as you edit it

  2. Page Structure • Header: <html><head> … </html></head> • Title tag • Meta tags • CSS content • Body <body></body></html> • Page content

  3. Specific HTML tags 1 • Header tags <H1>BIG</H1> … <H6>small </H6> • <p> new paragraph • <br>new line • <hr>line

  4. Specific HTML tags 2 • <A HREF=“http://timwoolleyracing.com”>Barbaro Updates</A> … anchor text “Barbaro Updates” hyperlinks to timwoolleyracing.com • <A HREF=“mailto:alexbr.brown@gmail.com”>Alex Brown</A> … anchor text “Alex Brown” activates e-mail box to: alex.brown@gmail.com

  5. Specific HTML tags 3 • <img src=http://www.udel.edu/alex/alexfp1.jpg>Alex on horse</A> … anchor text “Alex on horse” hyperlinks to http://www.udel.edu/alex/alexfp.jpg • <ul> <li> </ul> unnumbered list • <ol> <li> </ol> numbered list • Hyperlink within text: <A HREF=#keyword”>andchor text</A> … <a name=keyword>destination text</a>

  6. Design 1 • File size versus graphics • Site branding • Options on page versus depth of site • Page length • Navigation devices • Prioritize key information • Visitor controls information consumption

  7. Design 2 • Editorial rigor • Hook • Machine

More Related