How to: HTML

Want to know what it takes to code a website? Well, here are some basics!

All web pages are coded using HTML (HyperText Markup Language); here is the basic format of a properly coded website:

< !DOCTYPE HTML >
< html >
< p >Hello, this is a paragraph!< /p >

The < p > tags define a paragraph, just like the one I am writing here.
If we want to < em >italicize< /em > a word or sentence we simply insert the < em > tags around the word or sentence. Don’t forget to use < /em > to close your tag! Anytime you see a tag with the < / > in it you can be sure that it is a closing tag, which is necessary for all codes.

Inserting an image is easy, and will look like this:
< img src="happyface.jpg" alt="Happy face" >. img src will insert the image, and alt will bring up your alternative text, a.k.a description of the text.

Moving on:

we have

html
body
p
Where body is the body of your text, here you will insert a variety of other tags depending on what it is you want to do!

< strong > will make your text bold.

A full example of what a typical webpage looks like under our HTML microscope (minus the <, >, signs):
!DOCTYPE HTML
html lang=”en”
head
title /title
/head
body
h1 /h1
p
/p
/body
/html

Beyond Web Development

ABS Growth
To be a web-developer in 2015 and beyond means more than developing websites. It means going above and beyond the typical web-developer status-quo; it means helping the client grow their business; work with them in building not only an outstanding website that potential clients and customers can easily and comfortably navigate; it is about GROWTH! What can we do to attract more visitors? How do we turn those visitors into customers? Those customers into clients? Those clients into relationships?

Web-development in 2015 and beyond is about working with clients to build great websites that increase their customer base and brand awareness as well as business consulting, digital business growth, strategic implementation of analytics, market penetration, and transparent communication.