GarrettS / parkinsons-guide

https://garretts.github.io/parkinsons-guide/
1 stars 0 forks source link

How to add References #3

Open GarrettS opened 1 month ago

GarrettS commented 1 month ago
  1. HTML Markup:

    • Utilize HTML or another markup language to structure and format the references section.
    • Use semantic HTML elements such as <section>, <h5>, <ol>, and <li> for clarity and accessibility.
  2. Heading:

    • Begin the references section with a clear and descriptive heading using the <h5> element (e.g., "References" or "Sources").
  3. Ordered List:

    • Employ the <ol> element to create an ordered list of references, ensuring sequential numbering for each reference.
  4. List Items:

    • Within the <ol> element, use <li> elements to represent each reference.
    • Inside each <li> element, use the <a> element to hyperlink the reference to its source.
    • Provide descriptive text within the <a> element to summarize the content of the reference, such as the title of the study or article.
  5. Accessibility:

    • Enhance accessibility by including the target="_blank" attribute within the <a> element to open reference links in a new tab or window.
    • Ensure that all textual content, including titles and descriptions, is concise and descriptive to facilitate comprehension for all users.
  6. Consistency and Readability:

    • Maintain consistent formatting, including font size, style, and alignment, throughout the references section.
    • Consider using bullet points or numbered lists for each reference to enhance readability and organization.