Wild Series-1.2 Build a one page website
Once you have your tools you need to think about what type of website you want to build.
Ask yourself:
For level #1:
Now that we have our design parameters we can build the first page.
The first step is creating a blank template. A blank template contains the minimal amount of code for valid HTML. Less code can render but may not work with older browers. Here is our template:
Let's make our first page say,"Hello World!":
Once you double click index.html a browser window will open it. You will see a blank white page saying "Hello World!". This is your first webpage, congrats!
This concludes Level #1: Building a static website. Continue to Level #1: Hosting a Website