Code Monkey home page Code Monkey logo

lm-code-intro-to-html's Introduction

Introduction to HTML

Getting Started

๐Ÿ‘‰ Fork and then clone this repo to your local computer

Instructions

The Tech Returners Doctors Surgery has a hand-crafted HTML website in desperate need of some fixes to its tags. Currently, some HTML tags are correct, but in many places the tags have been replaced by invalid HTML fixme tags: <fixme></fixme> ๐Ÿ˜ฎ

Your task is to replace these fixme tags with more appropriate ones.

For example, instead of:

<fixme>Tech Returners Surgery: Home</fixme>

Perhaps using an <h1> here would be appropriate?

<h1>Tech Returners Surgery: Home</h1>

๐Ÿ’ก In some cases, there will only be one answer. For example, remember that an HTML document has a single html tag wrapping the whole document after the DOCTYPE.

๐Ÿ’ก But in other cases, there might be multiple valid tags - in which case, choose whichever seems most appropriate.

๐Ÿ’ก Don't forget to check any HTML attributes are valid and accurate too!

๐Ÿ‘‰ The file for you to edit can be found here.

Tips and Tricks

On Mac/Linux you can open HTML files in the browser using the command line:

         $ open filename.html

Or alternatively for Mac and Windows, right click the HTML file and select "open with", then select the browser of your choice.

๐Ÿ’ก You can find a list of different tags and explanations on when and where to use them on MDN.

๐Ÿ’ก If you get really really stuck, you can find some hints here.

Happy coding! ๐Ÿ™Œ

lm-code-intro-to-html's People

Contributors

elliejudge avatar neil-hughes avatar z-zang avatar

Forkers

sant1092

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.