Monday, 1 August 2016

Blog Task 17-19

<!DOCTYPE html>
<html>
<title>Bold, Italics, Underline Task</title>
<body>
<p><b>This is a bold paragraph</b></p>
<p><i>This is an italic paragraph</i></p>
<p><u>This paragraph is underlined</u></p>
<h1>Header1</h1>
<h2>Header2</h2>
<h3>Header3</h3>
<h4>Header4</h4>
<h5>Header5</h5>

<h6>Header6</h6>
<a href="https://en.wikipedia.org/wiki/Dunedin">Dunedin</a>
</body>
</html>

Blog Task 16


  • Notepad++

Notepad++ is essentially notepad with extra features which make it useful for coding different languages, including HTML. A benefit is that it has it's own run function which runs the code in a selected browser.


  • http://www.onlinehtmleditor.net/

Online HTML Editor has the upside of being able to be accessed anywhere where an internet connection is available, and also that it is in real time, so you can witness the changes that are happening as you type the code in.