Coursera
Lista de cursos
  • Navegar
  • Pesquisar
  • For Enterprise
  • Entrar
  • Criar conta

Introduction to Web Development

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

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

Introduction to Web Development

Universidade da Califórnia, Davis

Informações sobre o curso: This course is designed to start you on a path toward future studies in web development and design, no matter how little experience or technical knowledge you currently have. The web is a very big place, and if you are the typical internet user, you probably visit several websites every day, whether for business, entertainment or education. But have you ever wondered how these websites actually work? How are they built? How do browsers, computers, and mobile devices interact with the web? What skills are necessary to build a website? With almost 1 billion websites now on the internet, the answers to these questions could be your first step toward a better understanding of the internet and developing a new set of internet skills. By the end of this course you’ll be able to describe the structure and functionality of the world wide web, create dynamic web pages using a combination of HTML, CSS, and JavaScript, apply essential programming language concepts when creating HTML forms, select an appropriate web hosting service, and publish your webpages for the world to see. Finally, you’ll be able to develop a working model for creating your own personal or business websites in the future and be fully prepared to take the next step in a more advanced web development or design course or specialization.

Para quem é direcionado este curso: This course is primarily aimed at the complete novice interested in learning about web development or for someone with some previous experience and would like a refresher of the basics.


Desenvolvido por:  Universidade da Califórnia, Davis
Universidade da Califórnia, Davis

  • Daniel Randall

    Ministrado por:  Daniel Randall, Senior Architect at Composer Solutions and Instructor

    UC Davis Extension
NívelBeginner
Compromisso6 weeks of study, 2-3 hours/week
Idioma
English, Legendas: Spanish
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 Overview and Website Structure and Hosting
This first module provides an overview of how websites function, their structure, and the ins and outs of choosing a website name and selecting an online host to house your website. By the end of this module, you'll be able to: find and select a web hosting company; choose an effective domain name; use the host to manage your websites; and discuss how networks and the internet function at a high level.
9 vídeos, 2 leituras
  1. Vídeo: Course Overview
  2. Vídeo: Module 1 Introduction
  3. Vídeo: What is a Web Hosting Company?
  4. Vídeo: How to Find and Select a Web Hosting Company
  5. Vídeo: Naming a Website
  6. Vídeo: Website Name Registration
  7. Vídeo: Networks and the Internet
  8. Vídeo: First Look at a Website Control Panel
  9. Vídeo: Web Development Tools
  10. Reading: Web Hosting Additional Resources
  11. Discussion Prompt: Why are you here?
  12. Reading: Suggested Activity: Website Hosting and Naming
  13. Discussion Prompt: Hosting a Website
Nota atribuída: Module 1 Quiz
SEMANA 2
Designing Your Own Website: HTML Basics
In this module, we'll begin to explore how to design and create websites by exploring the base language used to power all websites: HTML. By the end of this lesson, you'll be able to: identify and use common HTML tags; add an image to a webpage; create HTML-formatted tables; use hyperlinks to connect a series of webpages; upload your finished HTML pages to a web host; and, learn some tips and tricks for styling pages and practicing your coding.
10 vídeos, 1 leitura
  1. Vídeo: Module 2 Introduction
  2. Vídeo: Components and Structure of a Website
  3. Vídeo: Creating Your Own HTML: Setting Up a Template
  4. Vídeo: Creating Your Own HTML: Creating Links and Formatting Text
  5. Vídeo: Creating Your Own HTML: Working with Images
  6. Vídeo: Creating Your Own HTML: Working with Tables
  7. Vídeo: Creating HTML - How to Practice
  8. Vídeo: How to Put Your HTML on the Internet
  9. Vídeo: How to Test Your HTML
  10. Vídeo: Basic Styling in Webpages
  11. Reading: HTML Additional Resources
  12. Discussion Prompt: Do you have a favorite tag?
  13. Discussion Prompt: Telling a Friend about HTML
  14. Peer Review: Setting Up Your Own HTML Template
Nota atribuída: Module 2 Quiz
SEMANA 3
Introduction to Programming Using JavaScript
Now that you know some basic HTML, it's time to turn our attention to another common scripting language used to make websites dynamic - that is allowing users to interact with your webpages - JavaScript. While learning about JavaScript, you'll also gain some foundational knowledge common to all programming languages. By the end of this module, you'll be able to: discuss what is meant by dynamic content; perform essential programming language tasks; create simple JavaScript programs; use JavaScript to set up alerts and respond to events, to read input, and to change HTML; and conduct basic JavaScript testing.
9 vídeos, 1 leitura
  1. Vídeo: Module 3 Introduction
  2. Vídeo: Static vs. Dynamic Webpages
  3. Vídeo: The Value of JavaScript to Our Websites
  4. Vídeo: JavaScript Basics: Fundamental Syntax, Part 1
  5. Vídeo: JavaScript Basics: Fundamental Syntax, Part 2
  6. Vídeo: Putting JavaScript to Work: Using Alerts and Prompts
  7. Vídeo: Putting Javascript to Work: Events
  8. Vídeo: Putting JavaScript to Work: Gathering Additional User Input and Dynamically Modifying HTML
  9. Vídeo: Testing JavaScript
  10. Reading: JavaScript Additional Resources
  11. Discussion Prompt: JavaScript and HTML
  12. Discussion Prompt: Tell a Friend About JavaScript
  13. Peer Review: Our First JavaScript Program
Nota atribuída: Module 3 Quiz
SEMANA 4
Websites with Style: CSS Properties, Colors and Fonts
While HTML and JavaScript are very useful for web development, they don't exactly make websites look attractive - that's where cascading style sheets, or CSS, comes into play. While HTML is used to build the structure of our pages and JavaScript is used to provide interactive functionality, CSS is used to graphically design and layout webpages. By the end of this module, you'll be able to: discuss common mistakes in designing a website; identify and apply CSS basics like purpose and syntax; use CSS properties to control fonts, colors, layouts, and other common properties; differentiate between in-line, internal, and external CSS; and practice and test your cascading style sheets.
10 vídeos, 1 leitura
  1. Vídeo: Module 4 Introduction
  2. Vídeo: Plain Websites are Boring
  3. Vídeo: CSS Basics, Part 1
  4. Vídeo: CSS Basics, Part 2
  5. Vídeo: Putting CSS to Work: Getting Started with External CSS
  6. Vídeo: Putting CSS to Work: Setting Colors with CSS
  7. Vídeo: Putting CSS to Work: Controlling Your Page Layout
  8. Vídeo: Putting CSS to Work: Common CSS Properties
  9. Vídeo: How to Practice CSS
  10. Vídeo: Testing Website Styles
  11. Reading: CSS Additional Resources
  12. Discussion Prompt: HTML, CSS, and JavaScript
  13. Peer Review: Enhancing a Webpage with CSS
Nota atribuída: Module 4 Quiz
SEMANA 5
Creating HTML Forms
In this lesson, we're going to learn to apply all of the skills we've acquired so far to make a very common, and very useful type of webpage - an HTML form. HTML forms are seen everywhere on the internet and are used to capture particular information from users in a variety of ways. By the end of this module you'll be able to: create basic HTML forms; identify and appropriately use different types of HTML input; validate user input; submit HTML forms; and test how your forms are working and troubleshoot errors.
7 vídeos, 1 leitura
  1. Vídeo: Module 5 Introduction
  2. Vídeo: HTML Forms User Input
  3. Vídeo: HTML Form Elements
  4. Vídeo: HTML Form Validation: JavaScript
  5. Vídeo: HTML Form Validation: Complex Form Example
  6. Vídeo: HTML Form Validation: Additional Features
  7. Vídeo: HTML Form Validation: Processing
  8. Reading: HTML Forms Additional Resources
  9. Discussion Prompt: Exploring HTML Forms
  10. Peer Review: HTML Form Practice
Nota atribuída: Module 5 Quiz
SEMANA 6
Creating Web Applications
In our final module, we're going to explore the basics of designing web applications - programming useful and dynamic webpages that allow our users to interact with them. By the end of this lesson you'll be able to: distinguish between client and server-side development; apply advanced JavaScript programming skills to create logic with selection and iteration; create new features for applications; create more advanced HTML forms; and practice and learn additional troubleshooting and problem-solving techniques. The module wraps with a final peer review activity that will draw upon all of the skills you've learned in this course.
8 vídeos, 1 leitura
  1. Vídeo: Module 6 Introduction
  2. Vídeo: Client-side versus Server-side Application Development
  3. Vídeo: Features in Web Applications: The While Loop
  4. Vídeo: Features in Web Applications: The For Loop
  5. Vídeo: Creating New Features in Web Applications
  6. Vídeo: Guided Practice with HTML Form Validation, Part 1
  7. Vídeo: Guided Practice with HTML Form Validation, Part 2
  8. Reading: Validating HTML Forms
  9. Discussion Prompt: Wrapping Up
  10. Vídeo: Course Summary
Nota atribuída: Module 6 Quiz
Nota atribuída: Complete HTML Form

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 da Califórnia, Davis
UC Davis, one of the nation’s top-ranked research universities, is a global leader in agriculture, veterinary medicine, sustainability, environmental and biological sciences, and technology. With four colleges and six professional schools, UC Davis and its students and alumni are known for their academic excellence, meaningful public service and profound international impact.
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 207 avaliações
Osama Ahmed

very good and amazing

we need many courses like this in web design and web development and programming

Angel Octavio López Cruz

Buen curso para empezar a aprender sobre el desarrollo web. Esta bien explicado

AK

worth the time

ss

One of the best course i have learnt



Talvez você também goste de
University of Michigan
Introduction to CSS3
1 curso
University of Michigan
Introduction to CSS3
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
University of London, Goldsmiths, University of London
Desenvolvimento Web Responsivo
1 curso
University of London, Goldsmiths, University of London
Desenvolvimento Web Responsivo
Visualizar curso
University of London, Goldsmiths, University of London
Responsive Website Basics: Code with HTML, CSS, and JavaScript
1 curso
University of London, Goldsmiths, University of London
Responsive Website Basics: Code with HTML, CSS, and JavaScript
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