## Lecture 1 (13:00) - Text ### IPv4 and DNS - DNS translates an IPv4 address (12 digit, period separation), to a URI (google.com, salford.ac.uk). This allows a user to input a human readable address, and have it translated to the location of the webserver. ### Markup - Structural - Headers - Paragraphs - Divs - Body - Semantic - Extra info such as emphasis, quotation, etc. - 6 levels of heading <\hX><\\hX> - Paragraph is started with a line break ```html <\sup> (superscript) ``` ```html <\sub> (subscript) ``` ```html
(Horizonal Break) ``` ```html <\strong> (Strong emphasis) ``` ```html <\em> (Subtle Emphasis) ``` ```html

Did you ever stop the think, and forget to start again?<\p><\blockquote> ``` ```html Prof<\abbr> ``` ```html NASA<\acronym> ``` ## Lecture 2 (15:00) ```html (Citation) ``` ```html (Definition) ``` ```html

(Author Address) ``` ```html or (Linethrough) ``` ```html (Insert / Underline) ``` - Any content inside a `
`, is relative to the division, not the screen / viewport. ```html
(Unordered List) ``` ```html
(Ordered List) ``` ```html
(Definition Title>)
(Definition Data)
```