My Coding Journey 3
Hello guys, Now I'm here again to update you about my coding journey so far. Could you all believe I am now 41% done with my course on HTML and CSS - just like yesterday. I'm super glad at the frontend developer I'm gradually becoming. So far, I've learned about HTML lists, HTML tags, HTML images as well as HTML links. My project is centered on creating a simple website about my favorite book ensuring to include some common HTML tags along the way. Kindly find the code below. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> ...