Posts

Showing posts from August, 2021

Session 7: Introducing CSS

Image
HTML so far The Basics <html> <head> <title></title> </head> <body> </body> </html> Headings <h1> .... </h1> <h2> .... <h2> <h3> .... </h3> <h4> .... </h4> <h5> .... </h5> <h6> .... </h6> Paragraphs <p>....</p> Breaks <br /> Lines <hr /> Lists <ol> .... </ol> <li> .... </li> <ul> .... </ul> Images <img src="path/filename" height="nnn" width="nnn" alt="corporate logo"> Attributes id title class style id="value" title="value" class="value" style="value" Tables <table> </table> Use to define the table <tr> </tr> used for each row in the table <th> </th> Table Header - this makes the text bold <td> </td> table data is used to incl...

Session 4: Introduction To HTML

Image
What is HTML Watch the following video LinkedIn Learning: What is HTML LinkedIn Learning: The role of HTML LinkedIn Learning: The syntax of HTML elements HTML stands for HyperText Markup Language and it is the main language used to create web pages. The "tags" are typed into a text editor, which are then interpreted by your web browser and your web page will be displayed accordingly. The current version of HTML is HTML5 with CSS3. If you would like to find out more about the various versions of HTML and the history of the language, here is a good source  http://www.yourhtmlsource.com/starthere/historyofhtml.html Note: The HTML file is where you put your page content. The CSS file is where the pretty stuff goes i.e. fonts, colours, borders. What do you need? Actually, you need very little to create web pages with HTML. A little bit of know how (or a good tutorial), a text editor and a browser. Text Editor There are plenty of text editors around. If you have a ...

Session 3: Project Management Tools

Project Management Tools While it is not essential to use a project management tool, you will find that there are many advantages to doing so. Project management software can be a commercial package such as Microsoft Project; an open source application such as OpenProj or GanttProject; or an online application such as Wrike, Trello or Basecamp. What does Project Management software do? Project management software has the capacity to help plan, organize, and manage resource tools and develop resource estimates. Depending on the sophistication of the software, it can manage estimation and planning, scheduling, cost control and budget management, resource allocation, collaboration software, communication, decision-making, quality management and documentation or administration systems. Today, numerous PC & browser based project management software and contract management software solutions exist, and are finding applications in almost every type of business. Source: https://en.wikipedi...