My reading notes
what is a wire frame? its a basic outline of what you’re creating
wireframing is a great way to understand how the interface will work
Type’s of wireframing
Wireframe flow examples
Tools
6 steps wireframe
3 key principle
Hypertext makrup language
What is html?
html is a markup language that defines the structure of your content.HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.
Anatomy of an html element
Example html
<p>paragraph</p>
<h1>heading</h1>
<a>anchor</a>
In programming, Semantics refers to the meaning of a piece of code — for example “what effect does running that line of JavaScript have?”, or “what purpose or role does that HTML element have” (rather than “what does it look like?”.)
li