"About Me"
I have attended and graduated from both Union Ridge Elementary School and Ridgewood High School.
I am currently a student at Northeastern Illinois University majoring in Computer Science.
I plan to work somewhere in application and software development, which is the main reason why I'm taking this class.
This class will help me create web pages and other fundamentals of web development, which will hopefully
prepare me well for other development classes for mobile and software.
I am 21 years old, was born in Poland, and raised in Chicago.
My hobbies include playing almost all types of sports with friends, playing games, and learning
about things I might have not known about before via podcasts, books, videos, etc.
One quote that means a lot to me comes from For Whom The Bell Tolls by Ernest Hemingway. It is,
Today is only one day in all the days that will ever be. But what will happen in all the other days that ever
come can depend on what you do today.
The 6 XHTML Rules
- All tags must end with a closing backslash.
- All valid XHTML docs must have their tags properly nested.
- All element tags must be in lower case.
- All attributes must have a value.
- All attribute values must be in quotes.
- All elements must be properly terminated.
My 10 Favorite Colors
- Black
- Green
- Blue
- White
- Gold
- Purple
- Red
- Cyan
- Magenta
- Orange
Term Definitions
- W3C
-
Stands for World Wide Web Consortium. It is an organization consisting of representatives from member companies and responsible for making rules for the World Wide Web.
- Element
-
An element in HTML refers to a tag or element of structure of a document(such as body, title, and paragraph).
- Attribute
-
A property of an HTML element used to provide additional instructions to a given HTML tag.
The attribute is specified in the start of HTML tag.
- DTD
-
Stands for Document Type Definition. It is a specification for a mark-up language.
- Browser
-
A program used to access and display HTML documents. Common examples: Internet Explorer, Netscape, and Mozilla Firefox.
Next
|