Giter Club home page Giter Club logo

cssi-1.4-html--personal-webpage-lab-al's Introduction

#HTML Personal Webpage Lab

#Lab Setup

  • Open your dev folder and create a new folder called my_profile_project
  • Click Cmd+space
  • Type “Atom” and press enter
  • Go to “file” and click “new file”
  • Click Cmd+S
  • Save your file as “my_profile.html”
  • Save the file in your “html” folder inside your “dev” folder
  • Copy the boiler plate code below and you will have your first html page!

#Boilerplate code:

<!DOCTYPE html>
<html>  
  <head>
    <title>My personal webpage!</title>  
  </head>  
  <body>
    <h1>Heading</h1>
    <p>Some text about you!</p>
  </body>
<html>

#Adding sections For your new personal website all about you! Somethings you can include are: a short bio, your hobbies, facts about your future college etc. Your html webpage should include

  • a title
  • a subheader (using h2-h6 tags)
  • a p tag with a short descriptive paragraph
  • an image (consider using your android Avatar if you can’t find a quick picture that you like)
  • a link to your g+ page, your github page, or another social media page

#Stretch: Adding pages Add additional pages to your site by creating three separate html files

  • To link to pages in the same site, use an <a> tag.
  • If your site has index.html and aboutme.html and they're in the same directory, a link on the index.html to aboutme.html looks like this <a href="my_website/aboutme.html">About Me Page</a>
  • This is a relative link.
  • Put links in an unordered list using ul and li tags

View HTML Personal Webpage Lab on Learn.co and start learning to code for free.

cssi-1.4-html--personal-webpage-lab-al's People

Contributors

georgiadavis avatar nanselmo avatar ebreck avatar learn-co-bot avatar loganhasson avatar rrcobb avatar sarogers avatar josephrosenberg avatar

Watchers

James Cloos avatar  avatar Mohawk Greene avatar Victoria Thevenot avatar Bernard Mordan avatar Otha avatar raza jafri avatar  avatar Joe Cardarelli avatar The Learn Team avatar  avatar  avatar Ben Oren avatar Matt avatar Antoin avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Ahmed avatar Nicole Kroese  avatar Dominique De León avatar  avatar Lisa Jiang avatar Vicki Aubin avatar Maxwell Benton 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.