Monday, 25 November 2019

(SB2) PRACTICAL RESEARCH

CODING 
Three different coding methods 


  1. Html
  • Structure content (text and images display) 
  • base of the website (building block) 

  1. Css (style sheet) 
  • adding colour cascading style sheet
  • Text styles, table sizes, colours, padding around images  
  • Basically controlling the style

  1. Java script 
  • make it interactive to the audience 

PROCESS
<!DOCTYPE html> —> to signal your document 
<html> —> start 
</html> —> end 
<head> 
<body> 
<h1> —> heading 
<p> —> paragraph 
<div> —> divide 
<pre> —> make your own typesetting 
<a> —> link 

AFTER EFFECTS (GIF MAKING) 

Basics learnt from After Effects workshop 

  • Keyframes 
  • Change speed and directions 
  • Rotate 

No comments:

Post a Comment