Self-Assessed Question & Activity
|
|
Use Notepad to create a new file on your hard drive. Call it 0.htm (say: zero dot aitch tee emm). Leave the file open and ready to receive some text. Click'n'drag your cursor over the html code,
shown in red below to highlight it all. <html> Save the code in your open Notepad
file 0.htm Keep re-viewing the web page every time you have made a change. You must Save the Notepad document each time. And then click on Refresh to tell your browser to fetch the amended page from the hard drive again.
. |
|
Self-Assessed Question Author's Suggested Response <hr width=40> The figure, 40, refers to the width in pixels across the screen. If you replace the figure with a percentage, like this <hr width=40%> then the browser makes the line fill forty per cent of the width of the page. The browser will adjust this dynamically as you adjust the size of the browser window. Try it.
You can adjust the size of
your browser window by click'n'dragging this shaded grey corner on the
very bottom right-hand corner of the open window. Drag the corner diagonally
across the screen. |