Skip to content

sabbas55/LearningHTML.github.io-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningHTML.github.io

A Website to Learn about HTML with inline CSS

Live Website URL: https://qehs-websites.github.io/LearningHTML.github.io/

See https://github.com/QEHS-Websites/Introductory-HTML for specific details

Grading Schemes: Click Here


NOTE

  • Mr. Mercer challenged himself to write websites for a year, not using other tools
  • These lessons are the result of that challenge

See Radio ONE, CBC, March 2018 for an interview.


Grading ... (remember minimum expectation is inline CSS, additional option inline JavaScript)

Mr. Mercer's Teaching Exemplar: https://qehs-websites.github.io/LearningHTML.github.io/

Progressions (See GitHub for Full Explanation)

  • Choose between locally hosted and public facing repository (.github.io)
  • If Public-facing, activate GitHub Pages
  • Create Repository and Project Folder with Basic Website Folder-Organization and Files
  • Annotating ReadMe.md Files with GitHub Markdown (starting in Other End-unit projects)
  • Text Data, Click Here to jump below

Using https://github.com/QEHS-Websites/Introductory-HTML

  • Create index.html & boilerplate
  • Create Template.html with Footer Quote
  • Modify index.html to match website page structure, responsive design, and Flexbox for Sematic HTML Tags
  • Copy and rename childPages Template.html as needed for experimental pages
  • Create Hyperlinks from index.html and test links to experimental pages
  • Link any additional pages you have created in childPages

Pages you should have:

  • Index page (with Responsive Design, Hyperlinks, and Flexbox)
  • All Experiment Pages listed in the index.html as an ordered list

Resources


Text Data

Title for the Project

Webpage Building

10 Word Summary

Building a Webpage to Learning about Building

Date Started

20201118 | November 18, 2020

Author

Mark Mercer

50-word Description of the Website

This website is used to demonstrate how to build a webpage, and then how to build a website using only HTML and a little inline CSS. Emphasized will be hyperlinks, HTML Tags for formatting, Images, Video links to YouTube and other media files, and some enrichment. We will create a template file for additional child pages to illustrate more information.


To Include

Imbedding Videos: https://www.w3schools.com/css/css_rwd_videos.asp


Rubric Schemes

Folder & Files

  • [] Project Folder: index.html, multiple folders with ReadMe.md files, template.html

End User

  • [] Evidence of coded navigation
  • [] Titles and optional Images
  • [] Hyperlinks work, Text formatting looks good, Lists and other organization
  • [] Mandatory Hyperlinks: Image Lesson (2 images sized differently), Index Page with Flexbox
  • [] Optional: Experimental Pages

Atom

  • [] Meta Data: Google Indexing Information
  • [] Using Browser based formatting (H, semantic code)

Progressions

  • Create Repository with Public-Facing Website (Private is possible, see Mr. Mercer)
  • Reminder: github.io must be in name
  • Open in Atom
  • Add index.html
  • Ensure Update in GitHub Desktop
  • Visually check GitHub
  • Enable GitHub Pages: Settings / Pages / Change None to Main / Save
  • Open the Publicly Facing Website to ensure Hello World is visually there
  • Open the index.html file in ATOM.io
    • boilerplate: HTML, title, Hello World in body
    • View on Publicly Facing Webpage
    • HEAD
    • BODY: Semantic Tags, Google Sematic Tags and show image of what a template looks like
    • FOOTER & Quotation, plus special symbols
  • Create Folders and File Structure in Atom
    • childPages / childTemplate.html
      • retitling TAB as template, header titled template, delete description and keywords from meta data
    • Images / ReadMe.txt
    • Videos / ReadMe.txt
    • Media / ReadMe.txt
    • Misc / ReadMe.txt

Completing the Different Experimental Pages to understand HTML & inline CSS with Flexbox

  • Index.html: create lessons and hyperlinks, use rest of HTML Tags
  • Index.html: creating different lessons
  • After H's explored, go back and adjust index.html
  • Overwrite with vw units and demonstrate how these will change in a viewport

Understanding What the Semantic Tags are...


About

A Website to Learn about HTML with inline CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.0%
  • CSS 3.0%