-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Page looks great! Once you move your aboutme content over, here are a few suggested HTML fixes:
-
General structure for document is
<doctype><html><head>css links, etc</head><body>content</body></html>.Your page currently goes
<doctype>csslinks<html>content<body>more content</body></html> -
Remove 'px' unit from width attribute in
<img>elements. The unit of pixels is inferred, so you can just put the number in
There are a few more suggestions available from the W3C Validator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels