5 HTML Snippets for Bloggers

html

5 HTML Snippets for Bloggers

What is HTML? Until a few weeks ago, this was not really something I lost sleep pondering over. As I've begun taking over the marketing initiatives at LevelTen, however, HTML has perplexed, mesmerized and, some might even argue, consumed me. With a desk full of books like HTML for Dummies and Teach Yourself HTML in 24 Hours, it has become my mission to learn this foreign language that Wikipedia defines as "the basic building-block of webpages." If you are a rookie like me, here are some snippets that will get you through the most basic HTML tasks. Beyond that, I suggest you either check back with me in 24 hours, or then reach out to your nearest tech guy. 1) To create a page division/group elements together: <div>INSERT TEXT HERE</div> 2) To create paragraphs in things like articles or blogs: <p>INSERT TEXT HERE</p> 3) To make a bullet list of items: Bulleted List: <ul><li>INSERT 1ST BULLET TEXT HERE</li> <li>INSERT 2ND BULLET TEXT HERE</li> <li>INSERT 3RD BULLET TEXT HERE</li><ul> Numbered List: <ol><li>INSERT 1ST BULLET TEXT HERE</li> <li>INSERT 2ND BULLET TEXT HERE</li> <li>INSERT 3RD BULLET TEXT HERE</li><ol> 4) To bold text: <strong>INSERT TEXT HERE</strong> 5) To insert a link: <a href="https://getlevelten.com/URL">TEXT THAT YOU WANT TO LINK TO THE URL</a>

Related Posts

Create HTML Access Log on Pantheon with GoAccess

Kyle Taylor
Read more

How to Choose Your Hosting Provider for Your Drupal Installation

Super User
Read more

Building custom widgets

Tom McCracken
Read more

Widget herding made simple - Introducing the Widgets module

Tom McCracken
Read more

5 Great Resources for Translating Web Jargon

Tabatha Patterson
Read more

Web Words Explained: Content Management System

Tabatha Patterson
Read more