intro to HTML
HTML5
common HTML tags
HTML5 non semantic elements
<div><span></span></div>
HTML5 semantic elements
: defines a thematic grouping of content
: represents a section of content that forms an independent part of a document or site such as Forum post, Blog post, Newspaper article, etc.
: specifies a header for a document or section
: define the footer for a document or section. contains information about the author of the document, copyright information, links to terms of use, contact information, etc.
: major navigation blocks that specify a set of navigation links
: identify content that is related to the primary content of the web page
: describes some flow content, optionally with a caption, that is self-contained and referenced as a single unit from the main flow of the document
: add the visual explanation / caption of the image
: used to add details that user can view or hide
: used to highlight or mark the text
: defines a obvious heading for a details element
: used to add a date/time
HTML5 audio tag
file format ==== media type
MP3 ==== audio/mpeg
OGG ==== audio/ogg
WAV ==== audio/wav
HTML5 video tag
attribute; value; description
format ==== MIME-type
MP4 ==== video/mp4
WebM ==== video/webm
Ogg ==== video/ogg
starting HTML documents
elements (HTML)
attributes (HTML)
global attributes (HTML)
can be applied to any element on the page
HTML form
attributes used in HTML forms
for use on tag and elements
input elements in HTML forms
specify an addition type attribute to indicate which field to display
inline and block elements
CSS
selectors: an HTML element
declarations: comprised of a property and a value surrounded by curly braces
types of CSS
element selector
selects HTML elements by their name / tag name like a, h1, div, p etc.
CSS properties
class selector
- uses the class attribute of an HTML element to match the specific HTML element
id selector
amazon S3
create AWS S3 bucket
JavaScript