
Brief visual explaining the how the Internet is no fluffy cloud in the sky.
HTML Intro
So basically HTML (Hyper Text Markup Language) is a modern code system where terminology is typically omitted from the version of the text which is displayed for the end-users consumption. The idea behind HTML is to take a piece of text and mark-it-up by wrapping it in tags. HTML as a language is composed of these basic parts:
Each tag wraps around a portion of the text, and also describes the portion of text it’s wrapping around.
<the opening tag> the content </the closing tag>
<the opening tag> the content </the closing tag>
The opening tag is formatted like this <p>
And the closing tag is formatted like this </p>
note the forward slash which indicates this tag is a closing tag.
And the closing tag is formatted like this </p>
note the forward slash which indicates this tag is a closing tag.
Here HTML tags can be used to
markup this piece of text:
<p>Stirring grey thunder over the rolling fields. The storm is near.</p>
<p>Stirring grey thunder over the rolling fields. The storm is near.</p>
Some commonly used tags...
Social Media Intro
Concluding the class we joined/re-activated our individual Twitter accounts to link back to our Blog sites as part of the project brief. Click here to access my Twitter feed page...also found back on my home page
- <h1> </h1> Header
- <h2> </h2> Header
- <h3> </h3> Header
- <p> </p> Paragraph
- <strong> </strong> Strong tag - gives BOLD effect
- <em> </em> Emphasis tag - gives italic effect
- <a> </a> Anchor tag - creating a link to websites
This world is oh so very confusing...well it would be a hole lot more so if we actually had to code in 9 digit numbers such as 210.54.8.253 (aka IP address) every time we wanted to visit a website....THANK GOODNESS computers are very clever and are able to transfer language they communicate with into something more palpable like www.witt.ac.nz (URL = http://www.witt.ac.nz) instead for us simple humans to be able to remember!
Social Media Intro

No comments:
Post a Comment