<html> <head> <title> <body>
page structure
use <html>, <head>, <title> and <body> tags to organise structure of a webpage
section
use <div> tag to organise structure of a webpage
text
use <h1>, <p>, <ol>, <ul> and <li> tags to organise text content of a webpage
media
use <img>, <audio> and <video> tags to organise media content of a webpage
hyperlink
use <a> anchor tag to organise hyperlinks
relative address
absolute address
use relative addressing and absolute addressing for web links
internal address reference
external address reference
use internal addressing and external addressing for web links
javascript
onmouseup, onmouseover
describe Javascript code for mouse events: onmouseover and onmouseup