The copyright laws are
Browsers on the internet are,
It is always important to know about
Tools for the internet
Wed designers have
Web developers
To make separate pages
To learn about html on other web pages you can use:
How you format text
nesting lists
ordered lists
unordered lists
Text formating in html
Images with html
Links with html
Essentials
Combining the two
example
function of these is when you
examples
example
example
hide and show text by,
You can hide and show text by,
You can hide text by:
the function of a span is
for example
another function of divs is to
another function of DIVS is to
one function of an iframe is
for example
types of iframes
for example
can add style sheet to limit html styling
Can add animations with filters
Can use filters such as
This helps you learn about new tags in css and html
To show and hide text you can
Images can be interactive
Can add animations to images
In css you use filers
Tool for separating text
Your content might be censored because you didn't follow copyright laws
Combining the two
can put an iframe in a div
spans and divs are similar
Anything you put on the internet should follow these laws
Tool for separating text
CSS and HTML go hand in hand to make a website
With filters you can use animations
can put spans in inactive and active classes
When designing and developing a website it is important to think about censorship and if your work will be censored
Html is used in web devlopment
They work together
You can format the text of images
Multi-file websites can go on the internet when there done
Spans can be used by web developers
can code for interactions on style sheets
Web developers might use tables to put information on their website
can embed iframes on multiple pages
With animations you can make it interactive
nesting lists
You can link to an image
You can use the inspector to check your work

CSS Development

Filters

sepia filer, grey-scale filter, brightness filters, blur-filter etc.

Animations

animations are added to image with using filters

Interactions

interactions are activated when you hover over an image and click on a image

Multi page websites

Can create multipage websites by creating style sheets.

can add other files as long as they end in .css or .html

embedding Iframes

can attach images, videos etc. by embedding an iframe

if you go to youtube or twitter and click share the iframe comes up and you copy and past it into your code

divs

it defines a section of an HTML page

group a block of elements together to format them with CSS

to efficiently apply the same style severak different elemnts

spans

tag is <span>

used to group and style inline elements

Visibility

Ways to hide and display text

Display: block, none inline

Opacity: 01

Visibility: hidden, visible

inactive vs active

can make a class active

can make a class interactive

Reading documentation

special selctors

hover, active, inactive

use these for interactive images

#seong:hover::after{
background-color:red;
content: "You have made a good decision";
this means that when you hover over the image a red text will appear and say you have made a good descision

The Box model

Adding padding: In your style sheet write the code, padding:15px;

In your style sheet write both: padding: 15px; and margin: 0px 30px 50px 15px;

Adding Margins: In your style sheet write the code, margin:30px;

HTML Development

HTML Basics

Tables: <table> <th> <td> <tr>

You always need: <!DOCTYPE html> <html></html> <head></head> <body></body>

Links: <a href=""> text or image whatever you want to link</a>

Img <img src="">

Lists: two types

<ul> <li> </li> </ul>

Nesting lists: <ol> <li> <ul><li> </li> </ul> </li> </ol>

<ol><li></li></ol>

Formatting text

<br> - line break, <hr> horizontal line break, <i></i>- italics, <b><b> - bold,

Advanced Html

The inspector

Right click anywhere on the page and select "inspector"

Multi-file websites

Select add a file and name it anything.html

Web design and development

The internet

Censorship: a tool used by people to stop the spread of information.

Copyright laws

CC BY-SA this license lets people build,"remix" and tweak an artists work

CC BY-NC-ND is the most restrictive liscense because it only allows people to download and share your work as long as they credit you

CC BY-NC this license lets people build, tweak and remix on an artists work for non-commercial us

CC BY is the least restrictive, it allows people to distribute, remix, tweak, and build upon work even for commerical use.

A browser is a program that allows you to search for information and websites on it, google chrome, safari and firefox are all examples of browsers.

build the backbone of websites, typically from the ground up, and knows languages specific to the web.

the ability to understand what is needed to make a website functional and easy to use, but at the same time make it aesthetically appealing to the user.

To separate chunks of text you can use