Coder Social home page Coder Social logo

html-basics-a-tag-with-href-attributes-lab-houston-web-091619's Introduction

Create a Link Using the href Attribute

Learning Goals

  • Write an a tag to create a link

Introduction

We've got our HTML tags, and we've got our HTML tag attributes. How do we use them together? We can figure it out by exploring the a tag and creating a link.

Write an a Tag to Create a Link

Open index.html in your text editor. Add an a tag with the inner text (the text between the <a> tag and the </a> tag) of Flatiron School anywhere in the file. Then set the href attribute of your new link element to https://flatironschool.com.

You can run the tests with this lab via learn test. Make sure you save the file before running the test suite. Failing tests will provide helpful error messages that you can use to debug your code — read them closely for hints!

Viewing Your Work in the Browser

While working through these assignments, your general workflow should center on writing code in the text editor and checking to see what it looks like in-browser.

Working in your local environment, you can open index.html a few ways, depending on the environment you are in:

For Mac users:

  • Open from the Terminal by running open index.html in the root directory of this lab
  • Use Finder to navigate to this lab's local folder and click the index.html file

For WSL users:

  • Open from Ubuntu by running explorer.exe index.html in the root directory of this lab
  • Open a new Explorer window. There is a bar that says "Quick Access" along the top of the window (similar to a URL bar in a browser). Click this and type \\wsl$ to access files and folders on Ubuntu. Navigate to /home/<your-user-name>/ to get to your home directory, then locate this lab's local folder and click the index.html file.

Once you have the HTML document open in your browser, you can make changes to it in a text editor, save the file, refresh the page in the browser, and see the changes.

Note: If you are using the Learn.co in-browser IDE, in the terminal, type httpserver. The terminal will output a URL, something like:

http://67.205.188.72:40978

Copy this into a new browser window or tab to view the index.html file. For more information, check out this help article.

Resources

Conclusion

Here we saw how an attribute helps the a tag do its job, which is to link to another location. Now we can go on to explore some additional HTML tags.

html-basics-a-tag-with-href-attributes-lab-houston-web-091619's People

Watchers

 avatar  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.