OSU Example of HTMl to embed video Oregon State <iframe width ="420 height=315 src="http://www.youtube.com/embed/ywlvgpxxjso frameborder=0"allowfullscreen></iframe> Basically, you're putting a little you tube page inside your own
Example of HTML to embed video <iframe width="420" height="315" src="http://www.youtube.com/embed/YwlVgpXXJS0" frameborder="0" allowfullscreen></iframe> Basically, you're putting a little YouTube page inside your own
OSU HEAD versus BODY Oregon State Sometimes you want to put invisible stuff on the page that gets loaded before the visible stu斤f Examples: style information, scripts etc This goes in the head Everything else goes in the bODy
HEAD versus BODY • Sometimes you want to put invisible stuff on the page that gets loaded before the visible stuff – Examples: style information, scripts, etc • This goes in the HEAD • Everything else goes in the BODY
OSU HEAD VS BODY exampl e Oregon State <html><><title> My page title</title> </head><body> <h1>Visible content starts heres/h1> And <em >fine</em> content it is, too! </body></html>
HEAD vs BODY example <html><head><title>My page title</title> </head><body> <h1>Visible content starts here</h1> And <em>fine</em> content it is, too! </body></html>
OSU Handy tags for organizing content <main>.</main> for your main content Usually contains some sections <section>.</section> for a section Omit if there's really just one section Usually contains several <p> or <div> tags, maybe a low-level heading such as <h3> <nav>./ nav> for navigation Usually contains a list of links
Handy tags for organizing content • <main>…</main> for your main content – Usually contains some sections • <section>…</section> for a section – Omit if there's really just one section – Usually contains several <p> or <div> tags, maybe a low-level heading such as <h3> • <nav>…</nav> for navigation – Usually contains a list of links
OSUActivity Oregon State Post a web page that has the following a shead> containing a <title> with your name A <body> containing a <main> containing a <p> containing one sentence describing what you want to do after you graduate
Activity • Post a web page that has the following: – A <head> containing a <title> with your name – A <body> containing a <main> containing a <p> containing one sentence describing what you want to do after you graduate