Introduction
This page is for notes for parts of HTML that are important and are not often used as well as the basics.
Home | Applications | Documentation | Transport | Personal |
Web | AJAX | CSS3 | DOM | HTML5 | JavaScript | JQuery | Node.JS | TypeScript |
Introduction
This page is for notes for parts of HTML that are important and are not often used as well as the basics.
Skeleton
Ok, here is the really basic skeleton. Just a good place to start.
Style (CSS)
Styles in HTML can be in 3 places, Inline, Internal or External. There will be
more on this in the CSS page, but this is just here to highlight the positioning.
INLINE: This is where the style is part of the tag definition.
I'm now pink
Scripts
Padding and Margins
This is my major weakness when designing web pages.
Margins are outside of tags and padding is within the tag. i.e. table tag>
These do affect flex and can also be in the "N, E, S, W" round compass style.
i.e. { padding: 0,0,0,30px; }
Forms
Forms allow you to submit data. These have an action type ....
Types of Tags