❀About me

picture of creator

Hi! My name is Marisa and I am currently a sophmore in highschool learning about app and web design and development.


Resources used:

Gmetrix
w3schools
Glossary
Workbook

❀Domain summaries

In these domains we reviewed and learned more about html and css

❀Domain 1

In domain 1 we learned about the script and no script tag. For the script tag we put the language attribute in the opening tag and then put a window alert in bewteen the tags along with the message this browser support javascript. For the no script we used the noscript tag and then put the message this browser does not support javascript.

❀Domain 2

In this section we learned more about CSS and how it works. Along with the workings on CSS we learned about the precendece of it. InLine CSS takes the highest precedence then inernal and lastly external. The closer you are the the tag the more precedence it has.For the workings of CSS we reviewed how exactly each type of CSS works. Internal is in the head between 2 style tags, external is in a stylesheet that you create and then link to the html document, and inline is in the opening tag in the html document and uses the style attribute. In this domain we reviewed how to change a background color, text color, add links, change the color of the links when clicked or unclicked, apply classes which are used to apply unique attributes of css to a group of html elements, apply id's which are used to apply css to one html element, lastly we learned about psudeo tags which are used in selectors and can be applied using the colon. For example the hover tag which is can be used for dropdowns is a psudeo tag.

❀Domain 3

In domain 3 we learned about tables, span tag, paragraph tag, image links, hyperlinks, semantic tags, details and summary tags, figure and figcaption tags, caption tag, image links, hyperlinks, bookmarks, how to navigate in and out of folders, accessibilty,etc. This domain was all about learning how to format a html website and what different tags you can use inorder to get the website looking organized and good for users.

❀Domain 4

In domain 4 it focused on images and videos. We learned about how to add images using the img tag, along with using the width and height attributes to format the images, how to add a link to an image using the a tag, using the video and source tag, adding audio and track to a html website,and how to use the iframe tag to emebed something into the website.

❀Domain 5

In this domain we used css in order to format the website. We learned how to use the height and width propterty, float property, display, make something appear when you click on it, creating different positions for the text areas using the margin, padding, max-width,etc. We also learned how to apply colors, borders, font, how to format a border, and how to format font using letter spacing.

❀Domain 6

Domain 6 was all about using external css and testing css. We learned how to add css comments, testing if the css works in multiple browsers, text alternatives, the importance of choosing good colors and fonts in order to make it easier for the user to read the website, text hierarchy, and how to use the important rule for a property to take precedence.