Skip to content

HTML fixes for aboutme/index.html #2

@nicksuch

Description

@nicksuch

Page looks great! Once you move your aboutme content over, here are a few suggested HTML fixes:

  1. 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>

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions