Campbell County
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 329 on 4th July 2021, 4:18 am
Top posting users this month
No user

Today’s Show
Powered by The Odyssey Scoop.

Lesson #0: Intro, and an overview of what HTML actually is.

Go down

20130528

Post 

Lesson #0: Intro, and an overview of what HTML actually is. Empty Lesson #0: Intro, and an overview of what HTML actually is.




Lesson #0: Intro, and an overview of what HTML actually is.


By Ryan Hoots

Welcome to my HTML tutorial! I hope you enjoy it. If you've been on CC regularly over the last six months, you probably know me, so even though most courses start with an introduction to the writer, I'm not doing that. Smile


I really don't know how long this course is going to be. I'm just going to start writing, taking your comments into consideration so I can make sure this course is meeting your needs. Feel free to criticize these lessons, point out typos, and ask for help whenever you need it. After all the writing is complete, I'll likely package it up in a PDF, but for now, it's going to be an interactive course.


Although I may not follow it strictly, I'm going to go with a basic template for each lesson. First, I'll explain what you need to know for each lesson, then I'll post some in-depth examples of how to use what I just explained, and then I'll leave an assignment or two. These assignments will vary in difficulty, and you don't have to post the code you come up with, but feel free to show people how you solve these puzzles.


There are a lot of really good HTML tutorials out there. So, why am I reinventing the wheel here? Because CC needs more HTML savy administrators. You can do whatever you want with your HTML skills after this course is over, but the CC Tech team needs more HTML writers, so I'd suggest you talk with Bren if you'd like to volunteer some time helping out on CC.


Another huge reason I'm making my own HTML tutorial is because I want to teach the right way to code HTML. There are many ways to write webpages, but many tutorials teach the quick and sloppy ways. I'm going to focus on teaching the right way. I will explain some of the sloppier ways to do things, but I'll make sure to mark it as such. So, if you already can write HTML, it may be worth watching this course to make sure how you code matches up with the common best practices.


Now, it's about time I describe what HTML is, exactly. So, let's try.


HTML is a computer language used for writing webpages. HTML tells a web browser what information to display, and how to display it. HTML does not, however, directly control the style of a web page. HTML documents are directly human-readable, so you don't need a fancy editor to write it.


HTML is really just a language you use to write webpages. It's got grammar, it's got strict rules, and it's not as hard to learn as Japanese.


Over the course of this, ahem, course, I'm going to explain the grammar, the rules, the tags, the attributes, and everything else you need to know about HTML to write webpages.


There is no assignment for this lesson, because I'm assuming everyone who wants to learn HTML from this course doesn't know much, if any, HTML.


I hope you all enjoy this course, I'll start lesson one soon. It should be up tomorrow, I think.

Sko
Sko
On Vacation
On Vacation

Posts : 1367
Join date : 2012-10-10
Location : About 150 Km from Sol, give or take.

http://tech.ryanhoots.com/

Back to top Go down

Share this post on: reddit

Lesson #0: Intro, and an overview of what HTML actually is. :: Comments

Arkán Dreamwalker

Post 29th May 2013, 1:04 pm by Arkán Dreamwalker

What do you mean by "directly human-readable"?

Back to top Go down

Sko

Post 29th May 2013, 9:28 pm by Sko

Arkán Dreamwalker wrote:What do you mean by "directly human-readable"?

Unlike some file formats, HTML is stored and accessed in plain text. This means that you can read and write it without having to translate it between computer readable and human readable, the computer can read the same code you write.

So, after wtiting an HTML file, it's saved on your PC in the same format you wrote it. Makes things a little simpler. Smile

Back to top Go down

Post  by Sponsored content

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum