Git Product home page Git Product logo

m1-1-htmlcss--html's Introduction

1.1 - HTML Workshop

Before you dive into the workshop, be sure to have read the provided HTML-reference doc.

When creating HTML files, be sure to use proper formating. Here is a basic template.

Don't worry about styling and alignment at this point, we'll worry about that when we add CSS.

<!DOCTYPE html>
<html>
  <body>
    ...
  </body>
</html>

Exercise 1

Questions located in the exercise folder

Exercise 2

  1. Open the provided index.html file in the browser.
  2. Modify it to match the following image

exercise-2 goal

Exercise 3

Write an HTML page that matches the screenshot provided.

exercise-3 goal

Your file should have this structure:

Exercise 4

Write an HTML page that matches the following:

exercise-4 goal

If you did not find the previous exercise easy, start from scratch.

Exercise 5

Update the HTML code to match the following:

exercise-5 goal

TIOBE Index link: https://www.tiobe.com/tiobe-index/

Use target="_blank" on the <a> tag to open the link in a new tab

Exercise 6

Fix the HTML code so it renders correctly:

exercise-6 goal

Exercise 7

Create an HTML file so it matches the screenshot provided:

exercise-7 goal

Hint: use the <table> element

Use target="_blank" on the <a> tags to open the links in a new tab

Links


๐ŸŸก - Minimally complete workshop (75%) - ๐ŸŸก

Exercise 8

Update the HTML file so it matches the provided image:

exercise-8 goal

Hints

  • Use the <form> element
  • Use the <label> tag to make the text describing inputs clickable
  • Make all input elements before the Extras section required with the required attribute
  • <input type="text" required />
  • Use the <select> tag for the pickup list
  • Try to make sure your form is accessibility-friendly.

๐ŸŸข - Complete workshop (100%) - ๐ŸŸข

m1-1-htmlcss--html's People

Contributors

harrisrobin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.