Tuesday, March 24, 2009

HTML

The next two week I expect to be less stressful. I have completed my two in-person presentations at TechNet and HELIX and the next one is a teleconference and I plan to use my presentation materials from the TechNet conference.

In addition, I am very comfortable with HTML as I use it most every day in my work.

Here's what I created for the Week 10 Assignment

INST 5400 HTML Project


Three paragraphs



Paragraph one is Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


Paragraph two is Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


Paragraph three is Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.




An email and a regular link


Email link


Send me an email.

Regular Link


Link to the UCM website.

Link to my blog site.


An ordered and an unordered list


Ordered List



  1. Item one in an ordered list

  2. Item two in an ordered list

  3. Item three in an ordered list

  4. Item four in an ordered list



Unordered List



  • Item one in an unordered list

  • Item two in an unordered list

  • Item three in an unordered list

  • Item four in an unordered list



Comments


Comments are created by surrounding the comment text with
"<!--" and "-->"



Special Characters


Some characters have special meaning in HTML and must be encoded to display properly on a web page. This can be done using the ASCII code or HTML recognized literals. In either case the code or literal are prefixed with an ampersand (&) and suffixed with a semi-colon (;)










Special Character HTML Code
< - Less than &#60; or &lt;
> - Greater than &#62; or &gt;
& - Ampersand &amp;
; - Semi-colon &#59;

3 comments:

  1. Hey Jim,

    What kinds of things do you do that you would use HTML nearly everyday?

    I know you work at UCM but do you really need HTML?

    I think it was fun but do like the editor programs and think that they allow most everything I would want to manipulate.

    ReplyDelete
  2. Jim, what exactly is the purpose of "comments"? Do you know because I don't understand those.

    ReplyDelete
  3. Gina, I am an Application Manager. I am responsible for web pages and reports that pull data from the campus databases. Although much of the coding is in PHP or ColdFusion, these languages are used to format the webpages so a knowledge of HTML is essential.

    ReplyDelete