- 3-dimensional illustration
- Outlined type
- HTML Trends
Our three favorite hobbies styled in CSS
A picture of a created svg picture
JavaScript bulit collage where
Project Proposal
3 Favorite Hobbies with Bootstrap
The foundation for a formal presentation of our project.
This will be my section for all work completed throughout school year!
Atom is a free and open-sourcetext and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub.
Atom LinkNotepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
Notepad++ LinkHypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.Its elements form the building blocks of pages, representing formatted text, images, form inputs, and other structures. When a browser makes a request to a URL, whether fetching a page or an application, the first thing that is returned is an HTML document.
Stands for "Cascading Style Sheet." They can be used to define text styles, table sizes, and other aspects of Web pages that previously could only be defined in a page's HTML.CSS styles can be applied directly to an HTML element, defined separately on the same page, or defined in a separate file and referenced by the page. Styles cascade based on how they are used to select a given HTML element.
An object-oriented computer programming language commonly used to create interactive effects within web browsers.It is the programming language of the web. Like CSS, JavaScript can be defined as attributes within HTML elements, as blocks of script within a page, or in separate files. Just like CSS, it's generally recommended to organize JavaScript into separate files, keeping it separated as much as possible from the HTML found on individual web pages or application views.