1 / 13

HTML

HTML. Plain text and Text formatting. Text Formatting Example. Important Tags for Assessment. Text Formatting Tags. Open mypage.html Add the following text <hr /> <h2>Using bold and italic formatting</h2> <p> Look Ma,<b>I</b> am making a<i> webpage! </i> </p> Save and Refresh.

gayora
Download Presentation

HTML

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 • Plain text and Text formatting

  2. Text Formatting Example

  3. Important Tags for Assessment

  4. Text Formatting Tags • Open mypage.html • Add the following text <hr /> <h2>Using bold and italic formatting</h2> <p> Look Ma,<b>I</b> am making a<i> webpage! </i> </p> • Save and Refresh

  5. In Notepad

  6. In the Browser

  7. Text Formatting Tags • Add the following text <hr /> <h3>Using bold formatting</h3> <p> <b> Look Ma, I am making a webpage! </b> </p>

  8. In Notepad

  9. In the Browser

  10. Text Formatting Tags • Add the following text <hr /> <h4>Using italic formatting</h4> <p> <i> Look Ma, I am making a webpage! </i> </p>

  11. In Notepad

  12. In the Browser

  13. Bold and Italics • ... Look Ma • ... Look Ma • ... Look Ma • ... Look Ma • <b>... Look Ma</b> • <i>>... Look Ma </i> • <b><i>... Look Ma</i></b> • <i><b>>... Look Ma</b></i> Be careful of a mismatched pair <i><b>... >... Look Ma </i></b>

More Related