The course has been very educative so far. I have learnt many things since the beginning of the course which includes: 1. Learning web design from scratch, 2. Learning how HTML tags work, 3. Learning how to create links and adding pictures to the site, 4. How to create comments in my code. During the course, I worked on a project which talks about my favourite Book and how much I love the book. The project tells you about the author and the book itself (The Big Picture by Dr Ben Carson) Here is a screenshot of the project. Here are the Codes: First page (index.html) <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>The Big Picture</title> </head> <body> <!-- The <fieldset> tag creat a feild or contaner where we can place other items inside--> <fieldset> ...
Log into your computer with an administrator account. Type into the search field cmd.exe Click with the right mouse button on cmd.exe and select “Run as Administrator” Change to the directory where Microsoft Office is installed. If you are running a 32bit Office on a 32bit Windows or an 64bit Office on a 64bit Windows, enter cd \Program Files\Microsoft Office\Office15 if you are running a 32bit Office on a 64bit Windows, enter cd \Program Files (x86)\Microsoft Office\Office15 Enter cscript ospp.vbs /sethst:ug-kms.uni-goettingen.de to connect to our KMS server Finally enter cscript ospp.vbs /act to complete the activation process.
The course has been very educative so far. I have learnt many things since the beginning of the course which include : 1. Learning web design from the scratch, 2. Learning how HTML tags work, 3. Learning how to create an unordered/ordered list, 4. How to create comments in my code. During the course, I worked on a project which talks about my favorite food and how to prepare it. The project tells you all the ingredients you need to prepare the food in an unordered list form here is an example of an unordered list opening and closing tag <ul>...</ul> . And then it went on to explain step by step procedures to prepare the meal using an ordered list here is an example of an ordered list opening and closing tag <ol>...</ol> Here is a screen shot of the project. Here is the Code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width...
Comments
Post a Comment