About This Page
This is my first page that is likely going to be the simplest page I've ever made. It contains basic HTML structure with a header, main content, and footer.
The first questions that come to mind are:
- What purpose does
<!DOCTYPE html>serve? -
What is the difference between
<pre>
and<code>? - What are the intended purposes for each of these basic tags that I'm using?
- How accessible is html from the beginning?
- I wonder if I can organize these topics in an interesting way?
I'm hoping to discover the purpose behind many of the practices that I have been using in my HTML pages throughout the year, and I want to make all the dumb mistakes.
Latest
This is my first page that is likely going to be the simplest page I've ever made. It contains basic HTML structure with a header, main content, and footer.
The first questions that come to mind are:
- What purpose does
<!DOCTYPE html>serve? -
What is the difference between
<pre>
and<code>? - What are the intended purposes for each of these basic tags that I'm using?
- How accessible is html from the beginning?
I'm hoping to discover the purpose behind many of the practices that I have been using in my HTML pages throughout the year, and I want to make all the dumb mistakes.
Reflecting on static/vanilla html
It actually doesn't take that long to get tired of typing everything into an html document. I think I'm going to try introducing some javascript to make this a little more dynamic.