Useful Links
Computer Science
Web Development
HTML/CSS Web Development
1. Introduction to Web Development
2. HTML Fundamentals
3. Intermediate HTML
4. CSS Fundamentals
5. CSS Layout
6. Advanced CSS and Responsive Design
7. Web Development Best Practices
HTML Fundamentals
Introduction to HTML
Purpose and History
Origins of HTML
Evolution to HTML5
W3C Standards
Basic Document Structure
DOCTYPE Declaration
HTML Element
Language Attribute
Head Element
Metadata Inclusion
Body Element
Content Placement
Core HTML Elements
Headings
H1 Element
H2 Element
H3 Element
H4 Element
H5 Element
H6 Element
Heading Hierarchy
Paragraphs
P Element
Text Content Structure
Links
A Element
Creating Hyperlinks
Linking to External Sites
Linking to Internal Pages
Linking to Page Anchors
Email Links
Phone Links
Images
IMG Element
Embedding Images
Image Formats
JPEG
PNG
SVG
WebP
Lists
Unordered Lists
UL Element
LI Element
Ordered Lists
OL Element
LI Element
Description Lists
DL Element
DT Element
DD Element
Nested Lists
Text Formatting and Semantics
Emphasis and Importance
EM Element
I Element
STRONG Element
B Element
Other Text-Level Semantics
SPAN Element
Line Breaks
BR Element
Horizontal Rules
HR Element
Quotations
BLOCKQUOTE Element
Q Element
CITE Element
Code and Preformatted Text
CODE Element
PRE Element
SAMP Element
KBD Element
VAR Element
Subscript and Superscript
SUB Element
SUP Element
Abbreviations and Acronyms
ABBR Element
Attributes
Common Attributes
ID Attribute
CLASS Attribute
STYLE Attribute
TITLE Attribute
DATA Attributes
Link Attributes
HREF Attribute
TARGET Attribute
REL Attribute
DOWNLOAD Attribute
Image Attributes
SRC Attribute
ALT Attribute
WIDTH Attribute
HEIGHT Attribute
LOADING Attribute
Document and Metadata
The HEAD Section
TITLE Element
META Element
Character Set
Viewport Settings
Description
Keywords
Author
Robots
LINK Element for Stylesheets
SCRIPT Element for Scripts
BASE Element
STYLE Element
Previous
1. Introduction to Web Development
Go to top
Next
3. Intermediate HTML