Skip to content

Regina3000/WD4E_HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Repo for Coursera Web Design for Everybody's Intro to HTML course.

Resources cited in the course:

https://www.wpkube.com/html5-cheat-sheet/

https://htmlcheatsheet.com/

https://webaim.org/resources/htmlcheatsheet/

https://www.w3schools.com/html/html5_semantic_elements.asp

https://learn.shayhowe.com/html-css/getting-to-know-html/

DEIJ Open Image Banks

Images:

    <figure>
        <img src = "" width = "50%" alt = "whatever image I choose"> <!-- width in percentages alt text:  only for images that contain information, not for decorative images; don't use "image of" or "picture of"; decorative images alt = ""; link to page with long description of infographics; for icons, use aria-label; use diversity!-->
        <figcaption>This is a caption.</figcaption>
    </figure>

https://www.w3.org/WAI/tutorials/images/decision-tree/

Absolute links for outside links.

Relative links for owned links.

Never include local paths.

Can use an image as a link.

Use an informative name for the link text.

Embedded/internal links: contain id tag.

target attributes: _self - default action _blank - open in new tab or window _top - not covered; look up later _parent - not covered; look up later

Common tags

   <details>
       <summary>
           Click to show details.
       </summary>
       details
   </details>

Inline tags

is a neat tag.

Other specialized tags

Accessibility

screen readers contrast readability hearing issues motor skills cognitive disabilities neurological conditions

W3C WCAG 2.0

wave.webaim.org

Validation

code and accessibility

Hosting

GitHub Pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages