Kelvin's Desk

A place to post blogs and other creative outlets.

Tag: html

CSS The Architect – Syntax

So far, we’ve learned about the building blocks of HTML, and how to build a web page. (if you haven’t, you can take a crash course here!). Now let’s talk about what makes all web pages unique: CSS. CSS stands for Cascading Style Sheets. We use CSS for a variety for fonts, backgrounds, images, colors…mainly […]

Read More

HTML The Skeleton – HTML5

Part of the Wanna Be a Web Developer series – click here to start from the beginning Alright, this is most of HTML has to offer us. However, you may heard about HTML5. What’s HTML5? HTML5 is virtually the same as regular HTML, but with more features. It makes some HTML coding easier with some […]

Read More

HTML The Skeleton – Forms and Tables

Part of the Wanna Be a Web Developer series – click here to start from the beginning   Forms Websites are not about fancy images and text all the time, though. Sometimes we need to write a page to take in data from a user. At some point in time, one may have filled out […]

Read More

HTML The Skeleton – Container Elements

Part of the Wanna Be a Web Developer series – click here to start from the beginning So right now, we have enough knowledge to be dangerous with HTML, so to speak. But as a web developer, we still need to know how to properly position the elements on the page. Or maybe there are […]

Read More

HTML The Skeleton – Text and Images

Part of the Wanna Be a Web Developer series – click here to start from the beginning   Text So we have the required tags, but a website with just the required tags would just give you an empty screen; and what’s a website without any text? Text elements are when you want to display…well, […]

Read More

HTML The Skeleton – Required Tags

Part of the Wanna Be a Web Developer series – click here to start from the beginning Welcome to Level 1! I have a little experiment to show you. Right now, right click your browser window and click the “View Source/Inspect Page” (the phrasing varies on each browser). A text-like page should open up in […]

Read More

Wanna Be a Web Developer?

Do you have an interest (or, at least a curiosity) in websites? Want to know how websites are built? If so, then you’ve came to the right place. The following entries will help you learn a little more about web development; and can maybe inspire you to make your own projects. Coming from a web […]

Read More