CIS89A - 2. HTML for Structure

From WikiEducator
Jump to: navigation, search


Mooc Components

HTML for Structure

Although web pages have become more complex and visually impressive, they are created using the same basic HTML elements that have been the foundation of the web from the beginning. Let the world know you have something to say. Use the simple framework for a web page.
Lists are everywhere. Much of the information on the web is text. Using lists for text increases readability and helps viewers skim text to find what they are looking for.


Learning outcomes

  • explore the HTML language formatting and element structures
  • create and save an HTML file
  • preview an HTML file in a browser
  • add comments to an HTML file
  • use each of the list types in a web page
  • combine list types
  • use customized list formatting


Keywords

  • HTML, web, internet, element, tag, formatting, hypertext, markup language, special characters, comment, style sheet, color identifier
  • ordered, unordered, definition, style

Reading guide

  • What is the origin of the HTML structure?
  • Who controls the HTML standardization?
  • Why is standardization important?
  • Why does the HTML standard change? What is the process for making changes?
  • Why are style sheets called Cascading?
  • What are the advantages of using style sheets?
  • What types of lists are available?
  • How can list appearance be altered?
  • What customization can be added to list appearance?


Assignments

There are several types of activities within the Assignments for each module. In addition to preparing and publishing actual web pages as HTML and CSS code, you will be doing research, visiting and evaluating sites for design and usability, participating in discussions and test driving web based tools that will introduce you to other web resources.

HTML and CSS coding - For each module, create a coding project. Include and demonstrate

  • all the HTML and CSS elements in the elements and tags list for the module
  • name and the requirements information as a comment
  • comments throughout all coding and stylesheets to document your work.

To submit your HTML and CSS coding project for grading, copy the web address for your saved project into the assignment and submit.


HTML for Structure - Coding project title and requirements

  • cis89basic1 HTML and CSS coding project required elements
  • .html - doctype, html, head, body, title, p, h2, comment
  • .css - font-family, color, comment, cascading - external, internal (embedded), in-line
  • li, ol, ul, dl, type, i, A, dt, dd * ordered lists with 2 different numbering, un-numbered lists with 2 different bullet types, nested lists, definition list used appropriately
  • .css - customized bullets (list-style-image)


  1. Think about what you already know about the topic - Web Development. Write a sentence or two about this in the I know... discussion.

  2. Review the Keywords and Study questions at the top of this page. These are important ideas in the assignments for this module.

  3. Textbook - Learning Web Design - Chapters 4-5 and . 4. Creating a Simple Page and 5. Marking Up Text * note section on Lists

    For HTML and CSS coding projects, use Glitch to create and save your work.
  4. Create a new coding project using the Glitch editor - start from scratch. Notice there are two views - Edit Project and Show. Make changes to the HTML and CSS and immediately see the results on the Show view.
    Suggestion - have both views open either as separate browser tabs or browser windows. Or use the side-by-side view.
  5. Page basics - Glitch automatically provides the basic elements for the html and css files because it knows you need them. The tags and elements for this module project are listed. See cis89basic1 HTML and CSS coding project required elements (above). Use all the elements and tags listed appropriately. Remember, your work is published in a public place so please don't provide any personal contact information.
  6. Comments - All your code - .css and .html code, must be "documented" - include comments to explain what you are doing. Include a comment with each of the required elements, attributes and properties. Show you understand how these work.

  7. Review Applying CSS - There are three ways to apply CSS to HTML: In-line, internal (or embedded), and external. Add style elements and attributes to your HTML code and stylesheet to demonstrate the "cascading" feature.
    For example, set the font-family and color to different values to show how cascading is working and explain with comments.

  8. Share your HTML code. Glitch saves your HTML code. Share the Show Live display web address link.

  9. Check your work. There are a number of HTML code validators such as Markup Validation Service. Check your code. Copy your HTML code and paste it into the textbox in the online form. Note: Glitch adds some lines of code that the checkers may not recognize. This isn't an error, just something to notice. Check your work for every coding assignment throughout the course before you submit it.

  10. Submit the link to your coding project to the Basic HTML assignment. Include all the required elements in your code. Your grade for the coding project will be recorded in the Canvas Assignment along with feedback and comments.

  11. AND In the Basic HTML discussion, post the link to your coding project and a short note about developing this. Did you have any questions? Do you like using the Glitch editor?
    This is an opportunity to share your work with others, see what others are doing, get ideas, ask questions, ...

  12. Web Literacy - Read - The skills in the Mozilla Web Literacy framework are all important to web developers. Reading on the web is a critical skill for engaging content online. Review the web literacy skills in the READ group. How are you doing? Do you have these skills? Pick one thing you need to work on. Do some research. Find an online resource that provides some answers. Post the skill, what you learned and a link to a useful resource to the Web Literacy - Read discussion.

  13. Success Skills (also known as Learning Literacies) address the demands of being a lifelong learner in today's world. The six topics cover a wide range of technologies and their application to education and personal growth. These sites expand the range of web sites you visit. Look at the site design and think about your "user experience" as well as the information.

    Success Skills - Find it - Research and Information Fluency - browsers, search. The internet provides millions of resources. Being able to locate specific credible information is more than a simple Google search. Review 2-3 articles from Find it resources in the Media section below. Post a link and a brief summary of 1 to the Success Skills - Find it discussion.

  14. Look up your name in one or more search engines - DuckDuckGo, Wikipedia, LinkedIn, Google. Are you there? How is your name used? Are there other people with the same name listed? Is there a problem for you if people mistake the other person for you? How many links were found that contained references to you or people with the same name as you? Look at a few of these sites. Are there some interesting people who share your name? List 3-4 people in discussion Interesting People with My Name.
    There are more than 400,000 references to Valerie Taylor. There is a romance novelist, a professor of Electrical Engineering, an English actress, a shark researcher and a woman who works to build hospitals in Bangladesh, and me, just to name a few.

  15. Privacy of student records: All student information posted and discussed within this course is considered private and confidential. This is not a "public forum". Only enrolled students and designated instructors have access to these discussions. No student information may be accessed or shared with anyone not enrolled in the course. These rules apply to any DeAnza College courses - on-campus or online. This is a safe place to freely express yourself and learn from others in this academic environment. We respect your right to personal privacy. ... DeAnza Privacy, Policies & Procedures

Icon multimedia.gif

Media


HTML and CSS - The textbook introduces the concept of Cascading Style Sheets (CSS) right from the beginning. For CIS89A we are following the textbook sequence. If you use other guides or books, you will find the CSS references are usually covered toward the end of the material or in a separate guide specifically for CSS.

  • Textbook - Learning Web Design - Chapters 4-5 and . 4. Creating a Simple Page and 5. Marking Up Text * note section on Lists

HTML

  • HTML Dog HTML Beginner Tutorial
  • HTML Cheatsheet - a reference guide for the most commonly used HTML tags.
  • Color Names Supported by All Browsers - 140 color names are defined in the HTML and CSS color specification (17 standard colors plus 123 more). The table lists them all, along with their hexadecimal values. The 17 standard colors are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white, and yellow.


Cascading StyleSheets (CSS)


HTML editor

  • Glitch editor - simple HTML code editor, provides preview of the web page you are working on as you work, provides hints, syntax as you type


CSS

How to Link CSS to HTML – Stylesheet File Linking
To link your CSS to your HTML, you have to use the link tag with some relevant attributes.The link tag is a self-closing tag you should put at the head section of your HTML.To link CSS to HTML with...
CSS basics - Learn web development | MDN
Selector This is the HTML element name at the start of the ruleset. It defines the element(s) to be styled (in this example, elements). To style a different element, change the selector.Declara...
28 outstanding examples of CSS | Creative Bloq
28 great examples of CSS sites that will provide a burst of web design inspirationBuilt using Ruby on Rails with HTML5, SCSS, CoffeeScript and jQuery, the platform has the ability to let travellers...


FIND

What Are Research Skills? Definition, Examples and Tips | Indeed.com
Research skills are the ability to find an answer to a question or a solution to a problem. They include your ability to gather information about a topic, review that information and analyze and in...
How Search Works - YouTube
The life span of a Google query is less then 1/2 second, and involves quite a few steps before you see the most relevant results. Here's how it all works. page rank, search results, ads transcr...
Perplexity Blog
"What's the difference between Quick Search vs. Copilot Search?While Quick Search gives you fast, basic answers, Copilot goes further. It asks for details, considers your preferences, dive...
How to Be Amazingly Good at Asking Questions
You might not be getting the feedback you need to make corrections in your behavior. You might not be getting type of answers that you need to hear. You also might just be getting downright wrong i...
How Search Works - YouTube
video 3:14 The life span of a Google query is less then 1/2 second, and involves quite a few steps before you see the most relevant results. Here's how it all works."
<p cla...


2019.9.4