Web design

I’ve designed and developed websites professionally from 1995 to 2012. After that, I designed various websites for my own use and collaborations that I’ve entered, and in 2017 I’ve picked up web design professionally again. Below, you can find some… Read on

Step 3: Body

It’s time to really start building the website. <body>-element Add the following bold printed section to your sample file: <!DOCTYPE html> <html> <head> <meta charset=“UTF-8”> <title>Whatever title of your file</title> </head> <body> </body> </html> Compared to the old HTML course, this… Read on