Most regular non-tech people know about HTML5 because it’s been said to be the way that Apple’s iOS (that doesn’t play regular Youtube-style Flash video) will be able to easily navigate the world of Web video. HTML5, though, is much more. It is a way to make the web more accessible to users of every kind of device – whether or not they are able to work with Flash. When HTML5 rolls out completely, your browser won’t need to install a plug-in or an app for videos or other content (and continually update itself) – it will simply access whatever video you want. What is HTML5, anyway? Hypertext Markup Language, or HTML, is the … [Read more...]
Tips and Tricks – Creating Lists in HTML
One of the challenges of designing good web pages is making sure that your text is easily readable. When you have lists of items, an HTML list can help you organize your content and make it easier for your site visitors to skim and find the information they need. There are two types of HTML lists, ordered lists and unordered lists. Ordered lists are numbered, while unordered lists use bullets to separate items, as shown below: You’ll only need to learn three different HTML tags to start making your own lists on web pages. Let’s begin by walking through the steps for creating an unordered list. Creating an Unordered List Step … [Read more...]