Don't wanna be here? Send us removal request.
Text
minimum of 12 digital agencies
reaserch at least 12
how the site runs -
hierarchy and layout
how you access the website
0 notes
Video
tumblr
here is a short video of me showing the responsive design, enabled through using twitter bootstrap
0 notes
Photo
here i looked into twitter bootstrap which is “Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.” this is an easy way to essentially design websites to suit all screens. here is link to the official twitterbootstrap website :
https://v4-alpha.getbootstrap.com/
i used a basic template from http://www.w3schools.com/ to test the code as you can see from the screen shots above the website is fast and very responsive.
0 notes
Video
tumblr
to be honest i was beginning to really struggle with html, i tried realy hard to concentrate on the workings of this project
0 notes
Text
Useful website.
this website has some rather useful information giving you an easy explanation whilst still being informative.
http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/
0 notes
Text
here are some useful tags for HTML5
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Small text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
0 notes
Photo
Today i came in early [Tuesday 31st January 2017] and began to look at html and the formating of text as you can see here the tags directly correlate to the type size, the boldness, italic and underlining, i found this really useful as now i will have a better understanding of the visual impact of <tags>....
0 notes
Photo
this is some of the test HTML we wrote during the lecture, i didn't manage to get it working 100% but during the next couple of weeks i believe that my skills will improve and allow me to write better code and have a better understanding of the impact of correct coding, this underpinning the breif.
0 notes
Text
Introduction to HTML 5, CSS and JavaScript
in our first session Tod our tutor for this brief, introduced us to the importance of, and the co habitation of, HTML, CSS and JavaScript. to put it basically we need these three things to produce a fully functioning website.
HTML -Hypertext Markup Language, a standardised system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
CSS - CSS is the language for describing the presentation of Web pages, including colours, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.
JavaScript - an object-oriented computer programming language commonly used to create interactive effects within web browsers.
here is a brief history of the iterations of HTML
i found this quite useful, being a kinesthetic learner this allowed me to visualise the layout of html and how to properly write code for correct spacing.
0 notes