#html
Read more stories on Hashnode
Articles with this tag
So in part one of HTML tables, I dropped code for a basic Html table structure. Today I will be styling that table with CSS. <table> <tbody> ...
So, we were taught how to rebuild a page with HTML and CSS. We worked on the Backroads page and it is one of my favorite pages to rebuild. So, I will...
Once upon a time, in a land where geeks we left to wander free. There was a brilliant thinker named Tim Berners-Lee and had a vision about a place...
Comments are used too provide explanations, notes, or reminders for yourself and other programmers, you can add text comments to your code. Comments...
CSS is used to style webpages, simply. CSS stands for 'Cascading Style Sheets. Here I am trying to remember if it is "styles" or "style" until I...
Day 6 I think. I am starting to lose track. :) Let's build a simple HTML form using code from Netninja and then change the content to fit ours. <html...