HTML for beginners




In tonights social media class Leigh said:

Have you been caught without your WYSIWYG editor yet? You know, when you're leaving a comment on someones blog, or trying to add a description to a photo and the text input box doesn't have the button for creating a link, making bold, or making italic.

Wondering about WYSIWYG? This is the editing toolbar where "what you see is what you get", (aha now the picture makes sense!). If the editor is lacking a few of the essentials you can still add links, formatting etc if you know a bit about html.

So we did a Google search for "what is the HTML for a link?" and W3 gave us all the details on how to do links and more.

Here's some info from W3:

HTML is a language for describing web pages:
  • HTML stands for Hyper Text Markup Language
  • HTML is not a programming language, it is a markup language
  • A markup language is a set of markup tags

HTML uses markup tags to describe web pages:
  • HTML markup tags are usually called HTML tags
  • HTML tags are keywords surrounded by angle brackets like <> but with no spaces between brackets and text
  • HTML tags normally come in pairs like <> and < /b >The first tag in a pair is the start tag, the second tag is the end tag
  • Start and end tags are also called opening tags and closing tags.

Angle brackets and key letters are just about all you need. We practiced links, bolding and italics by commenting on the social media blog, and turns out it's not as hard as it looks.
eg (but with no spaces between brackets and text)
< href="url">Link text< /a >
<>Italic text< /i >
<>Bold text< /b >
< scr="image url .jpg">

0 comments:



Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.| Header image by southenz using Wordle | Blogger Templates by GeckoandFly modified and converted to Blogger Beta by Blogcrowds.