Coursera
Explorar
  • Navegar
  • Pesquisar
  • For Enterprise
  • Entrar
  • Criar conta

Responsive Website Basics: Code with HTML, CSS, and JavaScript

Visão geralProgramaPerguntas frequentesDesenvolvedoresCustoClassificações e avaliações

Página inicialCiência da ComputaçãoDesenvolvimento Web e Móvel

Responsive Website Basics: Code with HTML, CSS, and JavaScript

Universidade de Londres, Goldsmiths, University of London

Informações sobre o curso: In this course you will learn three key website programming and design languages: HTML, CSS and JavaScript. You will create a web page using basic elements to control layout and style. Additionally, your web page will support interactivity. At the end of the course, you will be able to: 1. Define the purpose of HTML, CSS and JavaScript 2. Make a simple web page using HTML 3. Use CSS to control text styles and layout 4. Use CSS libraries such as Bootstrap to create responsive layouts 5. Use JavaScript variables and functions 6. Manipulate web page content using JavaScript 7. Respond to user input using JavaScript In this course, you will complete: 2 assignments writing HTML, CSS and JavaScript, each taking ~1 hour to complete 4 quizzes, each taking ~20 minutes to complete 1 programming exercise~30 minutes to complete multiple practice quizzes, each taking ~5 minutes to complete Participation in or completion of this online course will not confer academic credit for University of London programmes


Desenvolvido por:  Universidade de Londres, Goldsmiths, University of London
Universidade de LondresGoldsmiths, University of London

  • Dr Matthew Yee-King

    Ministrado por:  Dr Matthew Yee-King, Lecturer

    Computing Department, Goldsmiths, University of London

  • Dr Marco Gillies

    Ministrado por:  Dr Marco Gillies, Senior Lecturer

    Computing Department, Goldsmiths, University of London

  • Dr Kate Devlin

    Ministrado por:  Dr Kate Devlin, Senior Lecturer

    Department of Computing, Goldsmiths
Informações básicas
Curso 1 de 6 no Responsive Website Development and Design Specialization
Compromisso4 semanas de estudo, 2-4 horas/semana
Idioma
English
Como ser aprovadoSeja aprovado em todas as tarefas para concluir o curso.
Classificação do usuário
4.5 estrelas
Classificação média do usuário 4.5Veja o que os aprendizes disseram
Programa
SEMANA 1
Course introduction
Welcome to the first course of the 'Responsive website development and design' specialisation!
1 vídeo, 2 leituras
  1. Vídeo: Course introduction
  2. Reading: Course outline
  3. Reading: Grading and assessment information
HTML
We start the course by looking at how to set up a dev environment, build a HTML navbar and how to embed images and create lists using HTML.<p>Also we'll create properly structured HTML documents and have a look at the world's first web page. <p> Looking forward to working with you this week! <p> Matthew, Marco and Kate
10 vídeos, 3 leituras, 7 questionários de prática
  1. Vídeo: Overview
  2. Reading: Code for this module
  3. Vídeo: Web basics
  4. Practice Quiz: Web basics
  5. Reading: URLs for this lecture
  6. Vídeo: Set up the dev environment
  7. Practice Quiz: Set up the dev environment
  8. Vídeo: Write some HTML
  9. Practice Quiz: HTML
  10. Vídeo: Build a Nav bar
  11. Practice Quiz: Navigation bar
  12. Vídeo: Images and lists
  13. Practice Quiz: Images and lists
  14. Vídeo: Properly structured documents
  15. Practice Quiz: Properly structured documents
  16. Reading: URL for this lecture
  17. Vídeo: The world's first web page revisited
  18. Practice Quiz: The world's first web page
  19. Vídeo: What does 'responsive' mean?
  20. Vídeo: HTML summary
Nota atribuída: HTML summary quiz
Nota atribuída: Make a web page
SEMANA 2
CSS
Welcome to the second module of 'Responsive website basics'. <p>In this section of the course we will have a look at linking external CSS files to your HTML documents, controlling fonts with CSS and using CSS to customise hyperlink formatting and to control text layout. We will also install the bootstrap library and implement a responsive grid layout- Enjoy! <p> - Matthew, Marco and Kate
9 vídeos, 2 leituras, 6 questionários de prática
  1. Vídeo: Overview
  2. Reading: Code for this module
  3. Vídeo: External CSS file
  4. Practice Quiz: External CSS file
  5. Vídeo: Fonts
  6. Practice Quiz: Fonts
  7. Vídeo: Customising links
  8. Practice Quiz: Customising links
  9. Vídeo: Layout control
  10. Vídeo: CSS media queries
  11. Practice Quiz: Layout control
  12. Reading: URL for this lecture
  13. Vídeo: Install Bootstrap
  14. Practice Quiz: Install Bootstrap
  15. Vídeo: Responsive grid
  16. Practice Quiz: Responsive Grid
  17. Vídeo: CSS summary
Nota atribuída: CSS summary quiz
Nota atribuída: Test your CSS and HTML
SEMANA 3
Beginning JavaScript
Welcome to the third module of 'Responsive website basics'. <p>In this module we will write simple JavaScript programs and learn how to write programs that can respond to user input such as clicking on HTML elements. We will also take a look at JavaScript functions and use jQuery to manipulate web pages.</p>Finally, you will learn how to write your own javaScript functions including anonymous functions. <p> Looking forward to working with you this week! <p> - Matthew and Marco
9 vídeos, 8 leituras, 6 questionários de prática
  1. Vídeo: Overview
  2. Reading: JavaScript Resources
  3. Vídeo: Introduction to JavaScript
  4. Practice Quiz: Introduction to JavaScript
  5. Vídeo: Responding to mouse clicks
  6. Reading: Code for this lesson
  7. Practice Quiz: Responding to mouse clicks
  8. Vídeo: The Console
  9. Reading: Code for this lesson
  10. Practice Quiz: The Console
  11. Reading: jQuery
  12. Vídeo: Manipulating HTML elements
  13. Reading: Code for this lesson
  14. Practice Quiz: Manipulating HTML elements
  15. Vídeo: Script tag
  16. Reading: Code for this lesson
  17. Practice Quiz: Script tag
  18. Vídeo: Anonymous functions
  19. Reading: Code for this lesson
  20. Practice Quiz: Anonymous functions
  21. Vídeo: Image gallery example
  22. Reading: Image gallery code
  23. Vídeo: Beginning JavaScript summary
Nota atribuída: Beginning JavaScript summary quiz
Nota atribuída: Download and edit the example gallery code.
SEMANA 4
Going deeper into JavaScript
Welcome to the final module of 'Responsive website basics'. <p>In this final section of the course we will define JavaScript variables and write simple JavaScript programs that use and change the values of variables. </p>We'll also write if statements to control the flow of a JavaScript program, use boolean variables in conjunction with if statements and write javaScript in the context of moderately complex web applications. <p> Enjoy! <p> - Matthew and Marco
9 vídeos, 4 leituras, 6 questionários de prática
  1. Vídeo: Overview
  2. Vídeo: Variables
  3. Practice Quiz: Variables
  4. Vídeo: Using variables
  5. Reading: Code from this lesson
  6. Practice Quiz: Using variables
  7. Reading: Slide Show Example Code
  8. Vídeo: Variables in practice
  9. Practice Quiz: Variables in practice
  10. Vídeo: If statements
  11. Practice Quiz: If statements
  12. Vídeo: Boolean variables
  13. Reading: Slide Show Example Code
  14. Practice Quiz: Boolean variables
  15. Vídeo: eReader example
  16. Reading: eReader Example Code
  17. Practice Quiz: eReader example
  18. Vídeo: Going deeper into JavaScript summary
  19. Vídeo: Course summary
Nota atribuída: Going deeper into JavaScript summary quiz
Nota atribuída: Make a night mode for the ereader

Perguntas frequentes
Como funciona
Coursework
Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from Your Peers
Help from Your Peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates
Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

Desenvolvedores
Universidade de Londres
The University of London is a federal University which includes 18 world leading Colleges. Our International Programmes were founded in 1858 and have enriched the lives of thousands of students, delivering high quality University of London degrees wherever our students are across the globe. Our alumni include 7 Nobel Prize winners. Today, we are a global leader in distance and flexible study, offering degree programmes to over 50,000 students in over 180 countries. To find out more about studying for one of our degrees where you are, search for 'London International'.
Goldsmiths, University of London
Championing research-rich degrees that provoke thought, stretch the imagination and tap into tomorrow’s world, at Goldsmiths we’re asking the questions that matter now in subjects as diverse as the arts and humanities, social sciences, cultural studies, computing, and entrepreneurial business and management. We are a community defined by its people: innovative in spirit, analytical in approach and open to all.
Custo
Comprar curso
Acesso aos materiais do curso

Disponível

Acesso a materiais valendo nota

Disponível

Receba uma nota final

Disponível

Obtenha um Certificado de Curso compartilhável

Disponível

Classificações e avaliações
Avaliado em 4.5 de 5 decorrente de 2,629 avaliações

FV

Hi! Very cool and simple to understand course! Thank a lot for that !

Jonathan Roniger

easy to follow and now I am on my way

John Robert Crist

It was nice and developed, easy to follow, and thorough! Though, I agree that it felt like it was HTML, CSS, and JavaScript for Image Gallery Design :P

saad elkheety

the content is great but the peer graded assignments is so simple.



Talvez você também goste de
University of Michigan
Introduction to CSS3
1 curso
University of Michigan
Introduction to CSS3
Visualizar curso
Universidade de Londres, Goldsmiths, University of London
Desenvolvimento Web Responsivo
1 curso
Universidade de Londres, Goldsmiths, University of London
Desenvolvimento Web Responsivo
Visualizar curso
University of Michigan
Interactivity with JavaScript
1 curso
University of Michigan
Interactivity with JavaScript
Visualizar curso
University of Michigan
Advanced Styling with Responsive Design
1 curso
University of Michigan
Advanced Styling with Responsive Design
Visualizar curso
Universidade de Londres, Goldsmiths, University of London
Responsive Website Tutorial and Examples
1 curso
Universidade de Londres, Goldsmiths, University of London
Responsive Website Tutorial and Examples
Visualizar curso
Coursera
O Coursera proporciona acesso universal à melhor educação do mundo fazendo parcerias com as melhores universidades e organizações para oferecer cursos on-line.
© 2018 Coursera Inc. Todos os direitos reservados.
Baixar na App StoreBaixar no Google Play
  • Coursera
  • Sobre
  • Liderança
  • Carreiras
  • Lista de cursos
  • Certificados
  • Notas
  • Para negócios
  • For Government
  • Comunidade
  • parceiros
  • Orientadores
  • Tradutores
  • Desenvolvedores
  • Testadores beta
  • Conectar
  • Blog
  • Facebook
  • LinkedIn
  • Twitter
  • Google+
  • Tech Blog
  • Mais
  • Termos
  • Privacidade
  • Ajuda
  • Acessibilidade
  • Imprensa
  • Contato
  • Diretório
  • Afiliados