SlideShare une entreprise Scribd logo
1  sur  26
Télécharger pour lire hors ligne
Welcome to J309: Intro to
Online Media
P. Kim Bui, adjunct
@kimbui
pkimbuiUSC@gmail.com
805.215.0870
Today’s Agenda
1) Who am I? Who are you?
2) Review syllabus and class infrastructure
➢ What are we learning this semester?
What tools will we use?
3) HTML
➢ Let’s make your first web page.
4) Skills Survey
➢ Due at the end of the week: 8.31.13
1. Who are you?
❖ What’s your name?
❖ What do you love about journalism?
❖ What do you want to learn?
2. Review the syllabus:
http://bit.ly/j309syllabus
What previous classes have done
On Jefferson
Two Blocks Around the Park:
Main St., LA
Central Stories
Southside Stories
How we’ll work
❖ You’ll each have server space (ascjweb.
org)
❖ We have a class blog:
➢ 309for2013.tumblr.com
❖ Our class hashtag (shared with other
classes)
➢ #ascj309
❖ Updates come from the class blog,
Twitter and e-mail
➢ @kimbui
➢ easier to email me at: pkimbuiUSC@gmail.com
http://goo.gl/maps/8wLWT
http://bit.ly/expo-line-factsheet
The big project:
Our area: Culver City Station
http://goo.gl/maps/8wLWT
http://bit.ly/expo-line-factsheet
The rules
NO friends
NO family
NO USC
Break?
Or speed through and get out of here?
http://www.youtube.com/watch?v=ewrBalT_eBM
Let’s make your first
website
Well, first from scratch, anyway.
A place to store it.
On your USB flash drive, create a folder for class,
then your name.Ex: j309/kbui
You can make it on the desktop, but it’ll get erased after you log out.
This is a tag.
<tag> some stuff here </tag>
( beginning tag) end tag
They always come in pairs.
<html> tells a browser that this is an HTML/Web
page. Everything must be between the start tag and
the end tag </html>
<head></head> tag contains elements in the
header, like the <title></title>
In your editor, use these tags to start a page.
<html> tells a browser that this is an HTML/Web
page. Everything must be between the start tag and
the end tag </html>
<head></head> tag contains elements in the
header, like the <title></title>
In your editor, use these tags to start a page.
<html><head><title>helloworld!</title></head></html>
Save your page
1. Save your file as mypage.html The file extension .
html also tells a browser this is a Web document.
Make sure you save it to the folder you created on
the desktop.
2. Start the browser FireFox (or IE)
3. Go to FILE --> OPEN and select mypage.html from
the desktop folder.
More...
<body> tag for the content that is visible on the
page. Everything must be between the start tag
<body> and the end tag </body>
<h1> </h1> displays as a heading. It can go from 1
(largest) to 6 (smallest)
What’s it look like now?
Structure tags
<html> </html> → Tells the browser it’s a HTML page
<head></head> → contains elements in the header
<title></title> → Title
<body> </body> Everything in the body
Body tags
<h1> </h1> → Headings
<p></p> → Paragraph tags
<br /> → puts the content on another line, without
adding space. No close tag is used here.
<strong></strong> → Bold
<em></em> → Italics
<html>
<head>
<title>I made a webpage!</title>
</head>
<body>
<h1> There will be cool stuff in here</h1>
<p>Like this.</p>
</body></html>
Other tags
Links are done by the <a href> tag. The tag’s attribute would be
the destination. Ex.<a href="http://www.cnn.com">Link to
CNN</a>
<body> has the background color attribute bgcolor. It would be
<body bgcolor="#green"> or hexacode colors.
<Font> tag controls the text, through attributes like face, size and
color. Ex. <font face="Helvetica; Verdana" size="100" color="
#090909">This is a test</font>
<img> tag controls images, through attributes like width, height,
border, src - which stands for source (location).
<hr /> tag puts a horizontal rule, and can also have attributes like
width and color. Also does not have a close tag. Ex. <hr width="
75%" color="red"/>
Questions?
ASSIGNMENT: Make a web site
Write and create a 500 to 800
word text Web “page” with your
bio. Include why you want to be
a journalist.
Deadline: Wednesday, Sept. 5
Noon
ASSIGNMENT: Skills survey
Download Word doc: http://bit.ly/ascj-
skills-survey
Note: Rename the file with your name
E-mail: pkimbuiUSC@gmail.com
Subject: J309 Surveys
Deadline: Wednesday, Sept. 5, 5 pm
ASSIGNMENT: HTML tutorial
This interactive course is at: http://bit.
ly/w3html
You have two weeks to complete this
assignment.
(Sept. 12 by Noon)
Resources:
❖ Journalists' Toolkit→ http://jtoolkit.com/
❖ Webplatform→ http://www.webplatform.org
❖ W3Schools→ http://www.w3schools.com/
❖ Lynda→ http://www.usc.edu/its/lynda
❖ KDMC’s tutorials→ http://multimedia.
journalism.berkeley.edu/tutorials/
❖ Codeyear→ codeyear.com
❖ Bonus: 20ThingsILearned→ http://www.
20thingsilearned.com/en-US/what-is-the-
internet/1

Contenu connexe

Tendances

Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web page
cachs_computing
 
Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010
Matthew Mobbs
 
Html basic
Html basicHtml basic
Html basic
mukultsb
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
marabeas
 
Html beginner
Html beginnerHtml beginner
Html beginner
wihrbt
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1
TonyC445
 

Tendances (20)

Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web page
 
Everyday computer tips
Everyday computer tipsEveryday computer tips
Everyday computer tips
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsHTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifits
 
Advanced dreamweaver
Advanced dreamweaverAdvanced dreamweaver
Advanced dreamweaver
 
Basic Webpage
Basic WebpageBasic Webpage
Basic Webpage
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
 
Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010Web design 2 - Basic HTML 2010
Web design 2 - Basic HTML 2010
 
Hyper text markup Language
Hyper text markup LanguageHyper text markup Language
Hyper text markup Language
 
Html basic
Html basicHtml basic
Html basic
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
Html beginner
Html beginnerHtml beginner
Html beginner
 
Create google-sites by engineer and educator osama ghandour
Create google-sites by engineer and educator osama ghandourCreate google-sites by engineer and educator osama ghandour
Create google-sites by engineer and educator osama ghandour
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For Beginners
 
Computer Networks: An Introduction
Computer Networks: An IntroductionComputer Networks: An Introduction
Computer Networks: An Introduction
 
HTML Bootcamp
HTML BootcampHTML Bootcamp
HTML Bootcamp
 

En vedette

6 creatieve concepten
6 creatieve concepten6 creatieve concepten
6 creatieve concepten
Roy Ishak
 
MSPs, Help Us Help YOU!
MSPs, Help Us Help YOU!MSPs, Help Us Help YOU!
MSPs, Help Us Help YOU!
Auskosh
 
Korte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
Korte LinkedIn Workshop voor 'De Broekriem' in AmsterdamKorte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
Korte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
Petra Fisher
 
Learn all the tricks of Spiceworks 6
Learn all the tricks of Spiceworks 6Learn all the tricks of Spiceworks 6
Learn all the tricks of Spiceworks 6
Auskosh
 
Nonlinear power point
Nonlinear power pointNonlinear power point
Nonlinear power point
Schmity50
 
Cocina saboreando asturias www.lo kotorrents.com
Cocina saboreando asturias www.lo kotorrents.comCocina saboreando asturias www.lo kotorrents.com
Cocina saboreando asturias www.lo kotorrents.com
Terseum
 

En vedette (20)

Happy Birthday Patrick
Happy  Birthday  PatrickHappy  Birthday  Patrick
Happy Birthday Patrick
 
Tipos de publicidad
Tipos de publicidadTipos de publicidad
Tipos de publicidad
 
Webinar: State Innovation Models Initiative Round Two - Model Design Proposal...
Webinar: State Innovation Models Initiative Round Two - Model Design Proposal...Webinar: State Innovation Models Initiative Round Two - Model Design Proposal...
Webinar: State Innovation Models Initiative Round Two - Model Design Proposal...
 
X IDB Debt Group Annual Meeting . Regulations and sovereign risk
X IDB Debt Group Annual Meeting . Regulations and sovereign riskX IDB Debt Group Annual Meeting . Regulations and sovereign risk
X IDB Debt Group Annual Meeting . Regulations and sovereign risk
 
Im gnueva
Im gnuevaIm gnueva
Im gnueva
 
6 creatieve concepten
6 creatieve concepten6 creatieve concepten
6 creatieve concepten
 
MSPs, Help Us Help YOU!
MSPs, Help Us Help YOU!MSPs, Help Us Help YOU!
MSPs, Help Us Help YOU!
 
Dudas cientificas
Dudas cientificasDudas cientificas
Dudas cientificas
 
Viktor farazdagi
Viktor farazdagiViktor farazdagi
Viktor farazdagi
 
Mongo
MongoMongo
Mongo
 
Korte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
Korte LinkedIn Workshop voor 'De Broekriem' in AmsterdamKorte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
Korte LinkedIn Workshop voor 'De Broekriem' in Amsterdam
 
Learn all the tricks of Spiceworks 6
Learn all the tricks of Spiceworks 6Learn all the tricks of Spiceworks 6
Learn all the tricks of Spiceworks 6
 
Conflict resolution
Conflict resolutionConflict resolution
Conflict resolution
 
Preso-v0.1
Preso-v0.1Preso-v0.1
Preso-v0.1
 
Beyond Tuning: Getting the most out of your Oracle Application
Beyond Tuning: Getting the most out of your Oracle ApplicationBeyond Tuning: Getting the most out of your Oracle Application
Beyond Tuning: Getting the most out of your Oracle Application
 
Building happiness resilience_and_motivation_in_adolescents
Building happiness resilience_and_motivation_in_adolescentsBuilding happiness resilience_and_motivation_in_adolescents
Building happiness resilience_and_motivation_in_adolescents
 
Webinar: State Innovation Models Round Two - How to Apply on Grants.gov
Webinar: State Innovation Models Round Two - How to Apply on Grants.govWebinar: State Innovation Models Round Two - How to Apply on Grants.gov
Webinar: State Innovation Models Round Two - How to Apply on Grants.gov
 
Nonlinear power point
Nonlinear power pointNonlinear power point
Nonlinear power point
 
Boys and girls room designs
Boys and girls room designsBoys and girls room designs
Boys and girls room designs
 
Cocina saboreando asturias www.lo kotorrents.com
Cocina saboreando asturias www.lo kotorrents.comCocina saboreando asturias www.lo kotorrents.com
Cocina saboreando asturias www.lo kotorrents.com
 

Similaire à J309-14 Week One

HTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docxHTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docx
adampcarr67227
 

Similaire à J309-14 Week One (20)

Html coding
Html codingHtml coding
Html coding
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
H T M L Tutorial
H T M L TutorialH T M L Tutorial
H T M L Tutorial
 
HTML Notes And Some Attributes
HTML Notes And Some AttributesHTML Notes And Some Attributes
HTML Notes And Some Attributes
 
Lesson plan htmltextformattingtag
Lesson plan htmltextformattingtagLesson plan htmltextformattingtag
Lesson plan htmltextformattingtag
 
HTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docxHTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docx
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basic file
Html basic fileHtml basic file
Html basic file
 
Html basics
Html basicsHtml basics
Html basics
 
Html BASICS
Html BASICSHtml BASICS
Html BASICS
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
Web Design-III IT.ppt
Web Design-III IT.pptWeb Design-III IT.ppt
Web Design-III IT.ppt
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
 

Plus de kimbui (8)

Breaking News and Social Curation
Breaking News and Social CurationBreaking News and Social Curation
Breaking News and Social Curation
 
A Reason to Share
A Reason to ShareA Reason to Share
A Reason to Share
 
Pubcamp
PubcampPubcamp
Pubcamp
 
OnCentral - Editorial stance
OnCentral - Editorial stanceOnCentral - Editorial stance
OnCentral - Editorial stance
 
OnCentral: Telling stories in South LA
OnCentral: Telling stories in South LAOnCentral: Telling stories in South LA
OnCentral: Telling stories in South LA
 
Refining social media strategy
Refining social media strategyRefining social media strategy
Refining social media strategy
 
Personal branding
Personal brandingPersonal branding
Personal branding
 
Social Media Storytelling
Social Media StorytellingSocial Media Storytelling
Social Media Storytelling
 

Dernier

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Dernier (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

J309-14 Week One

  • 1. Welcome to J309: Intro to Online Media P. Kim Bui, adjunct @kimbui pkimbuiUSC@gmail.com 805.215.0870
  • 2. Today’s Agenda 1) Who am I? Who are you? 2) Review syllabus and class infrastructure ➢ What are we learning this semester? What tools will we use? 3) HTML ➢ Let’s make your first web page. 4) Skills Survey ➢ Due at the end of the week: 8.31.13
  • 3. 1. Who are you? ❖ What’s your name? ❖ What do you love about journalism? ❖ What do you want to learn?
  • 4. 2. Review the syllabus: http://bit.ly/j309syllabus
  • 5. What previous classes have done On Jefferson Two Blocks Around the Park: Main St., LA Central Stories Southside Stories
  • 6. How we’ll work ❖ You’ll each have server space (ascjweb. org) ❖ We have a class blog: ➢ 309for2013.tumblr.com ❖ Our class hashtag (shared with other classes) ➢ #ascj309 ❖ Updates come from the class blog, Twitter and e-mail ➢ @kimbui ➢ easier to email me at: pkimbuiUSC@gmail.com
  • 8. Our area: Culver City Station http://goo.gl/maps/8wLWT http://bit.ly/expo-line-factsheet The rules NO friends NO family NO USC
  • 9. Break? Or speed through and get out of here?
  • 11. Let’s make your first website Well, first from scratch, anyway.
  • 12. A place to store it. On your USB flash drive, create a folder for class, then your name.Ex: j309/kbui You can make it on the desktop, but it’ll get erased after you log out.
  • 13. This is a tag. <tag> some stuff here </tag> ( beginning tag) end tag They always come in pairs.
  • 14. <html> tells a browser that this is an HTML/Web page. Everything must be between the start tag and the end tag </html> <head></head> tag contains elements in the header, like the <title></title> In your editor, use these tags to start a page.
  • 15. <html> tells a browser that this is an HTML/Web page. Everything must be between the start tag and the end tag </html> <head></head> tag contains elements in the header, like the <title></title> In your editor, use these tags to start a page. <html><head><title>helloworld!</title></head></html>
  • 16. Save your page 1. Save your file as mypage.html The file extension . html also tells a browser this is a Web document. Make sure you save it to the folder you created on the desktop. 2. Start the browser FireFox (or IE) 3. Go to FILE --> OPEN and select mypage.html from the desktop folder.
  • 17. More... <body> tag for the content that is visible on the page. Everything must be between the start tag <body> and the end tag </body> <h1> </h1> displays as a heading. It can go from 1 (largest) to 6 (smallest)
  • 18. What’s it look like now?
  • 19. Structure tags <html> </html> → Tells the browser it’s a HTML page <head></head> → contains elements in the header <title></title> → Title <body> </body> Everything in the body Body tags <h1> </h1> → Headings <p></p> → Paragraph tags <br /> → puts the content on another line, without adding space. No close tag is used here. <strong></strong> → Bold <em></em> → Italics
  • 20. <html> <head> <title>I made a webpage!</title> </head> <body> <h1> There will be cool stuff in here</h1> <p>Like this.</p> </body></html>
  • 21. Other tags Links are done by the <a href> tag. The tag’s attribute would be the destination. Ex.<a href="http://www.cnn.com">Link to CNN</a> <body> has the background color attribute bgcolor. It would be <body bgcolor="#green"> or hexacode colors. <Font> tag controls the text, through attributes like face, size and color. Ex. <font face="Helvetica; Verdana" size="100" color=" #090909">This is a test</font> <img> tag controls images, through attributes like width, height, border, src - which stands for source (location). <hr /> tag puts a horizontal rule, and can also have attributes like width and color. Also does not have a close tag. Ex. <hr width=" 75%" color="red"/>
  • 23. ASSIGNMENT: Make a web site Write and create a 500 to 800 word text Web “page” with your bio. Include why you want to be a journalist. Deadline: Wednesday, Sept. 5 Noon
  • 24. ASSIGNMENT: Skills survey Download Word doc: http://bit.ly/ascj- skills-survey Note: Rename the file with your name E-mail: pkimbuiUSC@gmail.com Subject: J309 Surveys Deadline: Wednesday, Sept. 5, 5 pm
  • 25. ASSIGNMENT: HTML tutorial This interactive course is at: http://bit. ly/w3html You have two weeks to complete this assignment. (Sept. 12 by Noon)
  • 26. Resources: ❖ Journalists' Toolkit→ http://jtoolkit.com/ ❖ Webplatform→ http://www.webplatform.org ❖ W3Schools→ http://www.w3schools.com/ ❖ Lynda→ http://www.usc.edu/its/lynda ❖ KDMC’s tutorials→ http://multimedia. journalism.berkeley.edu/tutorials/ ❖ Codeyear→ codeyear.com ❖ Bonus: 20ThingsILearned→ http://www. 20thingsilearned.com/en-US/what-is-the- internet/1