Songs, Music Blogs & Other Blog Topics

Category: HTML Webdesigning Course

Step 10 – Center

Last update: February 15 2019 With HTML you can center text, an image or other parts of your design. It’s very simple. Nevertheless, I’d like to point out that the <CENTER>-tag got phased out in HTML5, forcing you to use CSS. The tag is still supported by browsers though. Center …

Step 11 – Lists

Last update: February 15 2019 Lists tags are so useful. They make information so easy to read! Create lists with HTML using one of the LIST-tags. There are three kinds. In this step, you’ll learn them all: Numbered lists Bullet Lists Description Lists and I’ll also explain how you can …

Step 12 – Images

Last update: September 12, 2019 What’s a website without graphics and images? Within HTML you can use the images tag to place images as part of a layout or as part of content. This step will teach you: How to add an image to HTML How to align an image …

Step 13 – Links

Last update: February 16 2019 Nothing is as important as linking on a website, otherwise known as hyperlinking. In this step, you’ll learn to create an HTML hyperlink: to a website to an e-mail address to open a link in a new tab to download a file to jump to …

Step 14 – Forms

Last update: March 3 2019 In step 13, you’ve learned to create an e-mail link. However, why not send an e-mail using an online e-mail form? Very user friendly, and you get the perk to request specific information you need from someone. In this step, you get to learn: How …

Step 15 – Tables

Last update: February 21 2019 HTML tables are used to format data. It allows you to use columns and rows, just like a spreadsheet. In the past, tables were used to create layouts of websites. Each cell would be used to show a partial image or content. Altogether, it would …

Step 16 – Frames

Last update: February 21 2019 For most people, frames are the most complex features of HTML. Luckily, it’s not used that much anymore. This tag is phased out in HTML5. CSS offers some great alternatives. A website using frames loads more than one HTML file, at one time. It has one …