December 2017
Beginner
458 pages
7h 52m
English
The next thing we want to do is to create the header. To create this, follow these steps:
<!DOCTYPE html> <html> <head> <title>PhotoGenik</title> <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> <link rel="stylesheet" href="style.css"> </head> <body> <header> </header> </body> </html>
Read now
Unlock full access