130 likes | 338 Views
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.
E N D
HTML • Plain text and Text formatting
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
Text Formatting Tags • Add the following text <hr /> <h3>Using bold formatting</h3> <p> <b> Look Ma, I am making a webpage! </b> </p>
Text Formatting Tags • Add the following text <hr /> <h4>Using italic formatting</h4> <p> <i> Look Ma, I am making a webpage! </i> </p>
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>