Wireframe and Design
Wireframe is a practice that helps the designers to define and plan the information hierarchy.
Making your wireframe in six steps
- Doing research
- Preparing reference
- Mapping out user flow
- Drafting and sketching
- Adding detail and testing it
- Turning wireframes into prototypes
3 Key principles for a good wireframe
-
Clarity
The wireframe is a tool for your to visualize the layout of your site page.
-
Confidence
Ease of navigation and clear calls-to-action will increase user confidence.
-
Simplicity
Avoiding to provide too much information, coppy, or links, which can be distractive to the users.
Mozilla HTML Basics
- Nesting elements
- the order of opened and closed tags has to be consistant
- Empty elements
- Headings : <h1>-<h6>
- Paragraphs: <p>
- Lists
- Unordered lists: <ul>
- Ordered lists: <ol>
- List item: <li>
- Links: <a href=”https://link-to-something”> something</a>
Semantics
The meaning of a pice of code.
Some of the common tags in HTML:
- <article>
- <aside>
- <details>
- <figcaption>
- <figure>
- <footer>
- <header>
- <main>
- <mark>
- <nav>
- <section>
- <summary>
- <time>