<data:blog.title/> <data:blog.pageName/> - <data:blog.title/> <body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d5541401714712540614\x26blogName\x3dWebsites+for+beginners\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://forwebsites.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://forwebsites.blogspot.com/\x26vt\x3d-1869690867818899097', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Saturday, July 16, 2011

Basic HTML

Although it's possible to make an entire site without using html code, or knowing it, learning a few basic characters can be helpful when trying to fine tune your design. Be sure, if you use these characters, to edit them in html window.

Placing a lowercase character in between two angled brackets  before a word, or group of words will change the format of the letters. After the phrase or section you are editing use a backslash and lowercase letter between another two angled brackets. The angled brackets without the slash order where to start the change, and the angled brackets with the slash order where to stop the edit. For example, to bold a group of words use a lowercase "b" between the angled brackets: <b>a group of word</b> in the html view will show up as: a group of words in your design.

To italicise a word or group of words, a lowercase "i" is used. For example: <i>a group of words</i> in the html view will show up as : a group of words in your design.

To underline, use a lowercase "u." For example: <u>a group of word </u> in the html view show up as: a group of words in your design.

If you are making a list and want to cross items off, you can use a strikethrough. In between the angled brackets you can use either a lowercase "s" or write the word "strike"

For example: <s> a group of words </s> OR <strike>a group of words</strike> in the html view will show up as: a group of words in your designed.

Finally, if you want to add a line of space between paragraphs or objects, using a lowercase "br" between the brackets will achieve this. This is called a "break" and there is no need to follow it with a backslashed version. For example: will add a line of space between text. Adding a second will add another line.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home