Hello World!
This is my first web page
Explanation:
!DOCTYPE html - Document type declaraion for HTML5. Tells browser this is HTML5.
html - Root Element.
head - Page information(Meta, link, title).
body - Visible Content.
h1 - Heading
p - Paragraph.
---------------------------------------------------------------------------
HeadingsMain Heading
Sub Heading
Smaller Heading
Sub-sub-section Title/h4>
Further subdivision
Least important heading
Headings go from h1 (largest) to h6 (smallest).
---------------------------------------------------------------------------
Links
a - Anchor tag
href - Link URL
---------------------------------------------------------------------------
Links
src - Image Path
alt - Alternative text
---------------------------------------------------------------------------
Lists
Unorderedlist
- HTML
- CSS
- JavaScript
Orderedlist
- Step 1
- Step 2
---------------------------------------------------------------------------
HTML Attributes
Attributes give extra information about elements.
---------------------------------------------------------------------------
Forms Example
---------------------------------------------------------------------------








No comments:
Post a Comment