1 / 11

HTML and the web

HTML and the web. #FDOM. HTML. Hypertext Markup Language (It’s all a bunch of text in a whole lot of files!) Made up of < tags > < html > < img > < a > < ul > < ol > Made up of attributes =“ values ” < body bgcolor =“ blue ”> < /body >. HTML. HTML. HTML. How to add an image:

ipo
Télécharger la présentation

HTML and the web

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 and the web #FDOM

  2. HTML • Hypertext Markup Language • (It’s all a bunch of text in a whole lot of files!) • Made up of <tags> • <html> <img> <a> <ul> <ol> • Made up of attributes=“values” • <bodybgcolor=“blue”> </body>

  3. HTML

  4. HTML

  5. HTML • How to add an image: <imgsrc=“dale.jpg” /> • How to add a link: <a href=“http://www.google.com">Google</a> • How to add a list: <ol> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> </ol>

  6. HTML

  7. HTML

  8. HTML • How to add a table: <table width=“400” border=“1”> <tr> <td>Favorite Website</td> <td>Favorite App</td> <td>Favorite Podcast</td> </tr> <tr> <td>daleblasingame.net</td> <td>Cat Spanish</td> <td>1310 The Ticket WTDS</td> </tr>

  9. HTML

  10. HTML

  11. HTML • HTML is used for CONTENT and STRUCTURE of a webpage • It is not so good for STYLE

More Related