


|
Web Paging 101 |
|
|

|
11 Using Code Based View |
|
Using Code Based Web Page Building Gives Many Extra options Design Based Web Paging Doesn’t give.
In the code based view, we can <center> a text or object. We can <b> bold a text. We can <u> underline a text. We can make a text <h1> bigger or <h4>smaller. We can put a <br> Break in a Text. We learn for everything open in coding, it must be closed. Examples are: </b> Close Bold </center> Close Center
<center> Web Design 101</center> <br><br><br>
<center> <b> In web design code view, we have extra options of BOLDING and CENTERING.</b></center> <br> <h1> Makes the Text Much Bigger</h1> <br> <h4> Makes the Text Bigger Still</h4> <br> <p> Allows for text with punctuation. </p><br> <p><u> Allows the text to be underlined.</u></p>
See Code View Help Page for More Code Help
|
