CODING
Three different coding methods
- Html
- Structure content (text and images display)
- base of the website (building block)
- Css (style sheet)
- adding colour cascading style sheet
- Text styles, table sizes, colours, padding around images
- Basically controlling the style
- 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