reading-notes

Class 4 Notes - structure web pages with HTML

Wireframe And Design

Source: https://careerfoundry.com/en/blog/ux-design/how-to-create-your-first-wireframe/

What is wireframing?

Six Steps

  1. Research * look at UX trends and best practices, ID your user
  2. Prepare for quick reference * Make note of key takeaways, reminders of best features, a few quotes from the audience
  3. Map user flow
  4. Draft & sketch vs. draw or illustrate
  5. Add detail and start testing
  6. Turn wireframes into prototypes

3 Principles for good wireframing

  1. Clarity
  2. Confidence
  3. Simplicity

Mozilla HTML Basices

Source: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics

What Is HTML and What Is An Element?

Anatomy of HTML Document

Marking Up Text


Semantics

Source: https://developer.mozilla.org/en-US/docs/Glossary/Semantics

JavaScript

From the source above:

CSS

From the source above:

HTML

  1. search engines consider its contents important keywords (good for SEO)
  2. Screen readers use it to signpost to assist visually impared users
  3. Finding blocks of meaningful code is easier to see
  4. Suggests to the dev the type of data expected to be populated
  5. Semantic naming mirrors custom element/component naming

Things I Want To Know More About

All questions answered!

Live URL: https://s-glass.github.io/reading-notes/102/class4notes